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

/external/mksh/src/
H A Dmisc.c83 if (t & C_IFS) {
85 chtypes[i] &= ~C_IFS;
86 /* include \0 in C_IFS */
87 chtypes[0] |= C_IFS;
H A Deval.c902 !make_magic && ctype(c, C_IFS))) {
941 } else if (type == XSUB && ctype(c, C_IFS) &&
H A Dvar.c1240 setctypes(s = str_val(vp), C_IFS);
1355 setctypes(TC_IFSWS, C_IFS);
H A Dfuncs.c1805 #define is_ifsws(c) (ctype((c), C_IFS) && ctype((c), C_IFSWS))
2123 } else if (ctype(ch, C_IFS)) {
2141 if (!ctype(ch, C_IFS))
H A Dlex.c1452 (cur_prompt != PS1 || !ctype(*s->str, C_IFS | C_IFSWS))) {
H A Dsh.h931 #define C_IFS BIT(7) /* $IFS */ macro

Completed in 766 milliseconds