/titanic_44/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 54 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_44/usr/src/cmd/lp/include/ |
H A D | form.h | 102 int getform ( char * , FORM * , FALERT * , FILE ** ); 103 int putform ( char * , FORM * , FALERT * , FILE ** );
|
H A D | lp.h | 54 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 D | printers.h | 109 FALERT fault_alert; /* how to alert on printer fault */ 172 FALERT alert; /* how to alert when mount needed */
|
/titanic_44/usr/src/cmd/lp/lib/forms/ |
H A D | getform.c | 50 getform(char *name, FORM *formp, FALERT *alertp, FILE **align_fp) in getform() 100 FALERT * pa = getalert(Lp_A_Forms, name); in getform()
|
H A D | llib-llpfrm | 56 int getform ( char * , FORM * , FALERT * , FILE ** ); 57 int putform ( char * , FORM * , FALERT * , FILE ** );
|
H A D | putform.c | 49 putform(char *name, FORM *formp, FALERT *alertp, FILE **p_align_fp) in putform()
|
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | llib-llp | 47 typedef struct FALERT { 51 } FALERT; 120 int putalert ( char * , char * , FALERT * ); 123 FALERT * getalert ( char * , char * ); 125 void printalert ( FILE * , FALERT * , int );
|
H A D | alerts.c | 86 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_44/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-service.c | 42 while (getform(NAME_ALL, &form, (FALERT *)0, (FILE **)0) != -1) { in lpsched_service_information()
|
/titanic_44/usr/src/cmd/lp/lib/printers/ |
H A D | llib-llpprt | 56 FALERT fault_alert; /* how to alert on printer fault */ 73 FALERT alert; /* how to alert when mount needed */
|
H A D | printwheels.c | 60 register FALERT *pa;
|
H A D | getprinter.c | 69 FALERT *pa; in getprinter()
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | nodes.h | 207 FALERT alert;
|
H A D | fncs.c | 617 FALERT alertbuf; in Getform()
|
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | chkopts.c | 606 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 D | do_align.c | 112 if (getform(form, (FORM *)0, (FALERT *)0, &align_fp) == -1) {
|