start_x          1198 lib/widget/input_complete.c             int start_x, start_y;
start_x          1211 lib/widget/input_complete.c             start_x = WIDGET (in)->rect.x;
start_x          1228 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           716 lib/widget/menu.c     for (i = 0, menu = menubar->menu; menu != NULL && x >= MENU (menu->data)->start_x;
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           358 src/editor/editcomplete.c     int start_x, start_y, offset;
start_x           369 src/editor/editcomplete.c     start_x = we->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET
start_x           374 src/editor/editcomplete.c     if (start_x < 0)
start_x           375 src/editor/editcomplete.c         start_x = 0;
start_x           376 src/editor/editcomplete.c     if (start_x < we->x + 1)
start_x           377 src/editor/editcomplete.c         start_x = we->x + 1 + edit_options.line_state_width;
start_x           383 src/editor/editcomplete.c     offset = start_x + compl_dlg_w - COLS;
start_x           385 src/editor/editcomplete.c         start_x -= offset;
start_x           391 src/editor/editcomplete.c     compl_dlg = dlg_create (TRUE, start_y, start_x, compl_dlg_h, compl_dlg_w, WPOS_KEEP_DEFAULT,
start_x           313 src/editor/etags.c     int start_x, start_y, offset;
start_x           323 src/editor/etags.c     start_x = w->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET
start_x           328 src/editor/etags.c     if (start_x < 0)
start_x           329 src/editor/etags.c         start_x = 0;
start_x           330 src/editor/etags.c     if (start_x < w->x + 1)
start_x           331 src/editor/etags.c         start_x = w->x + 1 + edit_options.line_state_width;
start_x           340 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           351 src/editor/etags.c     offset = start_x + def_dlg_w - COLS;
start_x           353 src/editor/etags.c         start_x -= offset;
start_x           355 src/editor/etags.c     widget_set_size (WIDGET (def_dlg), start_y, start_x, def_dlg_h, def_dlg_w);