Home
last modified time | relevance | path

Searched refs:C_IFSWS (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/bin/ksh/
H A Dc_sh.c378 if (Xlength(cs, cp) == 0 && ctype(c, C_IFSWS)) in c_read()
388 ctype(cp[-1], C_IFSWS)) in c_read()
H A Dsh.h277 #define C_IFSWS BIT(4) /* \t \n (IFS white space) */ macro
H A Deval.c595 !ctype(c, C_IFSWS))) { in expand()
620 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS; in expand()
H A Dmisc.c54 setctypes(" \t\n", C_IFSWS); in initctypes()
H A Dlex.c1154 while (*p && ctype(*p, C_IFS) && ctype(*p, C_IFSWS)) in getsc_line()