Searched refs:PR_SHORT (Results 1 – 2 of 2) sorted by relevance
465 case 's': proto = &prproto[PR_SHORT]; s++; break; in opt__P()471 default: proto = &prproto[PR_SHORT]; break; in opt__P()502 case 's': pend = &eprproto[PR_SHORT]; s++; break; in opt_end_prompt()505 default: pend = &eprproto[PR_SHORT]; break; in opt_end_prompt()
379 #define PR_SHORT 0 /* Prompt with colon */ macro