Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c423 } else if (ctype(c, C_IFSWS)) { in yylex()
1450 else if (!ctype(*s->str, C_IFS | C_IFSWS)) in getsc_line()
1458 while (ctype(*cp, C_IFSWS)) in getsc_line()
Deval.c1065 !ctype(c, C_IFSWS))) { in expand()
1093 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) { in expand()
1099 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS; in expand()
Dfuncs.c1587 #define is_ifsws(c) (ctype((c), C_IFS) && ctype((c), C_IFSWS)) in c_read()
1956 if (!ctype(ch, C_IFSWS)) in c_read()
Dmisc.c1004 { "sh_ifsws", C_IFSWS },
Dsh.h1488 #define C_IFSWS (CiNL | CiSP | CiTAB) macro