Searched refs:trayWithForm (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | daisyforms.c | 305 trayWithForm(PSTATUS *pps, FSTATUS *pfs, int startingTray, int checkAvail) in trayWithForm() function 348 while ((tray = trayWithForm(pps, pfs, tray, 1)) > 0) { in allTraysWithForm() 364 return (trayWithForm(pps,pfs,0,1) >= 0 ); in isFormUsableOnPrinter() 369 return (trayWithForm(pps,pfs,0,0) >= 0 ); in isFormMountedOnPrinter()
|