Home
last modified time | relevance | path

Searched refs:FALERT (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/
H A Dlpforms.c54 static int add_form ( char * , FILE * , FALERT * , char * );
55 static int add_alert ( char * , FILE * , FALERT * , char * );
60 static int any_alert ( char * , FILE * , FALERT * );
161 FALERT alert = { (char *)0, -1, -1 }; in main()
384 && getform(form, &fbuf, (FALERT *)0, (FILE **)0) != 0 in main()
398 if (getform(P, &fbuf, (FALERT *)0, (FILE **)0) != -1) { in main()
442 FALERT * p_new_alert, in add_alert()
449 FALERT * p_new_alert;
461 FALERT * p_new_alert, in add_form()
468 FALERT * p_new_alert;
[all …]
/titanic_41/usr/src/cmd/lp/include/
H A Dform.h102 int getform ( char * , FORM * , FALERT * , FILE ** );
103 int putform ( char * , FORM * , FALERT * , FILE ** );
H A Dlp.h54 typedef struct FALERT { struct
58 } FALERT; argument
480 int putalert ( char * , char * , FALERT * );
483 FALERT * getalert ( char * , char * );
485 void printalert ( FILE * , FALERT * , int );
H A Dprinters.h109 FALERT fault_alert; /* how to alert on printer fault */
172 FALERT alert; /* how to alert when mount needed */
/titanic_41/usr/src/cmd/lp/lib/forms/
H A Dgetform.c50 getform(char *name, FORM *formp, FALERT *alertp, FILE **align_fp) in getform()
100 FALERT * pa = getalert(Lp_A_Forms, name); in getform()
H A Dllib-llpfrm56 int getform ( char * , FORM * , FALERT * , FILE ** );
57 int putform ( char * , FORM * , FALERT * , FILE ** );
H A Dputform.c49 putform(char *name, FORM *formp, FALERT *alertp, FILE **p_align_fp) in putform()
/titanic_41/usr/src/cmd/lp/lib/lp/
H A Dllib-llp47 typedef struct FALERT {
51 } FALERT;
120 int putalert ( char * , char * , FALERT * );
123 FALERT * getalert ( char * , char * );
125 void printalert ( FILE * , FALERT * , int );
H A Dalerts.c86 putalert(char *parent, char *name, FALERT *alertp) in putalert()
268 FALERT *
273 static FALERT alert; in getalert()
465 printalert(FILE *fp, FALERT *alertp, int isfault) in printalert()
/titanic_41/usr/src/cmd/lp/lib/papi/
H A Dlpsched-service.c42 while (getform(NAME_ALL, &form, (FALERT *)0, (FILE **)0) != -1) { in lpsched_service_information()
/titanic_41/usr/src/cmd/lp/lib/printers/
H A Dllib-llpprt56 FALERT fault_alert; /* how to alert on printer fault */
73 FALERT alert; /* how to alert when mount needed */
H A Dprintwheels.c60 register FALERT *pa;
H A Dgetprinter.c69 FALERT *pa; in getprinter()
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h207 FALERT alert;
H A Dfncs.c617 FALERT alertbuf; in Getform()
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c606 if (getform(P, &formbuf, (FALERT *)0, (FILE **)0) != -1) { in chkopts()
680 (FALERT *)0, (FILE **)0) < 0 in chkopts()
832 while (getform(form, &formbuf, (FALERT *)0, (FILE **)0) != -1) {
H A Ddo_align.c112 if (getform(form, (FORM *)0, (FALERT *)0, &align_fp) == -1) {