Home
last modified time | relevance | path

Searched defs:condexpr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/config/
H A Ddefs.h392 struct condexpr { struct
393 enum condexpr_types cx_type; argument
396 struct condexpr *not; argument
401 } cx_u;
H A Dgram.y163 struct condexpr *condexpr; member