HomeSort by: relevance | last modified time | path
    Searched defs:condatom (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
gram.y 195 %type <condexpr> fopts condexpr condatom
1032 condatom { $$ = $1; }
1033 | '!' condatom { $$ = MKF1(cx, not, $2); }
1038 condatom: label
gram.y 195 %type <condexpr> fopts condexpr condatom
1032 condatom { $$ = $1; }
1033 | '!' condatom { $$ = MKF1(cx, not, $2); }
1038 condatom: label

Completed in 167 milliseconds