Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_gram.y76 %token <str> T_ARG
107 | T_ARG
112 | macro_arglist ',' T_ARG
H A Daicasm_macro_scan.l103 return T_ARG;
129 return T_ARG;
H A Daicasm_scan.l310 return T_ARG;
360 return T_ARG;
H A Daicasm_gram.y165 %token <str> T_PATH T_STRING T_ARG T_MACROBODY
767 | T_ARG
772 | macro_arglist ',' T_ARG
/freebsd/cddl/contrib/opensolaris/head/
H A Dsyms.h95 #define T_ARG 1 /* function argument (only used by compiler) */ macro