Home
last modified time | relevance | path

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

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