Lines Matching refs:tb_change_cnt
449 if (++typebuf.tb_change_cnt == 0) in flush_buffers()
450 typebuf.tb_change_cnt = 1; in flush_buffers()
929 typebuf.tb_change_cnt = 1; in init_typebuf()
978 if (++typebuf.tb_change_cnt == 0) in ins_typebuf()
979 typebuf.tb_change_cnt = 1; in ins_typebuf()
1146 int tb_change_cnt) // old value of typebuf.tb_change_cnt in typebuf_changed() argument
1148 return (tb_change_cnt != 0 && (typebuf.tb_change_cnt != tb_change_cnt in typebuf_changed()
1247 if (++typebuf.tb_change_cnt == 0) in del_typebuf()
1248 typebuf.tb_change_cnt = 1; in del_typebuf()
1344 if (++typebuf.tb_change_cnt == 0) in alloc_typebuf()
1345 typebuf.tb_change_cnt = 1; in alloc_typebuf()
3469 int tb_change_cnt = typebuf.tb_change_cnt; in inchar() local
3566 len = ui_inchar(buf, maxlen / 3, wait_time, tb_change_cnt); in inchar()
3571 if (typebuf_changed(tb_change_cnt)) in inchar()
3577 if (len > 0 && ++typebuf.tb_change_cnt == 0) in inchar()
3578 typebuf.tb_change_cnt = 1; in inchar()