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

/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dgetform.c50 getform(char *name, FORM *formp, FALERT *alertp, FILE **align_fp) argument
98 if (alertp) {
110 alertp->shcmd = 0;
111 alertp->Q = alertp->W = -1;
128 *alertp = *pa;
H A Dputform.c49 putform(char *name, FORM *formp, FALERT *alertp, FILE **p_align_fp) argument
109 if (alertp) {
111 alertp->shcmd
112 && putalert(Lp_A_Forms, name, alertp) == -1
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c86 putalert(char *parent, char *name, FALERT *alertp) argument
102 if (!alertp->shcmd) {
107 if (STREQU(alertp->shcmd, NAME_NONE))
207 fdprintf(fdout, "%ld", (long)alertp->W);
213 fdprintf(fdout, "%s\n", alertp->shcmd);
256 fdprintf(fdout, "%d\n", alertp->Q > 0? alertp->Q : 1);
257 fdprintf(fdout, "%d\n", alertp->W >= 0? alertp->W : 0);
465 printalert(FILE *fp, FALERT *alertp, in argument
[all...]

Completed in 60 milliseconds