Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c120 static int s_get(void);
555 if ((c2 = unbksl(true, s_get, s_put)) == -1) in yylex()
556 c2 = s_get(); in yylex()
1773 s_get(void) in s_get() function
Dfuncs.c532 static int s_get(void);
655 c = unbksl(false, s_get, s_put); in c_print()
731 s_get(void) in s_get() function