Searched refs:C_IFS (Results 1 – 6 of 6) sorted by relevance
/third_party/mksh/ |
D | eval.c | 1051 !make_magic && ctype(c, C_IFS))) { in expand() 1092 } else if (isXSUB(type) && ctype(c, C_IFS) && in expand()
|
D | funcs.c | 1608 #define is_ifsws(c) (ctype((c), C_IFS) && ctype((c), C_IFSWS)) in c_read() 1946 } else if (ctype(ch, C_IFS)) { in c_read() 1965 if (!ctype(ch, C_IFS)) in c_read()
|
D | lex.c | 1450 else if (!ctype(*s->str, C_IFS | C_IFSWS)) in getsc_line()
|
D | misc.c | 1003 { "sh_ifs", C_IFS },
|
D | sh.h | 1484 #define C_IFS (CiIFS | CiNUL) macro
|
D | edit.c | 867 if (ctype(s[add], C_IFS | C_EDQ)) { in x_escape()
|