Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c94 static int getsc_uu(void);
111 #define o_getsc_u() ((*source->str != '\0') ? *source->str++ : getsc_uu())
1241 getsc_uu(void) in getsc_uu() function
1310 c = getsc_uu(); in getsc_uu()