Lines Matching defs:stk
357 } *stk;364 stk = malloc(sizeof(*stk));365 if (stk == NULL)368 c = stk->c;369 v = stk->v;370 x = stk->x;371 u = stk->u;374 memzero(stk->c, sizeof(stk->c));561 free(stk);