Lines Matching refs:yyextra
316 bpf_error(yyextra, "%s not supported", yytext);
402 bpf_error(yyextra, "malloc");
406 bpf_error(yyextra, "malloc");
410 yylval->s = sdup(yyextra, (char *)yytext); return HID; }
418 bpf_error(yyextra, "bogus IPv6 address %s", yytext);
421 yylval->s = sdup(yyextra, (char *)yytext); return HID6;
424 bpf_error(yyextra, "IPv6 address %s not supported", yytext);
427 {B}:+({B}:+)+ { bpf_error(yyextra, "bogus ethernet address %s", yytext); }
485 yylval->s = sdup(yyextra, (char *)yytext); return ID; }
486 "\\"[^ !()\n\t]+ { yylval->s = sdup(yyextra, (char *)yytext + 1); return ID; }
488 bpf_error(yyextra, "illegal token: %s", yytext); }
489 . { bpf_error(yyextra, "illegal char '%c'", *yytext); }