Home
last modified time | relevance | path

Searched refs:getsc__ (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/bin/ksh/
H A Dlex.c62 static int getsc__ ARGS((void));
79 #define getsc_() ((*source->str != '\0') ? *source->str++ : getsc__())
885 getsc__() in getsc__() function
950 c = getsc__(); in getsc__()