Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_scan.l39 int yycolumn; variable
41 #define YY_USER_ACTION yycolumn += yyleng;
62 yycolumn = 0; in npfctl_parse_file()
135 \\\n yylineno++; yycolumn = 0;
136 \n yylineno++; yycolumn = 0; return NEWLINE;
Dnpf_parse.y48 extern int yylineno, yycolumn;
66 yylineno - (int)eol, yycolumn, msg); in yyerror()
/netbsd/src/external/bsd/flex/dist/
DChangeLog4115 support for yycolumn exists, but is not yet developed.