Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c942 !make_magic && ctype(c, C_IFS))) { in expand()
983 } else if (type == XSUB && ctype(c, C_IFS) && in expand()
Dfuncs.c1596 #define is_ifsws(c) (ctype((c), C_IFS) && ctype((c), C_IFSWS)) in c_read()
1934 } else if (ctype(ch, C_IFS)) { in c_read()
1953 if (!ctype(ch, C_IFS)) in c_read()
Dlex.c1430 else if (!ctype(*s->str, C_IFS | C_IFSWS)) in getsc_line()
Dmisc.c951 { "sh_ifs", C_IFS },
Dsh.h1416 #define C_IFS (CiIFS | CiNUL) macro
Dedit.c862 if (ctype(s[add], C_IFS | C_EDQ)) { in x_escape()