Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/
H A Dn8.c202 if (hyp > (hyptr + NHYP - 1)) in exword()
203 hyp = hyptr + NHYP - 1; in exword()
H A Dn7.c917 if (hyp > (hyptr + NHYP - 1))
918 hyp = hyptr + NHYP - 1;
925 if (hyp > (hyptr + NHYP - 1))
926 hyp = hyptr + NHYP - 1;
H A Dtdef.h162 #define NHYP 10 /* max hyphens per word */ macro
586 tchar *_hyptr[NHYP];