Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/xlint/lint1/
Dfunc.c174 while ((cl = ci->c_clst) != NULL) { in popctrl()
175 ci->c_clst = cl->cl_nxt; in popctrl()
475 for (cl = ci->c_clst; cl != NULL; cl = cl->cl_nxt) { in label()
492 cl->cl_nxt = ci->c_clst; in label()
493 ci->c_clst = cl; in label()
645 for (cl = cstk->c_clst; cl != NULL; cl = cl->cl_nxt) in switch2()
Dlint1.h391 clst_t *c_clst; /* list of case values */ member