OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cachegeteof_
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/rcs/dist/src/
rcsbase.h
247
*
cachegeteof_
(c,s) - Igeteof_ applied to the local RILE
276
# define
cachegeteof_
(c,s) { if (ptr==lim) s else (c)= *ptr++; }
macro
282
# define
cachegeteof_
(c,s) { if (ptr==rRILE->readlim && !Igetmore(rRILE)) s else (c)= *ptr++; }
macro
287
# define cacheget_(c)
cachegeteof_
(c,Ieof();)
301
# define
cachegeteof_
(c,s) Igeteof_(ptr,c,s)
macro
314
#define GETCeof_(o,c,s) {
cachegeteof_
(c,s) if (o) aputc_(c,o) }
rcssyn.c
575
cachegeteof_
(c, { if (delimiter) unexpected_EOF(); return -1; } )
597
cachegeteof_
(c, unexpected_EOF();)
rcsgen.c
664
cachegeteof_
(c, break;)
675
cachegeteof_
(c, { if (!dc.nlines) goto OK_EOF; unexpected_EOF(); })
rcsedit.c
589
cachegeteof_
(c, editLineNumberOverflow();)
888
cachegeteof_
(c, goto uncache_exit;)
922
cachegeteof_
(c, goto keystring_eof;)
949
cachegeteof_
(c, goto keystring_eof;)
rcslex.c
425
cachegeteof_
(c, {uncache(fin);return true;})
Completed in 166 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026