Lines Matching refs:RSTATUS

225 typedef int (*qchk_fnc_type)( RSTATUS * );
239 RSTATUS * request_by_id ( char * );
240 RSTATUS * request_by_id_num ( long );
241 RSTATUS * request_by_jobid ( char * , char * );
256 int cancel ( RSTATUS * , int );
260 int one_printer_with_charsets ( RSTATUS * );
263 int qchk_filter ( RSTATUS * );
264 int qchk_form ( RSTATUS * );
265 int qchk_pwheel ( RSTATUS * );
266 int qchk_waiting ( RSTATUS * );
267 int queue_repel ( PSTATUS * , int , int (*)( RSTATUS * ) );
268 int rsort ( RSTATUS ** , RSTATUS ** );
275 short _validate ( RSTATUS * , PSTATUS * , PSTATUS * , char ** , int );
283 void check_request ( RSTATUS * );
285 void dial_problem ( PSTATUS * , RSTATUS * , int );
295 void freerstatus ( register RSTATUS * );
298 void insertr ( RSTATUS * );
307 void maybe_schedule ( RSTATUS * );
309 void notify ( RSTATUS * , char * , int , int , int );
310 void printer_fault ( PSTATUS * , RSTATUS * , char * , int );
312 void putjobfiles ( RSTATUS * );
313 void queue_attract ( PSTATUS * , int (*)( RSTATUS * ) , int );
314 void queue_check ( int (*)( RSTATUS * ) );
315 void queue_form ( RSTATUS * , FSTATUS * );
316 void queue_pwheel ( RSTATUS * , char * );
318 void remover ( RSTATUS * );
319 void rmfiles ( RSTATUS * , int );
320 void rmreq ( RSTATUS * );
326 void unqueue_form ( RSTATUS * );
327 void unqueue_pwheel ( RSTATUS * );
335 extern RSTATUS *new_rstatus(REQUEST *, SECURE *);
351 extern void free_rstatus(RSTATUS *);
380 extern RSTATUS *Request_List; /* Queue of print requests */
381 extern RSTATUS *NewRequest; /* Not in Request_List yet */