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

  /external/mksh/src/
misc.c 52 setctypes(const char *s, int t) function
75 setctypes("0123456789", C_DIGIT);
76 setctypes(" \t\n|&;<>()", C_LEX1); /* \0 added automatically */
77 setctypes("*@#!$-?", C_VAR1);
78 setctypes(" \t\n", C_IFSWS);
79 setctypes("=-+?", C_SUBOP1);
80 setctypes("\t\n \"#$&'()*;<=>?[\\]`|", C_QUOTE);
    [all...]
var.c 1169 setctypes(s = str_val(vp), C_IFS);
1267 setctypes(" \t\n", C_IFS);
    [all...]
sh.h     [all...]

Completed in 124 milliseconds