Home
last modified time | relevance | path

Searched refs:C_IFS (Results 1 – 6 of 6) sorted by relevance

/third_party/mksh/
Deval.c1051 !make_magic && ctype(c, C_IFS))) { in expand()
1092 } else if (isXSUB(type) && ctype(c, C_IFS) && in expand()
Dfuncs.c1608 #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()
Dlex.c1450 else if (!ctype(*s->str, C_IFS | C_IFSWS)) in getsc_line()
Dmisc.c1003 { "sh_ifs", C_IFS },
Dsh.h1484 #define C_IFS (CiIFS | CiNUL) macro
Dedit.c867 if (ctype(s[add], C_IFS | C_EDQ)) { in x_escape()