Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsbase.h276 # 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) }
H A Drcssyn.c575 cachegeteof_(c, { if (delimiter) unexpected_EOF(); return -1; } )
597 cachegeteof_(c, unexpected_EOF();)
H A Drcsgen.c664 cachegeteof_(c, break;)
675 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()