Home
last modified time | relevance | path

Searched refs:_FORM (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h247 _FORM * Getform ( char * );
281 void check_form_alert ( FSTATUS * , _FORM * );
294 void free_form ( _FORM * );
338 extern FSTATUS *new_fstatus(_FORM *f);
H A Dnodes.h33 typedef struct form_node _FORM; typedef
94 _FORM *form;
H A Ddaisyforms.c46 check_form_alert (prs->form, (_FORM *)0); in queue_form()
64 check_form_alert (pfs, (_FORM *)0); in unqueue_form()
118 check_form_alert(FSTATUS *pfs, _FORM *pf) in check_form_alert()
H A Dfncs.c325 new_fstatus(_FORM *f) in new_fstatus()
335 result->form = calloc(1, sizeof (_FORM)); in new_fstatus()
610 _FORM *
613 _FORM *_form; in Getform()
742 free_form(register _FORM *pf) in free_form()
H A Ddisp3.c73 check_form_alert (Opfs, (_FORM *)0); in remount_form()
113 check_form_alert (pfs, (_FORM *)0); in remount_form()
491 register _FORM *pf; in s_load_form()
H A Dinit.c106 _FORM *f; in init_forms()
H A Dlpsched.c305 check_form_alert (FStatus[i], (_FORM *)0); in process()