Searched refs:C_IFSWS (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | lex.c | 423 } 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()
|
D | eval.c | 956 !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()
|
D | funcs.c | 1596 #define is_ifsws(c) (ctype((c), C_IFS) && ctype((c), C_IFSWS)) in c_read() 1965 if (!ctype(ch, C_IFSWS)) in c_read()
|
D | misc.c | 952 { "sh_ifsws", C_IFSWS },
|
D | sh.h | 1422 #define C_IFSWS (CiNL | CiSP | CiTAB) macro
|