Searched refs:setctypes (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/bin/ksh/ |
| H A D | misc.c | 29 setctypes(const char *s, int t) in setctypes() function 52 setctypes(" \t\n|&;<>()", C_LEX1); /* \0 added automatically */ in initctypes() 53 setctypes("*@#!$-?", C_VAR1); in initctypes() 54 setctypes(" \t\n", C_IFSWS); in initctypes() 55 setctypes("=-+?", C_SUBOP1); in initctypes() 56 setctypes("#%", C_SUBOP2); in initctypes() 57 setctypes(" \n\t\"#$&'()*;<>?[\\`|", C_QUOTE); in initctypes()
|
| H A D | sh.h | 531 void setctypes(const char *, int);
|
| H A D | var.c | 976 setctypes(s = str_val(vp), C_IFS); in setspec() 1098 setctypes(" \t\n", C_IFS); in unsetspec()
|