Searched refs:pop (Results 1 - 25 of 53) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dpop312 $pop = Net::POP3->new('backup3', Debug => $opt_debug ? 6 : 0);
16 $count = $pop->login($user);
20 $m = $pop->get(1);
24 $pop->quit;
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.S44 pop %rsi
45 pop %rdi
53 pop %rsi
54 pop %rdi
65 pop %rsi
66 pop %rdi
75 pop %rsi
76 pop %rdi
88 pop %rsi
89 pop
[all...]
/osnet-11/usr/src/lib/libc/i386/unwind/
H A Dunwind_frame.s44 movl (%ebp), %edx / pop first frame [ back to f1() ]
45 movl (%edx), %ebp / pop second frame [ back to f2() ]
64 movl (%ebp), %ebp / pop out one frame
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Ddrivemap_int13h.S52 pop %bx
53 pop %ax
73 pop %dx
76 pop %bp
79 pop %dx
/osnet-11/usr/src/lib/libcurses/screen/
H A Dtparm.c58 * 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/grub/grub2/grub-core/mmap/i386/pc/
H A Dmmap_helper.S30 pop %ds
32 pop %ds
55 pop %ds
60 pop %ds
68 pop %ds
70 pop %ds
78 pop %ds
93 pop %di
94 pop %si
102 pop
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Doverride.t93 BEGIN { *OverridenPop::pop = sub { ::is( $_[0][0], "ok" ) }; }
96 pop( OverridenPop->foo() );
97 pop OverridenPop->foo();
H A Dundef.t25 $a = pop(@ary);
27 $a = pop(@ary);
H A Dinccode.t67 pop @INC;
106 pop @INC;
129 pop @INC;
142 pop @INC;
155 pop @INC;
175 pop @INC;
191 pop @INC;
H A Dpush.t28 # test for push/pop intuiting @ on array
31 pop(x);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Env/t/
H A Denv.t68 pop @FOO;
69 pop @BAR;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D15_pushpop.t49 $n = pop @a;
56 $n = pop @a;
61 $n = pop @a;
/osnet-11/usr/src/grub/grub2/grub-core/lib/x86_64/
H A Dsetjmp.S38 pop %rsi /* Return address, and adjust the stack */
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfclose.c52 { 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/libadt_jni/com/sun/audit/
H A DAuditSession.java76 private Stack stateStack = new Stack(); // for push/pop
154 state = (byte[])stateStack.pop();
239 sh = (byte[])stateStack.pop();
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Dint.S92 pop %ax
95 pop %ax
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigintpl.t19 $ans = pop(@args);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dasm.S1480 pop %ebx
1481 pop %ebp
1521 pop %ebx
1522 pop %ebp
1595 pop %esi
1596 pop %edi
1597 pop %ebx
1598 pop %ebp
2187 pop %ebp
2230 pop
[all...]
H A Dstart_eltorito.S153 pop %si
154 pop %bp
262 pop %eax
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dproc64_support.s81 pop %rbx
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocopen.c413 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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc31 @args = split(/:/,$_,99); $ans = pop(@args);
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s88 pop %esi / restore esi ebx as per calling cvntn
89 pop %ebx
110 pop %esi
111 pop %ebx
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/t/
H A DPeek.t21 my $pattern = pop;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dcalling.t81 $ans = pop @args;

Completed in 124 milliseconds

123