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

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c119 int screenrows; /* Number of rows that we can show */ member in struct:editorConfig
765 if (E.cy == E.screenrows-1) {
909 for (y = 0; y < E.screenrows; y++) {
913 if (E.numrows == 0 && y == E.screenrows/3) {
1165 if (E.cy == E.screenrows-1) {
1181 if (E.cy == E.screenrows-1) {
1245 else if (c == PAGE_DOWN && E.cy != E.screenrows-1)
1246 E.cy = E.screenrows-1;
1248 int times = E.screenrows;
1290 &E.screenrows,
[all...]

Completed in 77 milliseconds