| Home | Sort by: relevance | last modified time | path |
| /src/bin/ksh/ | |
| lex.c | 62 static int getsc__ ARGS((void)); 78 /* optimized getsc__() */ 79 #define getsc_() ((*source->str != '\0') ? *source->str++ : getsc__()) 885 getsc__() function 950 c = getsc__(); |