Home
last modified time | relevance | path

Searched defs:numeral (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h294 typedef struct numeral { struct
299 struct numeral *next; argument
301 } numeral_t; argument
H A Ddevfsadm.c4919 numeral_t *numeral; in find_enum_id() local
5306 new_id(numeral_t *numeral, int type, char *min) in new_id()