Searched refs:chr_offset (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/dialog/
H A Dinputstr.c502 dlg_edit_string(char *string, int *chr_offset, int key, int fkey, bool force) argument
508 int offset = dlg_find_index(indx, limit, *chr_offset);
534 if (*chr_offset)
535 *chr_offset = indx[offset - 1];
539 *chr_offset = indx[offset + 1];
542 if (*chr_offset)
543 *chr_offset = 0;
547 *chr_offset = indx[limit];
552 *chr_offset = indx[offset - 1];
554 for (i = *chr_offset;
626 compute_edit_offset(const char *string, int chr_offset, int x_last, int *p_dpy_column, int *p_scroll_amt) argument
661 dlg_edit_offset(char *string, int chr_offset, int x_last) argument
675 dlg_show_string(WINDOW *win, const char *string, int chr_offset, chtype attr, int y_base, int x_base, int x_last, bool hidden, bool force) argument
[all...]
H A Deditbox.c139 int chr_offset)
146 chr_offset,
168 int chr_offset)
179 (row == show_row) ? chr_offset : 0))
271 #define UPDATE_COL(input) col_offset = dlg_edit_offset(input, chr_offset, box_width)
338 int chr_offset = 0; local
422 display_all(editing, *list, thisrow, base_row, listsize, chr_offset);
424 thisrow, thisrow, base_row, chr_offset);
436 thisrow, thisrow, base_row, chr_offset);
475 thisrow, base_row, chr_offset);
134 display_one(WINDOW *win, char *text, int thisrow, int show_row, int base_row, int chr_offset) argument
163 display_all(WINDOW *win, char **list, int show_row, int firstrow, int lastrow, int chr_offset) argument
[all...]
H A Dinputbox.c71 int chr_offset = 0; local
102 chr_offset = (int) strlen(init);
148 col_offset = dlg_edit_offset(input, chr_offset, box_width);
171 edit = dlg_edit_string(input, &chr_offset, key, fkey, first);
174 dlg_show_string(dialog, input, chr_offset, inputbox_attr,
H A Dformbox.c457 int chr_offset = 0; local
584 chr_offset = 0;
588 dlg_show_string(form, current->text, chr_offset,
770 edit = dlg_edit_string(current->text, &chr_offset, key,
773 dlg_show_string(form, current->text, chr_offset,

Completed in 103 milliseconds