OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QSET
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
grammar.y
66
#define
QSET
(q, p, d, a) (q).proto = (p),\
296
head: pqual dqual aqual {
QSET
($$.q, $1, $2, $3); }
297
| pqual dqual {
QSET
($$.q, $1, $2, Q_DEFAULT); }
298
| pqual aqual {
QSET
($$.q, $1, Q_DEFAULT, $2); }
299
| pqual PROTO {
QSET
($$.q, $1, Q_DEFAULT, Q_PROTO); }
300
| pqual PROTOCHAIN {
QSET
($$.q, $1, Q_DEFAULT, Q_PROTOCHAIN); }
301
| pqual ndaqual {
QSET
($$.q, $1, Q_DEFAULT, $2); }
grammar.c
343
#define
QSET
(q, p, d, a) (q).proto = (p),\
[
all
...]
Completed in 25 milliseconds