HomeSort by relevance Sort by last modified time
    Searched refs:C_IFS (Results 1 - 6 of 6) sorted by null

  /external/mksh/src/
misc.c 83 if (t & C_IFS) {
85 chtypes[i] &= ~C_IFS;
86 /* include \0 in C_IFS */
87 chtypes[0] |= C_IFS;
    [all...]
eval.c 886 !make_magic && ctype(c, C_IFS))) {
927 } else if (type == XSUB && ctype(c, C_IFS) &&
    [all...]
funcs.c     [all...]
var.c 1271 setctypes(s = str_val(vp), C_IFS);
1388 setctypes(TC_IFSWS, C_IFS);
    [all...]
lex.c 1437 else if (!ctype(*s->str, C_IFS | C_IFSWS))
    [all...]
sh.h 979 #define C_IFS BIT(7) /* $IFS */
    [all...]

Completed in 81 milliseconds