Searched refs:aqual (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dgrammar.y261 %type <i> pqual dqual aqual ndaqual
410 head: pqual dqual aqual { QSET($$.q, $1, $2, $3); }
412 | pqual aqual { QSET($$.q, $1, Q_DEFAULT, $2); }
450 aqual: HOST { $$ = Q_HOST; } label

Completed in 273 milliseconds