Searched refs:spop (Results 1 – 3 of 3) sorted by relevance
115 #define spop() (stack_ptr > 0 ? stack[--stack_ptr].str : NULL) macro179 format, spop()); in tparm()213 len = strlen(spop()); in tparm()
108 #define spop() (stack_ptr > 0 ? stack[--stack_ptr].str : (char *) 0) macro207 strcpy(bufptr, spop());
223 spop(void) in spop() function510 save_number("%d", strlen(spop()), 0); in tparam_internal()514 save_text(format, spop(), len); in tparam_internal()