Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dwrform.c59 int *which_set) in wrform() argument
68 if ((!which_set || which_set[fld]) && in wrform()
142 if ((!which_set || which_set[FO_ALIGN]) && in wrform()
H A Drdform.c55 int *which_set) in rdform() argument
146 if (which_set) in rdform()
147 which_set[fld] = 1; in rdform()
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c473 int which_set[FO_MAX]; local
498 which_set[fld] = 0;
501 which_set) == -1) {
506 if (which_set[fld])
516 if (which_set[FO_ALIGN]) {
673 if (which_set[fld]) switch(fld) {
925 int which_set[FO_MAX]; local
931 which_set[fld] = whichVal;
933 which_set[FO_ALIGN] = 0;
935 which_set[FO_PAPER] = 1;
[all …]