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 - 1
of
1
) 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
...]
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025