Searched defs:keep (Results 1 - 10 of 10) sorted by relevance

/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/cmd/3d/
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 Dlib_3d.h67 #define keep _3d_keep macro
/ast/src/lib/librecsort/
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/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/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/cmd/mailx/
H A Dmailx.h196 #define MPRESERVE (1<<7) /* keep entry in sys mailbox */
821 char* keep; member in struct:__anon136::__anon147

Completed in 67 milliseconds