Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tbl/
H A Dtm.c72 int ineq = 0, c; in ineqn() local
76 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()