HomeSort by relevance Sort by last modified time
    Searched refs:_FORM (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
nodes.h 35 typedef struct form_node _FORM;
96 _FORM *form;
lpsched.h 249 _FORM * Getform ( char * );
283 void check_form_alert ( FSTATUS * , _FORM * );
296 void free_form ( _FORM * );
340 extern FSTATUS *new_fstatus(_FORM *f);
daisyforms.c 48 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
disp3.c 76 check_form_alert (Opfs, (_FORM *)0);
116 check_form_alert (pfs, (_FORM *)0);
494 register _FORM *pf;
init.c 108 _FORM *f;
fncs.c 327 new_fstatus(_FORM *f)
337 result->form = calloc(1, sizeof (_FORM));
612 _FORM *
615 _FORM *_form; local
632 _form = calloc(1, sizeof (*_form));
633 _form->plen = formbuf.plen;
634 _form->pwid = formbuf.pwid;
635 _form->lpi = formbuf.lpi
    [all...]
lpsched.c 307 check_form_alert (FStatus[i], (_FORM *)0);

Completed in 300 milliseconds