Home
last modified time | relevance | path

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

/dports/x11/rofi/rofi-1.6.1/include/widgets/
H A Dtextbox.h194 void textbox_insert ( textbox *tb, const int char_pos, const char *str, const int slen );
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/include/widgets/
H A Dtextbox.h194 void textbox_insert ( textbox *tb, const int char_pos, const char *str, const int slen );
/dports/x11/rofi/rofi-1.6.1/test/
H A Dtextbox-test.c107 textbox_insert ( box, 3, "bo", 2 ); in main()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/test/
H A Dtextbox-test.c107 textbox_insert ( box, 3, "bo", 2 ); in main()
/dports/x11/rofi/rofi-1.6.1/source/widgets/
H A Dtextbox.c596 void textbox_insert ( textbox *tb, const int char_pos, const char *str, const int slen ) in textbox_insert() function
800 textbox_insert ( tb, tb->cursor, w, n - w ); in textbox_append_text()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/widgets/
H A Dtextbox.c596 void textbox_insert ( textbox *tb, const int char_pos, const char *str, const int slen ) in textbox_insert() function
800 textbox_insert ( tb, tb->cursor, w, n - w ); in textbox_append_text()
/dports/games/netwalk/netwalk-cb6b089/
H A Dmain.c474 void textbox_insert(textbox_ptr tb, char c) in textbox_insert() function
1423 textbox_insert(tb_en1, shifttable[key]); in handle_key()
1425 textbox_insert(tb_en1, key); in handle_key()