Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 25 of 99) sorted by relevance

1234

/titanic_41/usr/src/lib/libcurses/screen/
H A Dtparm.c130 pop(STACK *st) in pop() function
402 (void) pop(&stk); in tparm()
476 (void) pop(&stk); in tparm()
544 vars[*cp++ - 'a'] = pop(&stk); in tparm()
549 (short) pop(&stk); in tparm()
619 op2 = pop(&stk); in tparm()
620 op = pop(&stk); in tparm()
624 op2 = pop(&stk); in tparm()
625 op = pop(&stk); in tparm()
629 op2 = pop(&stk); in tparm()
[all …]
/titanic_41/usr/src/uts/i86pc/sys/
H A Dasm_misc.h79 pop %edi; \
80 pop %esi; \
81 pop %ebx; \
83 pop %ebp
/titanic_41/usr/src/cmd/streams/strcmd/
H A Dstrchg.c120 short pop; /* TRUE if -p */ in main() local
135 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE; in main()
180 if (pop || push) in main()
189 if (fromfile || pop) in main()
201 pop = TRUE; in main()
226 if (!pop && (popall || popupto)) { in main()
240 if (fromfile || pop) { in main()
437 if (pop) { in main()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dasm.S1473 pop %ebx
1474 pop %ebp
1514 pop %ebx
1515 pop %ebp
1588 pop %esi
1589 pop %edi
1590 pop %ebx
1591 pop %ebp
2180 pop %ebp
2223 pop %ebp
[all …]
H A Dstart_eltorito.S153 pop %si
154 pop %bp
262 pop %eax
/titanic_41/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);
/titanic_41/usr/src/common/ctf/
H A Dctf_open.c207 ulong_t pop[CTF_K_MAX + 1] = { 0 }; in init_types() local
279 pop[CTF_K_STRUCT]++; in init_types()
281 pop[tp->ctt_type]++; in init_types()
299 pop[kind]++; in init_types()
316 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0) in init_types()
319 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0) in init_types()
322 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) in init_types()
326 pop[CTF_K_INTEGER] + pop[CTF_K_FLOAT] + pop[CTF_K_FUNCTION] + in init_types()
327 pop[CTF_K_TYPEDEF] + pop[CTF_K_POINTER] + pop[CTF_K_VOLATILE] + in init_types()
328 pop[CTF_K_CONST] + pop[CTF_K_RESTRICT])) != 0) in init_types()
/titanic_41/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() ]
/titanic_41/usr/src/cmd/dc/
H A Ddc.c152 arg1 = pop(); in commnds()
154 arg2 = pop(); in commnds()
159 p = pop(); in commnds()
187 p = pop(); in commnds()
202 p = pop(); in commnds()
226 arg1 = pop(); in commnds()
230 arg2 = pop(); in commnds()
263 p = pop(); in commnds()
282 p = pop(); in commnds()
313 p = pop(); in commnds()
[all …]
/titanic_41/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c1163 static void pop(ucontext_t *uap) in pop() function
1301 pop(uap); in __fex_st_result()
1312 pop(uap); in __fex_st_result()
1313 pop(uap); in __fex_st_result()
1345 pop(uap); in __fex_st_result()
1369 pop(uap); in __fex_st_result()
1385 pop(uap); in __fex_st_result()
1434 pop(uap); in __fex_st_result()
1470 pop(uap); in __fex_st_result()
1506 pop(uap); in __fex_st_result()
[all …]
/titanic_41/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S143 pop cx /* restore saved cx */
222 pop bx /* restore partition pointer */
248 pop bx /* restore partition pointer */
327 pop si /* and pass partition pointer ds:si */
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdepfullyconnected.ksh90 exit 1 if pop(@new) ne pop(@order);
/titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A D~=24 pop
25 (\176) stringwidth pop neg size -.15 mul (\176\055) ashow
H A DL124 pop
32 {currentfile picstr readhexstring pop} image
H A DLb24 pop
32 {currentfile picstr readhexstring pop} image
H A Dlc30 pop
38 (\357) false charpath flattenpath pathbbox 0 0 size bvbbox astore pop
H A Dlf30 pop
38 (\357) false charpath flattenpath pathbbox 0 0 size bvbbox astore pop
H A Drc30 pop
38 (\357) false charpath flattenpath pathbbox 0 0 size bvbbox astore pop
H A Drf30 pop
38 (\357) false charpath flattenpath pathbbox 0 0 size bvbbox astore pop
/titanic_41/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java154 state = (byte[])stateStack.pop(); in finalize()
239 sh = (byte[])stateStack.pop(); in popState()
/titanic_41/usr/src/lib/libc/i386/gen/
H A Dstrchr.s88 pop %esi / restore esi ebx as per calling cvntn
89 pop %ebx
/titanic_41/usr/src/lib/libm/i386/src/
H A Dhypot.s106 / push&pop y in case y is a SNaN
127 / push&pop x in case x is a SNaN
/titanic_41/usr/src/common/crypto/modes/amd64/
H A Dgcm_intel.s114 pop %rsi
172 pop %rbp
/titanic_41/usr/src/lib/libpp/common/
H A Dpp.tab131 FILEPOP # 0 on IN_FILE pop - no popin
140 PASSEOF # pass EOF as 0 without pop
204 REGUARD # emit header guard define at file pop
/titanic_41/usr/src/uts/intel/ia32/krtld/
H A Dkobj_crt.s78 pop %ebp / restore frame pointer

1234