Home
last modified time | relevance | path

Searched refs:NCLISTFALLTHRU (Results 1 – 5 of 5) sorted by relevance

/dragonfly/bin/sh/pregenerated/
H A Dnodes.h19 #define NCLISTFALLTHRU 14 macro
H A Dnodes.c181 case NCLISTFALLTHRU: in calcsize()
277 case NCLISTFALLTHRU: in copynode()
/dragonfly/bin/sh/
H A Deval.c265 case NCLISTFALLTHRU: in evaltree()
404 cp->type == NCLISTFALLTHRU && in evalcase()
408 cp->type == NCLISTFALLTHRU) in evalcase()
H A Dnodetypes104 NCLISTFALLTHRU nclist # a case ending with ;&
H A Dparser.c558 cp->type = NCLISTFALLTHRU; in command()