Searched refs:rdform (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/lp/lib/forms/ |
H A D | Makefile | 38 rdform.o \
|
H A D | getform.c | 88 if (rdform(name, formp, fd, 0, (int *)0) == -1) { in getform()
|
H A D | llib-llpfrm | 58 int rdform ( char * , FORM * , int , err_hndlr , int * );
|
H A D | rdform.c | 56 rdform(char *name, FORM *formp, int fd, int (*error_handler)( int , int , int ), in rdform() function
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | form.h | 104 int rdform ( char * , FORM * , int , err_hndlr , int * );
|
/titanic_50/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 500 if (rdform(form, &new_fbuf, fileno(input), onerror,
|