Home
last modified time | relevance | path

Searched refs:cstk_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
HDfunc.c76 cstk_t *cstk;
151 cstk_t *ci; in pushctrl()
153 if ((ci = calloc(1, sizeof (cstk_t))) == NULL) in pushctrl()
166 cstk_t *ci; in popctrl()
409 cstk_t *ci; in label()
916 cstk_t *ci; in dobreak()
942 cstk_t *ci; in docont()
967 cstk_t *ci; in doreturn()
HDlint1.h398 } cstk_t; typedef