start_x          1237 lib/widget/input_complete.c             int start_x, start_y;
start_x          1249 lib/widget/input_complete.c             start_x = WIDGET (in)->rect.x;
start_x          1266 lib/widget/input_complete.c             x = start - in->term_first_shown - 2 + start_x;
start_x            67 lib/widget/menu.c     int start_x;                /* position relative to menubar start */
start_x           130 lib/widget/menu.c     int x = menu->start_x;
start_x           187 lib/widget/menu.c     int column = menu->start_x - 1;
start_x           237 lib/widget/menu.c         widget_gotoyx (menubar, 0, menu->start_x);
start_x           259 lib/widget/menu.c                        MENU (g_list_nth_data (menubar->menu, menubar->current))->start_x);
start_x           717 lib/widget/menu.c          menu != NULL && x >= MENU (menu->data)->start_x; i++, menu = g_list_next (menu))
start_x           740 lib/widget/menu.c     left_x = menu->start_x;
start_x           926 lib/widget/menu.c     menu->start_x = 0;
start_x          1015 lib/widget/menu.c     int start_x = 1;
start_x          1030 lib/widget/menu.c         menu->start_x = hotkey_width (menu->text) + 2;
start_x          1031 lib/widget/menu.c         gap -= menu->start_x;
start_x          1051 lib/widget/menu.c         int len = menu->start_x;
start_x          1053 lib/widget/menu.c         menu->start_x = start_x;
start_x          1054 lib/widget/menu.c         start_x += len + gap;
start_x           360 src/editor/editcomplete.c     int start_x, start_y, offset;
start_x           371 src/editor/editcomplete.c     start_x = we->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET +
start_x           375 src/editor/editcomplete.c     if (start_x < 0)
start_x           376 src/editor/editcomplete.c         start_x = 0;
start_x           377 src/editor/editcomplete.c     if (start_x < we->x + 1)
start_x           378 src/editor/editcomplete.c         start_x = we->x + 1 + edit_options.line_state_width;
start_x           384 src/editor/editcomplete.c     offset = start_x + compl_dlg_w - COLS;
start_x           386 src/editor/editcomplete.c         start_x -= offset;
start_x           393 src/editor/editcomplete.c         dlg_create (TRUE, start_y, start_x, compl_dlg_h, compl_dlg_w, WPOS_KEEP_DEFAULT, TRUE,
start_x           319 src/editor/etags.c     int start_x, start_y, offset;
start_x           329 src/editor/etags.c     start_x = w->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET +
start_x           333 src/editor/etags.c     if (start_x < 0)
start_x           334 src/editor/etags.c         start_x = 0;
start_x           335 src/editor/etags.c     if (start_x < w->x + 1)
start_x           336 src/editor/etags.c         start_x = w->x + 1 + edit_options.line_state_width;
start_x           345 src/editor/etags.c     def_dlg = dlg_create (TRUE, start_y, start_x, def_dlg_h, def_dlg_w, WPOS_KEEP_DEFAULT, TRUE,
start_x           356 src/editor/etags.c     offset = start_x + def_dlg_w - COLS;
start_x           358 src/editor/etags.c         start_x -= offset;
start_x           360 src/editor/etags.c     widget_set_size (WIDGET (def_dlg), start_y, start_x, def_dlg_h, def_dlg_w);