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

/external/mksh/src/
H A Dmisc.c68 if (t & C_IFS) {
70 chtypes[i] &= ~C_IFS;
71 /* include \0 in C_IFS */
72 chtypes[0] |= C_IFS;
H A Dvar.c1157 setctypes(s = str_val(vp), C_IFS);
1262 setctypes(" \t\n", C_IFS);
H A Dfuncs.c1765 #define is_ifsws(c) (ctype((c), C_IFS) && ctype((c), C_IFSWS))
2084 } else if (ctype(ch, C_IFS)) {
2102 if (!ctype(ch, C_IFS))
H A Dlex.c1471 (cur_prompt != PS1 || !ctype(*s->str, C_IFS | C_IFSWS))) {
H A Deval.c833 !make_magic && ctype(c, C_IFS))) {
H A Dsh.h782 #define C_IFS BIT(7) /* $IFS */ macro

Completed in 102 milliseconds