Searched refs:WIN32textout (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/less/ |
H A D | output.c | 258 WIN32textout(obuf, ptr_diff(ob, obuf)); in win_flush() 305 WIN32textout(anchor, ptr_diff(p, anchor)); in win_flush() 377 WIN32textout(anchor, ptr_diff(p+1, anchor)); in flush() 387 WIN32textout(anchor, ptr_diff(ob, anchor)); in flush()
|
H A D | funcs.h | 46 public void WIN32textout(constant char *text, size_t len);
|
H A D | screen.c | 2686 WIN32textout(buf, (size_t) len); in at_enter() 2693 WIN32textout(ESCS"[4m", 4); in at_enter() 2695 WIN32textout(ESCS"[1m", 4); in at_enter() 2697 WIN32textout(ESCS"[5m", 4); in at_enter() 2699 WIN32textout(ESCS"[7m", 4); in at_enter() 3187 public void WIN32textout(constant char *text, size_t len) 2994 public void WIN32textout(char *text, int len) WIN32textout() function
|