Searched refs:ins_char_typebuf (Results 1 – 6 of 6) sorted by relevance
27 void ins_char_typebuf(int c, int modifier);
1109 ins_char_typebuf(int c, int modifier) in ins_char_typebuf() function2279 ins_char_typebuf(K_IGNORE, 0); in parse_queued_messages()
1290 ins_char_typebuf(vgetc_char, vgetc_mod_mask); in wait_return()3818 ins_char_typebuf(':', 0); in do_dialog()
600 ins_char_typebuf(vgetc_char, vgetc_mod_mask); in normal_cmd()
3508 ins_char_typebuf(K_IGNORE, 0); in term_channel_closed()
46339 Solution: Add modifier to ins_char_typebuf(). (closes #6158)