HomeSort by: relevance | last modified time | path
    Searched refs:setctypes (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
misc.c 32 setctypes(s, t) function
57 setctypes("0123456789", C_DIGIT);
58 setctypes(" \t\n|&;<>()", C_LEX1); /* \0 added automatically */
59 setctypes("*@#!$-?", C_VAR1);
60 setctypes(" \t\n", C_IFSWS);
61 setctypes("=-+?", C_SUBOP1);
62 setctypes("#%", C_SUBOP2);
63 setctypes(" \n\t\"#$&'()*;<>?[\\`|", C_QUOTE);
proto.h 179 void setctypes ARGS((const char *, int));
var.c 1006 setctypes(s = str_val(vp), C_IFS);
1105 setctypes(" \t\n", C_IFS);

Completed in 13 milliseconds