Searched refs:keep (Results 1 - 25 of 25) sorted by relevance

/ast/src/cmd/tw/
H A Dupdatedb.sh48 [k:keep?Directories to retain in the database; used to override
97 keep=
132 *) case $keep in
133 ?*) keep="$keep|$dir" ;;
134 *) keep="$dir" ;;
193 do case $keep in
194 "") keep="$dir" ;;
195 *) keep="$keep|
[all...]
/ast/src/lib/libcmd/
H A Dhead.c77 register off_t keep = 10; local
97 if ((keep = opt_info.number) <=0)
98 error(2, "%s: %I*d: positive numeric option argument expected", opt_info.name, sizeof(keep), keep);
142 if (sfmove(fp, sfstdout, keep, delim) < 0 && !ERROR_PIPE(errno) && errno != EINTR)
/ast/src/lib/libast/regex/
H A Dregcache.c43 int keep; member in struct:Cache_s
67 if (matchstate.cache[i] && matchstate.cache[i]->keep)
69 matchstate.cache[i]->keep = 0;
143 else if (!matchstate.cache[i]->keep)
164 if (cp->keep)
166 cp->keep = 0;
189 cp->keep = 1;
/ast/src/cmd/html/
H A Dbb2tok.c79 int keep; member in struct:State_s
89 if (state->keep)
114 if (state->keep && (state->prev->lex != head->lex || !head->unary && state->push))
117 state->keep = 0;
126 state->keep = 1;
134 if (state->keep && state->prev)
176 state.keep = 0;
202 goto keep;
205 goto keep;
216 keep
[all...]
H A Dhtmlrefs.c80 "[k:keep?\apattern\a is used to match file base names that are always"
209 String_t keep; member in struct:State_s
225 keep(State_t* state, const char* name, int mode) function
259 if (!dtmatch(state->files, s) && keep(state, s, F_OK))
369 if (!keep(state, s, -1))
394 if (state->keep.size)
395 check(state, s, state->keep.data, flags);
852 * return: <0:error 0:drop >0:keep
950 state->keep.size = strlen(state->keep
[all...]
/ast/src/lib/librecsort/
H A Drskeydump.c47 sfprintf(sp, "\t keep = %s\n", fp->keep == kp->state->all ? "all" : fp->keep == kp->state->print ? "print" : fp->keep == kp->state->dict ? "dict" : fp->keep ? "UNKNOWN" : "all");
H A Drskeyhdr.h74 unsigned char* keep; /* deletion table */ \
H A Drskey.c450 unsigned char* keep = f->keep; local
472 if (keep[c = dp[i]])
527 if (keep[c])
760 if (kp->keydisc->errorf && fp->coder == key_n_code && fp->keep)
860 addtable(kp, c, &fp->keep, kp->state->dict);
927 addtable(kp, c, &fp->keep, kp->state->print);
1200 if (!fp->keep)
1201 fp->keep = kp->state->all;
1218 if(!fp->keep)
[all...]
/ast/src/lib/libast/misc/
H A Dmagic.c167 int keep[MAXNEST]; /* ckmagic nest stack */ \
497 mp->keep[0] = 0;
507 mp->keep[0] = 0;
512 mp->keep[level] = mp->keep[level - 1] != 0;
519 if (mp->keep[level] && b > cur)
538 if (mp->keep[level] && call < (MAXNEST - 1))
551 if (mp->keep[level] > 1)
555 if (!mp->keep[level])
703 if (mp->keep[leve
[all...]
/ast/src/cmd/3d/
H A Dlib_3d.h67 #define keep _3d_keep macro
H A Dexecve3d.c117 if (!keep(tp, size, 1))
H A D3d.h550 extern int keep(const char*, size_t, int);
H A Dlib.c49 * keep 3d tables from buf,siz in state.table.fd
55 keep(const char* buf, size_t siz, int force) function
H A Dinit.c1692 keep(state.table.buf, n, 0);
/ast/src/cmd/jcl/
H A Dcpy2dss.c49 "[k:keep?Keep original names. Otherwise non-identifier characters are"
162 int keep; member in struct:State_s
292 if (!q && !state.keep)
1015 state.keep = opt_info.num;
/ast/src/cmd/pax/
H A Dformat.c377 if (ap->io->keep)
381 ap->io->keep = 0;
382 else if (ap->io->keep > 0)
383 ap->io->keep--;
H A Dpax.h238 int keep; /* volume keep after skip */ \
H A Dpax.c1207 ap->io->keep = n;
/ast/src/cmd/INIT/
H A Dpackage.sh4275 eval name=\$${host}_name user=\$${host}_user snarf=\$${host}_snarf type=\$${host}_type rsh=\$${host}_rsh root=\$${host}_root keep=\$${host}_keep log=\$${host}_log
4276 case $keep in
4559 keep=1
4562 *" $name "*) keep=1 ;;
4563 *) keep=0 ;;
4586 eval ${host}_name='$'name ${host}_type='$'type ${host}_user='$'user ${host}_sync='$'sync ${host}_snarf='$'sync ${host}_rsh='$'rsh ${host}_root='$'root ${host}_keep='$'keep ${host}_log='$'log
4616 do eval share=\$${main}_share keep=\$${main}_keep
4617 case $keep in
4704 eval name=\$${host}_name keep=\$${host}_keep share=\$${host}_share
4706 do eval type=\$${share}_type keep
[all...]
H A Dregress.sh43 [k:keep?Enable \bcore\b dumps, exit after the first test that fails,
1349 k) SET - keep=$OPTARG
/ast/src/cmd/mailx/
H A Dlocal.c138 if (state.var.keep || rm(state.path.mail) < 0)
H A Ddata.c402 "keep", &state.var.keep, 0, 0,0,
H A Dmailx.h196 #define MPRESERVE (1<<7) /* keep entry in sys mailbox */
821 char* keep; member in struct:__anon136::__anon147
/ast/src/lib/libtksh/tcl/
H A DtclInterp.c310 int argc, keep, i, j; /* Loop indices. */
328 for (keep = 0, j = 0; j < TclCommandsToKeepCt; j++) {
330 keep = 1;
334 if (keep == 0) {
306 int argc, keep, i, j; /* Loop indices. */ local
/ast/src/lib/libdss/
H A Dcxcomp.c1444 goto keep;
1451 goto keep;
1460 goto keep;
1555 keep:

Completed in 89 milliseconds