Searched defs:drop (Results 1 - 18 of 18) sorted by relevance

/ast/src/lib/libast/misc/
H A Dmimetype.c37 drop(Mime_t* mp) function
65 mp->freef = drop;
H A Dfts.c108 #define drop(p,f) (((f)->fts_namelen < MINNAME) ? ((f)->fts_link = (p)->free, (p)->free = (f)) : (free(f), (p)->free)) macro
852 drop(fts, f);
858 drop(fts, f);
1256 drop(fts, f);
1320 drop(fts, f);
1408 drop(fts, fts->current);
H A Dmime.c124 drop(Dt_t* dt, void* object, Dtdisc_t* disc) function
812 mp->dict.freef = drop;
/ast/src/cmd/mailx/port/
H A Dmimetype.c83 drop(Mime_t* mp) function
111 mp->freef = drop;
H A Dmime.c176 drop(Dt_t* dt, void* object, Dtdisc_t* disc) function
755 mp->dict.freef = drop;
/ast/src/cmd/coshell/
H A Djob.c31 * drop a connection
35 drop(register int fd) function
259 drop(jp->fd);
/ast/src/lib/libz/
H A Dinftrees.c51 unsigned drop; /* code bits to drop for sub-table */ local
158 with length len. That code is converted to an index by dropping drop
159 bits off of the bottom. For codes where len is less than drop + curr,
160 those top drop + curr - len bits are incremented through all values to
166 new sub-table should be started. drop is zero when the root table is
167 being filled, and drop is root when sub-tables are being filled.
212 drop = 0; /* current bits to drop from code for index */
224 this.bits = (unsigned char)(len - drop);
[all...]
/ast/src/lib/libcs/
H A Dcss.c80 * drop fd ip
84 drop(Css_t* css, register Cspoll_t* pp) function
371 drop(xss, &state.fdpoll[i]);
580 drop(state.fdinfo[fd].css, &state.fdpoll[n]);
664 drop(state.fdinfo[pp->fd].css, pp);
697 drop(ip->css, pp);
946 drop(css, pp);
/ast/src/cmd/cs/
H A Dmbb.c65 " [+0 drop \aid\a?[server]] Client with server assigned id"
236 drop(Css_t* css, Connection_t* con, Cssdisc_t* disc) function
252 post(css, disc, cp, NiL, 0, "drop");
296 drop(css, con, disc);
303 drop(css, con, disc);
/ast/src/cmd/mailx/
H A Dvars.c739 drop(Dt_t* dt, void* obj, Dtdisc_t* disc) function
791 dict->disc.freef = drop;
/ast/src/cmd/builtin/
H A Dpty.c956 int drop; local
1050 drop = 1;
1056 drop = 0;
1061 if (drop)
/ast/src/lib/libast/port/
H A Dastconf.c1013 int drop; local
1239 if ((drop = !sp) && !(sp = sfstropen()))
1352 if (drop)
/ast/src/lib/libast/regex/
H A Dregcomp.c191 drop(regdisc_t* disc, Rex_t* e) function
203 drop(disc, e->re.group.expr.binary.left);
204 drop(disc, e->re.group.expr.binary.right);
214 drop(disc, e->re.group.expr.rex);
316 drop(env->disc, e);
321 drop(env->disc, e);
328 drop(env->disc, f);
350 drop(env->disc, f);
1338 drop(env->disc, e);
1464 drop(en
[all...]
H A Dreglib.h42 #define drop _reg_drop macro
585 extern void drop(regdisc_t*, Rex_t*);
/ast/src/cmd/nmake/
H A Dcommand.c1333 * complete all jobs and drop the coshell
1337 drop(void) function
/ast/src/cmd/at/
H A Datd.c543 * drop a job
547 drop(register State_t* state, register Job_t* job) function
550 error(0, "%s %s que %s drop \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, job->label);
599 drop(state, job);
1078 drop(state, job);
1137 drop(state, job);
1224 * and drop the initial command label if any
/ast/src/cmd/INIT/
H A Dmamake.c397 drop(Buf_t* buf) function
941 drop(tmp);
1035 drop(buf);
1096 drop(buf);
1100 drop(buf);
1168 drop(buf);
1279 drop(buf);
1378 drop(tmp);
1382 drop(pro);
1383 drop(bu
[all...]
H A Dratz.c1718 unsigned drop; /* code bits to drop for sub-table */ local
1825 with length len. That code is converted to an index by dropping drop
1826 bits off of the bottom. For codes where len is less than drop + curr,
1827 those top drop + curr - len bits are incremented through all values to
1833 new sub-table should be started. drop is zero when the root table is
1834 being filled, and drop is root when sub-tables are being filled.
1879 drop = 0; /* current bits to drop from code for index */
1891 this.bits = (unsigned char)(len - drop);
[all...]

Completed in 79 milliseconds