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()
1451 else if (!ctype(*s->str, C_IFS | C_IFSWS)) in getsc_line()
1459 while (ctype(*cp, C_IFSWS)) in getsc_line()
Deval.c956 !ctype(c, C_IFSWS))) { in expand()
984 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) { in expand()
990 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS; in expand()
Dfuncs.c1596 #define is_ifsws(c) (ctype((c), C_IFS) && ctype((c), C_IFSWS)) in c_read()
1965 if (!ctype(ch, C_IFSWS)) in c_read()
Dmisc.c952 { "sh_ifsws", C_IFSWS },
Dsh.h1422 #define C_IFSWS (CiNL | CiSP | CiTAB) macro