Home
last modified time | relevance | path

Searched refs:T_LBRACKET (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_parse.h482 T_LBRACKET, /* '[' */ enumerator
H A Dng_parse.c1217 != (ctype == CT_STRUCT ? T_LBRACE : T_LBRACKET)) { in ng_parse_composite()
1243 if (tok == T_LBRACE || tok == T_LBRACKET) { in ng_parse_composite()
1649 case T_LBRACKET: in ng_parse_skip_value()
1699 return T_LBRACKET; in ng_parse_get_token()
/f-stack/tools/compat/include/netgraph/
H A Dng_parse.h483 T_LBRACKET, /* '[' */ enumerator