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

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c117 int rowoff; /* Offset of row displayed. */ member in struct:editorConfig
718 int filerow = E.rowoff+E.cy;
740 int filerow = E.rowoff+E.cy;
766 E.rowoff++;
776 int filerow = E.rowoff+E.cy;
789 E.rowoff--;
910 int filerow = E.rowoff+y;
979 "%d/%d",E.rowoff+E.cy+1,E.numrows);
1004 int filerow = E.rowoff+E.cy;
1050 int saved_coloff = E.coloff, saved_rowoff = E.rowoff;
[all...]

Completed in 28 milliseconds