Lines Matching refs:macro
187 * A macro argument reference substitutes the text of
196 xyerror(D_MACRO_UNDEF, "macro argument %s is "
217 * A macro argument reference substitutes the text of
226 xyerror(D_MACRO_UNDEF, "macro argument %s is "
236 * If the macro text is not a valid integer or ident,
256 * If the macro text is not a string an begins with a
272 xyerror(D_MACRO_OFLOW, "macro argument"
290 xyerror(D_MACRO_UNDEF, "macro variable %s "
295 * For the moment, all current macro variables are of
310 xyerror(D_MACRO_UNDEF, "macro variable %s "
315 * For the moment, all current macro variables are of
659 * yybegin provides a wrapper for use from C code around the lex BEGIN() macro.