Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDoutput.c246 WIN32textout(obuf, ptr_diff(ob, obuf)); in win_flush()
278 WIN32textout(anchor, ptr_diff(p, anchor)); in win_flush()
346 WIN32textout(anchor, ptr_diff(ob, anchor)); in win_flush()
HDscreen.c2676 WIN32textout(buf, (size_t) len); in WIN32put_fmt()
2683 WIN32textout(ESCS"[4m", 4); in win_set_cattr()
2685 WIN32textout(ESCS"[1m", 4); in win_set_cattr()
2687 WIN32textout(ESCS"[5m", 4); in win_set_cattr()
2689 WIN32textout(ESCS"[7m", 4); in win_set_cattr()
3177 public void WIN32textout(constant char *text, size_t len) in WIN32textout() function
HDfuncs.h45 public void WIN32textout(constant char *text, size_t len);