Home
last modified time | relevance | path

Searched refs:shortWhy (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c79 register char *why,*shortWhy; in printer_fault() local
108 shortWhy = (why != alert_text ? shortenReason(why) : why); in printer_fault()
110 load_str (&pps->fault_reason, shortWhy); in printer_fault()
120 pps->status, shortWhy); in printer_fault()
125 alert(A_PRINTER, pps, prs, shortWhy); in printer_fault()
138 register char *why, *shortWhy; in clear_printer_fault() local
144 shortWhy = (why ? shortenReason(why) : alert_text); in clear_printer_fault()
146 load_str (&pps->fault_reason, shortWhy); in clear_printer_fault()