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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h33 typedef struct form_node _FORM; typedef in typeref:struct:form_node
94 _FORM *form;
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 Ddaisyforms.c48 check_form_alert (prs->form, (_FORM *)0);
66 check_form_alert (pfs, (_FORM *)0);
120 check_form_alert(FSTATUS *pfs, _FORM *pf)
131 * If a pointer to a new _FORM is passed, the FSTATUS
H A Ddisp3.c73 check_form_alert (Opfs, (_FORM *)0);
113 check_form_alert (pfs, (_FORM *)0);
491 register _FORM *pf;
H A Dinit.c106 _FORM *f;
H A Dfncs.c325 new_fstatus(_FORM *f)
335 result->form = calloc(1, sizeof (_FORM));
610 _FORM *
613 _FORM *_form;
738 ** free_form() - FREE MEMORY ALLOCATED FOR _FORM STRUCTURE
742 free_form(register _FORM *pf)
H A Dlpsched.c307 check_form_alert (FStatus[i], (_FORM *)0);

Completed in 50 milliseconds