Searched refs:cachegeteof_ (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsbase.h244 * cachegeteof_(c,s) - Igeteof_ applied to the local RILE
273 # define cachegeteof_(c,s) if (ptr==lim) s else (c)= *ptr++; macro
279 # define cachegeteof_(c,s) if (ptr==rRILE->readlim && !Igetmore(rRILE)) s else (c)= *ptr++; macro
284 # define cacheget_(c) cachegeteof_(c,Ieof();)
298 # define cachegeteof_(c,s) Igeteof_(ptr,c,s) macro
311 #define GETCeof_(o,c,s) { cachegeteof_(c,s) if (o) aputc_(c,o) }
H A Drcssyn.c560 cachegeteof_(c, { if (delimiter) unexpected_EOF(); return -1; } )
582 cachegeteof_(c, unexpected_EOF();)
H A Drcsgen.c660 cachegeteof_(c, break;)
671 cachegeteof_(c, { if (!dc.nlines) goto OK_EOF; unexpected_EOF(); })
H A Drcsedit.c586 cachegeteof_(c, editLineNumberOverflow();)
885 cachegeteof_(c, goto uncache_exit;)
919 cachegeteof_(c, goto keystring_eof;)
946 cachegeteof_(c, goto keystring_eof;)
H A Drcslex.c422 cachegeteof_(c, {uncache(fin);return true;})

Completed in 151 milliseconds