Lines Matching defs:tw

88 UpdateScrollBarX(TW *tw)  in UpdateScrollBarX()
102 UpdateScrollBarY(TW *tw) in UpdateScrollBarY()
117 text_to_cursor(TW *tw) in text_to_cursor()
151 text_new_line(TW *tw) in text_new_line()
173 text_update_text(TW *tw, int count) in text_update_text()
193 text_size(TW *tw, int width, int height) in text_size()
200 text_font(TW *tw, const char *name, int size) in text_font()
260 text_drag(TW *tw, const char *pre, const char *post) in text_drag()
279 text_setpos(TW *tw, int x, int y, int cx, int cy) in text_setpos()
288 int text_getpos(TW *tw, int *px, int *py, int *pcx, int *pcy) in text_getpos()
301 TW *tw; in text_new() local
330 text_destroy(TW *tw) in text_destroy()
361 text_register_class(TW *tw, HICON hicon) in text_register_class()
382 int text_create(TW *tw, const char *app_name, int show_cmd) in text_create()
445 text_putch(TW *tw, int ch) in text_putch()
509 text_write_buf(TW *tw, const char *str, int cnt) in text_write_buf()
552 text_puts(TW *tw, const char *str) in text_puts()
559 text_kbhit(TW *tw) in text_kbhit()
567 text_getch(TW *tw) in text_getch()
619 text_read_line(TW *tw, char *line, int len) in text_read_line()
692 text_gets(TW *tw, char *line, int len) in text_gets()
740 text_clear_drag_and_drop_list(TW* tw, int freelist) in text_clear_drag_and_drop_list()
759 text_drag_drop(TW *tw, HDROP hdrop) in text_drag_drop()
805 text_copy_to_clipboard(TW *tw) in text_copy_to_clipboard()
853 text_paste_from_clipboard(TW *tw) in text_paste_from_clipboard()
910 TW *tw; in WndTextProc() local
1198 HWND text_get_handle(TW *tw) in text_get_handle()
1209 TW *tw; in WinMain() local