/ast/src/cmd/pzip/ |
H A D | Makefile | 13 pop :: pop.c 31 :WWW: pzip.mm pin pop pzip
|
/ast/src/lib/libdss/ |
H A D | dssmisc.c | 37 void* pop; local 53 if (!(pop = cxpush(dss->cx, file, sp, s, -1, CX_INCLUDE))) 56 cxpop(dss->cx, pop);
|
H A D | cxlib.h | 153 Cxinclude_t* pop; member in struct:Cxinclude_s
|
H A D | dssprintf.c | 347 void* pop; local 349 if (!(pop = cxpush(cx, NiL, NiL, v, (d ? d : s) - v, 0))) 352 cxpop(cx, pop);
|
H A D | cxcomp.c | 82 else if (cx->include->final || !cx->include->pop) 428 ip->pop = cx->include; 434 * pop the top file off the include stack until and including matching cxpush() pop 435 * pop==0 pops everything 436 * 1 returned if there are more items on the stack after the pop 437 * 0 returned if the stack is empty after the pop 438 * -1 returned if the stack is empty before the pop 442 cxpop(Cx_t* cx, void* pop) argument 444 Cxinclude_t* pp = (Cxinclude_t*)pop; [all...] |
/ast/src/lib/libast/sfio/ |
H A D | sfclose.c | 52 { reg Sfio_t* pop; local 54 if(!(pop = (*_Sfstack)(f,NIL(Sfio_t*))) ) 57 if(sfclose(pop) < 0) 58 { (*_Sfstack)(f,pop);
|
/ast/src/cmd/nmake/ |
H A D | mam.c | 133 int pop; local 137 pop = !(r->dynamic & D_built) || (flags & P_force); 142 , pop ? "make" : "prev" 149 if (pop && (state.mam.dynamic || state.mam.regress)) 157 return pop; 161 * pop done op
|
H A D | variable.c | 146 int pop; local 244 for (pop = -1; *s == var; s++, pop++); 298 for (n = pop; n > 0; n--)
|
H A D | scan.c | 1277 } any[8], *pop, *pp; local 1318 pop = any; 1343 for (pp = any; pp < pop; pp++) 1422 if (pop < &any[elementsof(any)]) 1424 pop->arg = n; 1425 pop->state = s; 1426 pop->buffer = g; 1427 pop++; 1549 if (pop > any) 1550 pop [all...] |
H A D | make.c | 326 int pop; local 476 pop = mampush(mam, r, flags); 494 if (mam && pop) 589 pop = mampush(mam, r, flags); 838 pop = mampush(mam, r, flags); 1299 if (mam && pop)
|
H A D | command.c | 373 * pop job context 377 pop(Joblist_t* job) function 621 pop(job); 911 pop(job); 1024 pop(job);
|
/ast/src/lib/libast/misc/ |
H A D | procopen.c | 414 int pop[2]; local 440 pop[0] = pop[1] = -1; 535 if ((flags & PROC_ORPHAN) && pipe(pop)) 583 close(pop[0]); 584 close(pop[1]); 589 write(pop[1], &proc->pid, sizeof(proc->pid)); 888 if (read(pop[0], &proc->pid, sizeof(proc->pid)) != sizeof(proc->pid)) 890 close(pop[0]); 930 if (pop[ [all...] |
H A D | optget.c | 519 * pop the push stack 523 pop(register Push_t* psp) function 1607 pop(psp); 3485 psp = pop(psp); 4068 pop(psp); 4923 psp = pop(psp); 5202 pop(psp); 5225 pop(psp); 5243 pop(psp); 5269 pop(ps [all...] |
H A D | getcwd.c | 97 * pop long dir component chdir stack 252 pop: 310 goto pop;
|
/ast/src/cmd/mailx/ |
H A D | list.c | 675 char* pop; local 680 pop = 0; 685 if (s = pop) { 686 pop = 0; 695 if (pop) { 696 s = pop; 697 pop = 0; 703 if (!pop) { 730 pop = e;
|
/ast/src/cmd/codexlib/lzd/ |
H A D | lzd.c | 103 #define pop(p) ((p)->stack[--(p)->sp]) macro 171 *s++ = pop(state); 207 *s++ = pop(state);
|
/ast/src/cmd/paxlib/arj/ |
H A D | arj.c | 201 int pop; local 212 if (!*ar->method || (pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0) 234 codexpop(sp, NiL, pop);
|
/ast/src/cmd/paxlib/lha/ |
H A D | lha.c | 203 int pop; local 214 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0) 239 codexpop(sp, NiL, pop);
|
/ast/src/cmd/paxlib/rar/ |
H A D | rar.c | 214 int pop; local 225 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0) 247 codexpop(sp, NiL, pop);
|
/ast/src/cmd/paxlib/zoo/ |
H A D | zoo.c | 262 int pop; local 277 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0) 299 codexpop(sp, NiL, pop);
|
/ast/src/cmd/paxlib/zip/ |
H A D | zip.c | 312 int pop; local 323 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0) 345 codexpop(sp, NiL, pop);
|
/ast/src/lib/libbz/ |
H A D | blocksort.c | 288 #define pop(lz,hz,dz) { sp--; \ macro 326 pop ( lo, hi, d );
|
/ast/src/cmd/tw/ |
H A D | tw.c | 569 goto pop; 584 pop:
|
/ast/src/cmd/INIT/ |
H A D | mamake.c | 136 #define STREAM_KEEP 0x0001 /* don't fclose() on pop() */ 138 #define STREAM_PIPE 0x0004 /* pclose() on pop() */ 1040 * pop the current input file 1044 pop(void) function 1101 pop(); 1385 pop(); 1911 pop(); 2040 pop(); 2361 pop();
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 1209 void* pop; local 1211 if (!(pop = cxpush(flat->meth.cx, NiL, NiL, s, -1, 0))) 1214 cxpop(flat->meth.cx, pop);
|