Searched refs:checkpoint (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libz/
H A Dsfdclzw.c140 #define checkpoint zs->zs_checkpoint macro
398 checkpoint = in_count + CHECK_GAP;
552 checkpoint = CHECK_GAP;
598 checkpoint && block_compress) {
777 checkpoint = CHECK_GAP;
/ast/src/cmd/codexlib/compress/
H A Dcompress.c146 #define checkpoint zs->zs_checkpoint macro
405 checkpoint = in_count + CHECK_GAP;
480 checkpoint = CHECK_GAP;
711 checkpoint && block_compress) {
/ast/src/lib/libpp/
H A Dppinput.c480 error(3, "checkpoint load in standalone mode only");
488 error(3, "checkpoint magic error");
494 error(3, "checkpoint load from files only");
501 error(3, "checkpoint read error");
508 error(3, "checkpoint read error");
511 if (!streq(s, pp.checkpoint))
512 error(3, "checkpoint version %s does not match %s", s, pp.checkpoint);
520 error(3, "checkpoint directory seek error");
522 error(3, "checkpoint director
[all...]
H A Dpplib.h42 #define CHECKPOINT 1 /* checkpoint preprocessed files */
149 struct ppindex* index; /* checkpoint include index */
285 char* checkpoint; /* checkpoint version */ \
718 struct ppindex /* checkpoint include index */
H A Dpplex.c2436 (*pp.pragma)(dirname(PRAGMA), pp.pass, keyname(X_CHECKPOINT), pp.checkpoint, 1);
H A Dppop.c552 error(3, "preprocessor not compiled with checkpoint enabled [CHECKPOINT]");
1103 (*pp.pragma)(dirname(PRAGMA), pp.pass, keyname(X_CHECKPOINT), pp.checkpoint, 1);
/ast/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals

Completed in 59 milliseconds