Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A 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 SEPLINE;
H A Dnpf_parse.y48 extern int yylineno, yycolumn;
66 yylineno - (int)eol, yycolumn, msg); in yyerror()
/netbsd-src/external/bsd/flex/dist/src/
H A Dflex.skl317 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
323 yycolumn=0;
2555 return yycolumn;
2661 yycolumn = _column_no;
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog4115 support for yycolumn exists, but is not yet developed.