OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 23 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025