Home
last modified time | relevance | path

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

/dports/x11/rofi/rofi-1.6.1/test/
H A Dtextbox-test.c135 textbox_delete ( box, 0, 1 ); in main()
143 textbox_delete ( box, 3, 6 ); in main()
152 textbox_delete ( box, 3, 6 ); in main()
160 textbox_delete ( box, 3, 6 ); in main()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/test/
H A Dtextbox-test.c135 textbox_delete ( box, 0, 1 ); in main()
143 textbox_delete ( box, 3, 6 ); in main()
152 textbox_delete ( box, 3, 6 ); in main()
160 textbox_delete ( box, 3, 6 ); in main()
/dports/x11/rofi/rofi-1.6.1/source/widgets/
H A Dtextbox.c620 void textbox_delete ( textbox *tb, int pos, int dlen ) in textbox_delete() function
660 textbox_delete ( tb, tb->cursor, 1 ); in textbox_cursor_del()
681 textbox_delete ( tb, tb->cursor, cursor - tb->cursor ); in textbox_cursor_bkspc_word()
690 textbox_delete ( tb, tb->cursor, length ); in textbox_cursor_del_eol()
699 textbox_delete ( tb, 0, length ); in textbox_cursor_del_sol()
709 textbox_delete ( tb, cursor, tb->cursor - cursor ); in textbox_cursor_del_word()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/widgets/
H A Dtextbox.c620 void textbox_delete ( textbox *tb, int pos, int dlen ) in textbox_delete() function
660 textbox_delete ( tb, tb->cursor, 1 ); in textbox_cursor_del()
681 textbox_delete ( tb, tb->cursor, cursor - tb->cursor ); in textbox_cursor_bkspc_word()
690 textbox_delete ( tb, tb->cursor, length ); in textbox_cursor_del_eol()
699 textbox_delete ( tb, 0, length ); in textbox_cursor_del_sol()
709 textbox_delete ( tb, cursor, tb->cursor - cursor ); in textbox_cursor_del_word()
/dports/x11/rofi/rofi-1.6.1/include/widgets/
H A Dtextbox.h262 void textbox_delete ( textbox *tb, int pos, int dlen );
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/include/widgets/
H A Dtextbox.h262 void textbox_delete ( textbox *tb, int pos, int dlen );
/dports/games/netwalk/netwalk-cb6b089/
H A Dmain.c455 void textbox_delete(textbox_ptr tb) in textbox_delete() function
1415 textbox_delete(tb_en1); in handle_key()