Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Doutput.c576 s = prchar(parg->p_char);
687 "... (", prchar(intr_char), " or interrupt to abort)"); in ixerror()
H A Doptfunc.c805 p.p_string = rscroll_char ? prchar(rscroll_char) : "-"; in opt_rscroll()
950 p.p_string = prchar(intr_char); in opt_intr()
H A Doption.c56 sprintf(buf, "-%s", prchar(c)); in propt()
H A Dline.c469 return strlen(prchar('\b')); in pwidth()
863 STORE_STRING(prchar(c), AT_BINARY|AT_COLOR_CTRL, pos); in store_prchar()
H A Dcharset.c536 public char * prchar(LWCHAR c) in prchar() function
H A Dfuncs.h65 public char * prchar(LWCHAR c);
H A Dcmdbuf.c197 pr = prchar((int) ch); in cmd_step_common()