Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netgraph/
Dng_parse.h488 T_WORD, /* anything else containing no whitespace */ enumerator
Dng_parse.c1250 if (tok != T_WORD) { in ng_parse_composite()
1276 if (tok != T_WORD) { in ng_parse_composite()
1718 return T_WORD; in ng_parse_get_token()
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-i386.c6708 #define T_WORD 4 macro
7040 else if (prev_token.code == T_WORD) in intel_e09()
7469 case T_WORD: in intel_e11()
7720 new_token.code = T_WORD; in intel_get_token()
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-00014593 (T_WORD): Define.