Searched refs:C_IFSWS (Results 1 – 5 of 5) sorted by relevance
378 if (Xlength(cs, cp) == 0 && ctype(c, C_IFSWS)) in c_read()388 ctype(cp[-1], C_IFSWS)) in c_read()
277 #define C_IFSWS BIT(4) /* \t \n (IFS white space) */ macro
595 !ctype(c, C_IFSWS))) { in expand()620 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS; in expand()
54 setctypes(" \t\n", C_IFSWS); in initctypes()
1154 while (*p && ctype(*p, C_IFS) && ctype(*p, C_IFSWS)) in getsc_line()