Searched defs:s_get (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dlex.c97 static int s_get(void);
591 if ((c2 = unbksl(true, s_get, s_put)) == -1)
592 c2 = s_get();
1795 s_get(void) function
H A Dfuncs.c265 static int s_get(void);
403 c = unbksl(false, s_get, s_put);
479 s_get(void) function

Completed in 103 milliseconds