OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qerr
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
grammar.y
72
static struct qual
qerr
= { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF };
216
null: /* null */ { $$.q =
qerr
; }
305
| pname { $$.b = gen_proto_abbrev($1); $$.q =
qerr
; }
307
$$.q =
qerr
; }
309
$$.q =
qerr
; }
310
| other { $$.b = $1; $$.q =
qerr
; }
311
| atmtype { $$.b = gen_atmtype_abbrev($1); $$.q =
qerr
; }
312
| atmmultitype { $$.b = gen_atmmulti_abbrev($1); $$.q =
qerr
; }
313
| atmfield atmvalue { $$.b = $2.b; $$.q =
qerr
; }
314
| mtp2type { $$.b = gen_mtp2type_abbrev($1); $$.q =
qerr
; }
[
all
...]
grammar.c
349
static struct qual
qerr
= { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF };
variable in typeref:struct:qual
[
all
...]
Completed in 18 milliseconds