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

  /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 in typeref:typename:int
950 c = getsc__();
lex.c 62 static int getsc__ ARGS((void));
78 /* optimized getsc__() */
79 #define getsc_() ((*source->str != '\0') ? *source->str++ : getsc__())
885 getsc__() function in typeref:typename:int
950 c = getsc__();
lex.c 62 static int getsc__ ARGS((void));
78 /* optimized getsc__() */
79 #define getsc_() ((*source->str != '\0') ? *source->str++ : getsc__())
885 getsc__() function in typeref:typename:int
950 c = getsc__();

Completed in 32 milliseconds