Searched defs:formvals (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c306 static char* formvals[MAXFORMALS]; local
689 formvals[mac->arity++] = p1 = p;
719 if (p > formvals[mac->arity - 1] && *(p - 1) == ' ') *--p = 0;
726 if (p > formvals[mac->arity - 1] && *(p - 1) == ' ') *--p = 0;
731 if (p > formvals[mac->arity - 1] && *(p - 1) == ' ') continue;
741 formvals[n] += n1;
1184 mac->formkeys[n].value = s + (formvals[n] - p0);

Completed in 76 milliseconds