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

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y60 %type <astr> matchup onehalf twohalves
111 cline: tag ':' matchup '=' action { addtag($1, $3, NULL, &$5); }
114 sline: tag ':' '(' ')' ',' matchup '=' action { addtag($1, NULL, $6, &$8); }
117 csline: tag ':' matchup ',' matchup '=' action { addtag($1, $3, $5, &$7); }
127 matchup: label

Completed in 117 milliseconds