Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dline.c308 static void add_pfx(char ch, int attr)
346 add_pfx(c ? c : ' ', line_mark_attr); /* column 0: status */ in plinestart()
348 add_pfx(' ', AT_NORMAL); in plinestart()
371 add_pfx(' ', AT_NORMAL); in plinestart()
373 add_pfx(buf[i], AT_BOLD|AT_COLOR_LINENUM); in plinestart()
374 add_pfx(' ', AT_NORMAL); in plinestart()
310 static void add_pfx(char ch, int attr) add_pfx() function