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

  /external/mksh/src/
lex.c     [all...]
eval.c 847 (!ctype(c, C_IFSWS) && c && word == IFS_NWS)) {
872 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS;
    [all...]
funcs.c     [all...]
misc.c 92 setctypes(" \t\n", C_IFSWS);
    [all...]
sh.h 779 #define C_IFSWS BIT(4) /* \t \n (IFS white space) */
    [all...]

Completed in 49 milliseconds