Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Deqn.c127 #define EQNSTREQ(x, p, sz) \ macro
513 if ( ! EQNSTREQ(&eqnparts[i].str, start, sz)) in eqn_box()
535 if ( ! EQNSTREQ(&eqnpiles[i], start, sz)) in eqn_box()
573 if ( ! EQNSTREQ(&eqnposs[i], start, sz)) in eqn_box()
588 if ( ! EQNSTREQ(&eqnmarks[i], start, sz)) in eqn_box()
603 if ( ! EQNSTREQ(&eqnfonts[i], start, sz)) in eqn_box()
630 if (EQNSTREQ(&eqnsyms[i].str, start, sz)) { in eqn_box()