Searched defs:pop (Results 1 – 15 of 15) sorted by relevance
33 #define pop(type) (sp -= (sizeof(type) + WMASK) & ~WMASK, (*((type *) sp))) macro36 #define pop(type) (*((type *) (sp -= sizeof(type)))) macro
65 pop ds define67 pop di define69 pop dx define95 pop ds define
44 char **pop, *argv[100], *gargv[1000]; local
50 pop() in pop() function
404 pop() in pop() function
104 #define pop(a, n, i) a = (--sp)->sa, n = sp->sn, i = sp->si macro
246 const pseudo_typeS * pop; in pobegin() local279 pseudo_typeS *pop; local
128 pop(flag) in pop() function
167 pop() in pop() function
148 register char *pop; local
44 #define pop(type) ( \ macro
141 struct optab *pop; member
74 struct optab *pop; member
969 pop(){ in pop() function
368 char *pop; variable