Home
last modified time | relevance | path

Searched defs:pop (Results 1 – 15 of 15) sorted by relevance

/csrg-svn/usr.bin/pascal/pdx/
H A Dtree.h33 #define pop(type) (sp -= (sizeof(type) + WMASK) & ~WMASK, (*((type *) sp))) macro
36 #define pop(type) (*((type *) (sp -= sizeof(type)))) macro
/csrg-svn/usr.bin/tn3270/distribution/sys_dos/
H A Dspintasm.asm65 pop ds define
67 pop di define
69 pop dx define
95 pop ds define
/csrg-svn/libexec/ftpd/
H A Dpopen.c44 char **pop, *argv[100], *gargv[1000]; local
/csrg-svn/old/sh/
H A Dio.c50 pop() in pop() function
/csrg-svn/usr.bin/struct/beautify/
H A Dbeauty.y404 pop() in pop() function
/csrg-svn/lib/libc/stdlib/
H A Dradixsort.c104 #define pop(a, n, i) a = (--sp)->sa, n = sp->sn, i = sp->si macro
/csrg-svn/contrib/gas-1.38/
H A Dread.c246 const pseudo_typeS * pop; in pobegin() local
279 pseudo_typeS *pop; local
/csrg-svn/local/toolchest/ksh/sh/
H A Dio.c128 pop(flag) in pop() function
/csrg-svn/games/atc/
H A Dinput.c167 pop() in pop() function
/csrg-svn/sys/kern/
H A Dkern_descrip.c148 register char *pop; local
/csrg-svn/old/dbx/
H A Deval.c44 #define pop(type) ( \ macro
/csrg-svn/old/pcc/c2.vax/
H A Dc2.h141 struct optab *pop; member
/csrg-svn/old/pcc/c2.tahoe/
H A Dc2.h74 struct optab *pop; member
/csrg-svn/usr.bin/dc/
H A Ddc.c969 pop(){ in pop() function
/csrg-svn/sys/hp/hpux/
H A Dhpux_compat.c368 char *pop; variable