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 68 if (t & C_IFS) {
70 chtypes[i] &= ~C_IFS;
71 /* include \0 in C_IFS */
72 chtypes[0] |= C_IFS;
    [all...]
var.c 1157 setctypes(s = str_val(vp), C_IFS);
1262 setctypes(" \t\n", C_IFS);
    [all...]
funcs.c     [all...]
lex.c     [all...]
eval.c 833 !make_magic && ctype(c, C_IFS))) {
    [all...]
sh.h 782 #define C_IFS BIT(7) /* $IFS */
    [all...]

Completed in 68 milliseconds