Searched refs:ineq (Results 1 – 3 of 3) sorted by relevance
72 int ineq = 0, c; in ineqn() local76 return(ineq); in ineqn()78 if ((ineq == 0) && (c == delim1)) in ineqn()79 ineq = 1; in ineqn()81 if ((ineq == 1) && (c == delim2)) in ineqn()82 ineq = 0; in ineqn()
234 #define INEQ_DEFINE(x, ineq, name) \ argument238 if (n->nchild ineq (x)) \242 #ineq, (x), n->nchild); \
421 enum check_lvl lvl, enum check_ineq ineq, int val) in check_count() argument429 switch (ineq) { in check_count()