Searched refs:cachegeteof_ (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsbase.h | 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) }
|
H A D | rcssyn.c | 575 cachegeteof_(c, { if (delimiter) unexpected_EOF(); return -1; } ) 597 cachegeteof_(c, unexpected_EOF();)
|
H A D | rcsgen.c | 664 cachegeteof_(c, break;) 675 cachegeteof_(c, { if (!dc.nlines) goto OK_EOF; unexpected_EOF(); })
|
H A D | rcsedit.c | 589 cachegeteof_(c, editLineNumberOverflow();) 888 cachegeteof_(c, goto uncache_exit;) 922 cachegeteof_(c, goto keystring_eof;) 949 cachegeteof_(c, goto keystring_eof;)
|
H A D | rcslex.c | 425 cachegeteof_(c, {uncache(fin);return true;}) in eoflex()
|