Searched refs:stk_offp (Results 1 – 2 of 2) sorted by relevance
1489 #define STK_AVAIL(args) ((char *)(args)->stk_offp - (args)->stk_strp)1502 *--args->stk_offp = args->stk_strp - args->stk_base; in stk_add()1598 argc = (int *)(args->stk_base + args->stk_size) - args->stk_offp; in stk_copyin()1616 *(args->stk_offp++) = NULL; in stk_copyin()1621 args->na = (int *)(args->stk_base + args->stk_size) - args->stk_offp; in stk_copyin()1872 args->stk_offp = (int *)(args->stk_base + size); in exec_args()
88 int *stk_offp; member