Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dline.c312 static void add_pfx(char ch, int attr) in add_pfx() function
351 add_pfx(c ? c : ' ', line_mark_attr); /* column 0: status */ in plinestart()
353 add_pfx(' ', AT_NORMAL); in plinestart()
375 add_pfx(' ', AT_NORMAL); in plinestart()
377 add_pfx(buf[i], AT_BOLD|AT_COLOR_LINENUM); in plinestart()
378 add_pfx(' ', AT_NORMAL); in plinestart()