Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpcap/
Dgrammar.y64 static struct qual qerr = { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF }; variable
143 null: /* null */ { $$.q = qerr; }
222 | pname { $$.b = gen_proto_abbrev($1); $$.q = qerr; }
224 $$.q = qerr; }
226 $$.q = qerr; }
227 | other { $$.b = $1; $$.q = qerr; }