HomeSort by: relevance | last modified time | path
    Searched defs:cacheunget_ (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcsedit.c 1141 cacheunget_(infile, c) function
1147 cacheunget_(infile, c) function
rcsedit.c 1141 cacheunget_(infile, c) function
1147 cacheunget_(infile, c) function
rcsbase.h 46 * (cacheunget_): No longer take a failure arg; just call Ierror on failure.
250 * cacheunget_(f,c,s) - read c backwards from cached f, executing s at BOF
288 # define cacheunget_(f,c) (c)=(--ptr)[-1]; macro
304 # define cacheunget_(f,c) if(fseek(ptr,-2L,SEEK_CUR))Ierror();else cacheget_(c) macro
rcsbase.h 46 * (cacheunget_): No longer take a failure arg; just call Ierror on failure.
250 * cacheunget_(f,c,s) - read c backwards from cached f, executing s at BOF
288 # define cacheunget_(f,c) (c)=(--ptr)[-1]; macro
304 # define cacheunget_(f,c) if(fseek(ptr,-2L,SEEK_CUR))Ierror();else cacheget_(c) macro

Completed in 125 milliseconds