Searched defs:cond (Results 1 – 3 of 3) sorted by relevance
115 cond(A) ::= EQ. { A = SSI_COND_EQ; } in cond() function116 cond(A) ::= NE. { A = SSI_COND_NE; } in cond() function117 cond(A) ::= LE. { A = SSI_COND_LE; } in cond() function118 cond(A) ::= GE. { A = SSI_COND_GE; } in cond() function119 cond(A) ::= LT. { A = SSI_COND_LT; } in cond() function120 cond(A) ::= GT. { A = SSI_COND_GT; } in cond() function
529 cond(A) ::= EQ. { in cond() function532 cond(A) ::= MATCH. { in cond() function535 cond(A) ::= NE. { in cond() function538 cond(A) ::= NOMATCH. { in cond() function
117 config_cond_t cond; member