Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c76 register char *why,*shortWhy; in printer_fault() local
105 shortWhy = (why != alert_text ? shortenReason(why) : why); in printer_fault()
107 load_str (&pps->fault_reason, shortWhy); in printer_fault()
117 pps->status, shortWhy); in printer_fault()
122 alert(A_PRINTER, pps, prs, shortWhy); in printer_fault()
135 register char *why, *shortWhy; in clear_printer_fault() local
141 shortWhy = (why ? shortenReason(why) : alert_text); in clear_printer_fault()
143 load_str (&pps->fault_reason, shortWhy); in clear_printer_fault()