Home
last modified time | relevance | path

Searched refs:yystarttoken (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_scan.l43 extern int yystarttoken;
59 yystarttoken = 0; in npfctl_parse_file()
75 yystarttoken = RULE_ENTRY_TOKEN; in npfctl_parse_string()
78 yystarttoken = MAP_ENTRY_TOKEN; in npfctl_parse_string()
103 if (yystarttoken) {
104 int token = yystarttoken;
105 yystarttoken = 0;
H A Dnpf_parse.y45 int yystarttoken; variable
95 %lex-param { int yystarttoken }