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);
117 #define o_getsc_u() ((*source->str != '\0') ? *source->str++ : getsc_uu())
1263 getsc_uu(void) in getsc_uu() function
1331 c = getsc_uu(); in getsc_uu()