Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsbase.h281 # define cachegeteof_(c,s) if (ptr==lim) s else (c)= *ptr++; macro
287 # define cachegeteof_(c,s) if (ptr==rRILE->readlim && !Igetmore(rRILE)) s else (c)= *ptr++; macro
292 # define cacheget_(c) cachegeteof_(c,Ieof();)
306 # define cachegeteof_(c,s) Igeteof_(ptr,c,s) macro
319 #define GETCeof_(o,c,s) { cachegeteof_(c,s) if (o) aputc_(c,o) }
H A Drcssyn.c573 cachegeteof_(c, { if (delimiter) unexpected_EOF(); return -1; } )
595 cachegeteof_(c, unexpected_EOF();)
H A Drcsgen.c668 cachegeteof_(c, break;)
679 cachegeteof_(c, { if (!dc.nlines) goto OK_EOF; unexpected_EOF(); })
H A Drcsedit.c589 cachegeteof_(c, editLineNumberOverflow();)
888 cachegeteof_(c, goto uncache_exit;)
922 cachegeteof_(c, goto keystring_eof;)
949 cachegeteof_(c, goto keystring_eof;)
H A Drcslex.c425 cachegeteof_(c, {uncache(fin);return true;}) in eoflex()