Searched defs:pop (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libast/common/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);
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | tparm.c | 58 * print pop() as in printf(3), as defined in the local 62 * %c print pop() like %c in printf(3) 63 * %l pop() a string address and push its length. 73 * %+ %- %* %/ %m arithmetic (%m is mod): push(pop() op pop()) 74 * %& %| %^ bit operations: push(pop() op pop()) 75 * %= %> %< logical operations: push(pop() op pop()) 76 * %A %O logical AND, OR push(pop() o 132 pop(STACK *st) function [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | procopen.c | 413 int pop[2]; local 439 pop[0] = pop[1] = -1; 534 if ((flags & PROC_ORPHAN) && pipe(pop)) 582 close(pop[0]); 583 close(pop[1]); 588 write(pop[1], &proc->pid, sizeof(proc->pid)); 887 if (read(pop[0], &proc->pid, sizeof(proc->pid)) != sizeof(proc->pid)) 889 close(pop[0]); 929 if (pop[ [all...] |
H A D | optget.c | 501 * pop the push stack 505 pop(register Push_t* psp) function 1589 pop(psp); 3442 psp = pop(psp); 3972 pop(psp); 4825 psp = pop(psp); 5104 pop(psp); 5127 pop(psp); 5145 pop(psp); 5171 pop(ps [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_table.cc | 144 db_free_list::pop() function in class:db_free_list 146 WRITELOCK(this, NULL, "w db_free_list::pop"); 148 WRITEUNLOCK(this, NULL, "wu db_free_list::pop"); 156 WRITEUNLOCK(this, found, "wu db_free_list::pop"); 658 entryp where = freelist.pop();
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | op.c | 6461 OP* pop = (o->op_type == OP_PADAV) ? local 6464 if (pop && pop->op_type == OP_CONST && 6465 ((PL_op = pop->op_next)) && 6466 pop->op_next->op_type == OP_AELEM && 6467 !(pop->op_next->op_private & 6469 (i = SvIV(((SVOP*)pop)->op_sv) - PL_curcop->cop_arybase) 6474 if (cSVOPx(pop)->op_private & OPpCONST_STRICT) 6475 no_bareword_allowed(pop); 6478 op_null(pop [all...] |
Completed in 1431 milliseconds