Lines Matching +defs:start +defs:col

300  * GUI (but the GUI might start up later).
535 * Must start the GUI for this, otherwise ":gui" will exit later! */
1521 * drags start instead...
2628 * start-up when in a GtkPlug.
2650 /* At start-up, don't try to set the hints until the initial
3586 * Bit of a hack to ensure we start GtkPlug windows with the correct window
3592 * Thus set hints at start-up to ensure correct init. size, then a
4643 char_u *start = NULL;
4651 if (start == NULL)
4654 start = p;
4660 attr_list, start - s, p - s);
4661 start = NULL;
4665 if (start != NULL)
4667 attr_list, start - s, len);
4677 int next; /* glyph start index of next cluster */
4678 int start, end; /* string segment of current cluster */
4693 start = item->offset + glyphs->log_clusters[i];
4697 for (p = s + start; p < s + end; p += utf_byte2len(*p))
4773 draw_glyph_string(int row, int col, int num_cells, int flags,
4783 FILL_X(col),
4794 TEXT_X(col),
4803 TEXT_X(col) + 1,
4812 draw_under(int flags, int row, int col, int cells)
4823 for (i = FILL_X(col); i < FILL_X(col + cells); ++i)
4839 FILL_X(col), y,
4840 FILL_X(col + cells) - 1, y);
4845 gui_gtk2_draw_string(int row, int col, char_u *s, int len, int flags)
4938 draw_glyph_string(row, col, len, flags, gui.ascii_font, glyphs);
5091 draw_glyph_string(row, col + column_offset, item_cells,
5104 draw_under(flags, row, col, column_offset);
5288 if (mb_lefthalve(gui.row, gui.col))
5292 FILL_X(gui.col), FILL_Y(gui.row),
5313 CURSOR_BAR_RIGHT ? FILL_X(gui.col + 1) - w :
5315 FILL_X(gui.col),
5411 /* Stop or start blinking when focus changes */
5606 time_t start;
5622 start = time(NULL);
5623 while (received_selection == RS_NONE && time(NULL) < start + 3)
5895 gui_mch_drawsign(int row, int col, int typenr)
5949 FILL_X(col),
5958 FILL_X(col) - MIN(0, xoffset),