OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getsc
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
lex.c
76
#define
getsc
() (*source->str != '\0' && *source->str != '\\' \
macro
141
while ((c =
getsc
()) == ' ' || c == '\t')
145
while ((c =
getsc
()) != '\0' && c != '\n')
164
while (!((c =
getsc
()) == 0
208
c2 =
getsc
();
222
c =
getsc
();
246
c =
getsc
();
268
c =
getsc
();
270
c =
getsc
();
288
c =
getsc
();
[
all
...]
lex.c
76
#define
getsc
() (*source->str != '\0' && *source->str != '\\' \
macro
141
while ((c =
getsc
()) == ' ' || c == '\t')
145
while ((c =
getsc
()) != '\0' && c != '\n')
164
while (!((c =
getsc
()) == 0
208
c2 =
getsc
();
222
c =
getsc
();
246
c =
getsc
();
268
c =
getsc
();
270
c =
getsc
();
288
c =
getsc
();
[
all
...]
Completed in 93 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025