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

/scripts/kconfig/
H A Dnconf.gui.c549 int start_x = 0, start_y = 0; local
593 copywin(pad, win, start_y, start_x, 2, 2, text_lines,
607 start_y += text_lines-2;
610 start_y -= text_lines+2;
613 start_y = 0;
616 start_y = total_lines-text_lines;
620 start_y++;
624 start_y--;
639 if (start_y < 0)
640 start_y
[all...]

Completed in 3 milliseconds