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

/netbsd-current/usr.bin/config/
H A Dgram.y195 %type <condexpr> fopts condexpr condatom
1032 condatom { $$ = $1; }
1033 | '!' condatom { $$ = MKF1(cx, not, $2); }
1038 condatom: label

Completed in 91 milliseconds