Searched defs:trayWithForm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddaisyforms.c305 trayWithForm(PSTATUS *pps, FSTATUS *pfs, int startingTray, int checkAvail) function
348 while ((tray = trayWithForm(pps, pfs, tray, 1)) > 0) {
364 return (trayWithForm(pps,pfs,0,1) >= 0 );
369 return (trayWithForm(pps,pfs,0,0) >= 0 );

Completed in 44 milliseconds