Searched refs:CIL_KEY_NEQ (Results 1 – 5 of 5) sorted by relevance
93 char *CIL_KEY_NEQ; variable
100 CIL_KEY_NEQ = cil_strpool_add("neq"); in cil_init_keys()1126 return CIL_KEY_NEQ; in cil_node_to_string()
303 op_str = CIL_KEY_NEQ; in cil_expr_to_string()
698 op_str = CIL_KEY_NEQ; in cil_expr_to_string()
2531 else if (op == CIL_KEY_NEQ) return CIL_NEQ; /* Only conditional */ in __cil_get_expr_operator_flavor()2636 else if (op == CIL_KEY_NEQ) return CIL_NEQ; in __cil_get_constraint_operator_flavor()