Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doptfunc.c465 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()
H A Dless.h379 #define PR_SHORT 0 /* Prompt with colon */ macro