Home
last modified time | relevance | path

Searched refs:ineq (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dtm.c70 int ineq = 0, c; in ineqn() local
74 return(ineq); in ineqn()
76 if ((ineq == 0) && (c == delim1)) in ineqn()
77 ineq = 1; in ineqn()
79 if ((ineq == 1) && (c == delim2)) in ineqn()
80 ineq = 0; in ineqn()