Lines Matching refs:chr_offset
152 int chr_offset) in display_one() argument
159 chr_offset, in display_one()
181 int chr_offset) in display_all() argument
192 (row == show_row) ? chr_offset : 0)) in display_all()
285 #define UPDATE_COL(input) col_offset = dlg_edit_offset(input, chr_offset, box_width)
355 int chr_offset = 0; in dlg_editbox() local
447 display_all(editing, *list, thisrow, base_row, listsize, chr_offset); in dlg_editbox()
449 thisrow, thisrow, base_row, chr_offset); in dlg_editbox()
461 thisrow, thisrow, base_row, chr_offset); in dlg_editbox()
500 thisrow, base_row, chr_offset); in dlg_editbox()
547 chr_offset = col_to_chr_offset(THIS_ROW, col_offset); in dlg_editbox()
595 if (chr_offset == 0) { in dlg_editbox()
605 chr_offset = dlg_count_wchars(PREV_ROW); in dlg_editbox()
637 chr_offset = col_to_chr_offset(THIS_ROW, goal_col); in dlg_editbox()
645 edit = dlg_edit_string(buffer, &chr_offset, key, fkey, FALSE); in dlg_editbox()
655 thisrow, base_row, chr_offset); in dlg_editbox()
685 int split = indx[chr_offset]; in dlg_editbox()
696 chr_offset = 0; in dlg_editbox()