Searched refs:alph (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dglue4.c29 int c, oldc = 0, alph = 0, nv = 0; local
45 alph = (c == 0) ? 0 : alph+1;
46 if (alph == 1)
48 if (alph > 6)
H A Dmkey2.c23 static int alph, used, prevc; variable
42 alph = used = prevc = eof = 0;
50 used = alph = 0;
59 used = alph = 0;
135 if (alph++ < 6)
156 alph = 0;
H A Drefer2.c49 int stat, nf, nr, query = 0, alph, digs; local
83 alph = digs = 0;
86 alph++;
92 if ((alph+digs < 3) || common(p-alph)) {
93 r = p-alph;
97 if (alph == 0 && digs > 0) {
105 alph = digs = 0;
H A Drefer6.c181 int c, alph, this; local
184 alph = 0;
187 if (this && alph == 1) {
193 if (!this && alph > 1) {
202 alph = this ? alph+1 : 0;
204 if (alph > 1) {
/illumos-gate/usr/src/cmd/troff/
H A Dn8.c69 if (!alph(cbits(*--i)))
72 while (alph(cbits(*i++)))
107 if (!i || alph(i))
115 alph(i) function
232 if (!alph(cbits(i = cbits(*hyend))))

Completed in 83 milliseconds