Searched refs:putform (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/forms/ |
H A D | llib-llpfrm | 57 int putform ( char * , FORM * , FALERT * , FILE ** );
|
H A D | Makefile | 37 putform.o \
|
H A D | putform.c | 45 ** putform() - WRITE FORM STRUCTURE TO DISK FILES 49 putform(char *name, FORM *formp, FALERT *alertp, FILE **p_align_fp) function
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | form.h | 103 int putform ( char * , FORM * , FALERT * , FILE ** );
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 744 if (putform(fbuf.name, P_FBUF, &alert, &align_fp) == -1) { 1008 if (putform(fbuf.name, (FORM *)0, p_new_alert, (FILE **)0) == -1) {
|
Completed in 72 milliseconds