HomeSort by: relevance | last modified time | path
    Searched defs:setctypes (Results 1 - 2 of 2) 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);
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);

Completed in 34 milliseconds