OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getsc
(Results
1 - 1
of
1
) sorted by null
/external/mksh/src/
lex.c
131
static int
getsc
(void);
134
getsc
(void)
function
147
#define
getsc
() getsc_r(o_getsc())
macro
224
while ((c =
getsc
()) == ' ' || c == '\t')
228
while ((c =
getsc
()) != '\0' && c != '\n')
245
c =
getsc
();
248
while ((c =
getsc
()) == ' ' || c == '\t')
258
while (!((c =
getsc
()) == 0 ||
320
c2 =
getsc
();
334
if ((c =
getsc
())) {
[
all
...]
Completed in 29 milliseconds