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

/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dwrform.c61 int *which_set)
70 if ((!which_set || which_set[fld]) &&
144 if ((!which_set || which_set[FO_ALIGN]) &&
60 wrform(char *name, FORM *formp, int fd, int (*error_handler)( int , int , int ), int *which_set) argument
H A Drdform.c57 int *which_set)
148 if (which_set)
149 which_set[fld] = 1;
56 rdform(char *name, FORM *formp, int fd, int (*error_handler)( int , int , int ), int *which_set) argument
/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_PAPE
[all...]

Completed in 56 milliseconds