/ast/src/cmd/tw/ |
H A D | updatedb.sh | 55 [p:prunepaths|drop?Directories to exclude from the database. If the first \adir\a 95 drop= 155 *) case $drop in 156 ?*) drop="$drop|$dir" ;; 157 *) drop="$dir" ;; 187 do case $drop in 188 "") drop="$dir" ;; 189 *) drop="$drop| [all...] |
/ast/src/lib/libz/ |
H A D | inftrees.c | 51 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/libast/misc/ |
H A D | mimetype.c | 37 drop(Mime_t* mp) function 65 mp->freef = drop;
|
H A D | fastfind.c | 113 * convert t to lower case and drop leading x- and x- after / 266 goto drop; 280 goto drop; 301 goto drop; 310 goto drop; 327 goto drop; 402 goto drop; 408 goto drop; 449 goto drop; 503 goto drop; [all...] |
H A D | fts.c | 108 #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);
|
/ast/src/cmd/mailx/port/ |
H A D | mimetype.c | 83 drop(Mime_t* mp) function 111 mp->freef = drop;
|
/ast/src/cmd/cs/ |
H A D | nam.c | 87 goto drop; 102 goto drop; 110 goto drop; 141 goto drop; 149 drop:
|
H A D | fs_env.c | 136 goto drop; 153 goto drop; 164 goto drop; 167 goto drop; 175 goto drop; 239 goto drop; 243 goto drop; 251 goto drop; 256 drop: 258 message((-1, "drop f [all...] |
H A D | tst-old.c | 99 if ((n = csread(fd, dat, sizeof(dat), CS_LINE)) <= 0) goto drop; 111 goto drop; 118 if (cswrite(fd, buf, n) != n) goto drop; 120 drop:
|
H A D | dbm.c | 161 if ((n = csread(fd, nxt, sizeof(msg), CS_LINE)) <= 0) goto drop; 315 if (cswrite(fd, ret, n) != n || *cmd == 'q') goto drop; 319 goto drop; 323 drop:
|
H A D | mbb.c | 65 " [+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/dsslib/opaque/ |
H A D | opaque.c | 172 goto drop; 196 goto drop; 200 goto drop; 209 goto drop; 213 drop:
|
/ast/src/lib/libast/aso/ |
H A D | aso-fcntl.c | 53 int drop; 90 drop = 0; 116 drop = 1; 160 if (drop)
|
/ast/src/cmd/sortlib/sum/ |
H A D | sortsum.c | 447 goto drop; 462 goto drop; 509 goto drop; 518 goto drop; 527 goto drop; 537 goto drop; 564 goto drop; 594 goto drop; 629 goto drop; 635 goto drop; [all...] |
/ast/src/cmd/sortlib/sync/ |
H A D | sync.c | 417 goto drop; 422 goto drop; 435 goto drop; 442 goto drop; 448 goto drop; 451 goto drop; 457 goto drop; 485 goto drop; 510 goto drop; 537 goto drop; [all...] |
/ast/src/cmd/coshell/ |
H A D | main.c | 315 drop(fd); 385 drop(fd); 444 drop(fd); 466 drop(fd); 487 drop(fd); 494 drop(fd); 549 drop(fd); 561 drop(fd); 568 drop(state.con[fd].info.user.fds[2]); 580 drop(f [all...] |
H A D | job.c | 31 * drop a connection 35 drop(register int fd) function 259 drop(jp->fd);
|
/ast/src/cmd/dsslib/merge/ |
H A D | merge.c | 251 goto drop; 266 goto drop; 270 goto drop; 275 drop:
|
/ast/src/cmd/sortlib/glean/ |
H A D | glean.c | 324 goto drop; 328 goto drop; 331 goto drop; 337 goto drop; 340 drop:
|
/ast/src/lib/libast/regex/ |
H A D | regcomp.c | 191 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 D | reglib.h | 42 #define drop _reg_drop macro 585 extern void drop(regdisc_t*, Rex_t*);
|
/ast/src/cmd/sortlib/vcodex/ |
H A D | vcodex.c | 315 goto drop; 318 goto drop; 328 drop:
|
/ast/src/cmd/INIT/ |
H A D | mamake.c | 397 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...] |
/ast/src/lib/libcs/ |
H A D | csrecv.c | 187 drop: 197 goto drop;
|
/ast/src/cmd/dsslib/xml/ |
H A D | xml.c | 1214 goto drop; 1217 goto drop; 1220 goto drop; 1234 goto drop; 1238 goto drop; 1248 goto drop; 1258 drop:
|