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

  /external/mksh/src/
eval.c 900 !ctype(c, C_IFSWS))) {
928 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) {
934 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS;
    [all...]
lex.c 418 } else if (ctype(c, C_IFSWS)) {
1437 else if (!ctype(*s->str, C_IFS | C_IFSWS))
    [all...]
funcs.c     [all...]
misc.c 103 setctypes(TC_IFSWS, C_IFSWS);
    [all...]
sh.h 976 #define C_IFSWS BIT(4) /* \t \n (IFS white space) */
    [all...]

Completed in 324 milliseconds