Home
last modified time | relevance | path

Searched refs:NCLIST (Results 1 – 4 of 4) sorted by relevance

/system/core/sh/
Dnodes.h18 #define NCLIST 13 macro
Dnodes.c159 case NCLIST:
257 case NCLIST:
Dnodetypes96 cases nodeptr # the list of cases (NCLIST nodes)
98 NCLIST nclist # a case
Dparser.c425 cp->type = NCLIST; in command()