Searched defs:orow (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c119 * row() adds the best sequence for moving the cursor from orow
125 row(struct Sequence *outseq, int orow, int nrow) argument
132 if (nrow == orow)
135 if (nrow < orow) {
138 dist = orow - nrow;
142 dist = nrow - orow;
/illumos-gate/usr/src/uts/common/sys/
H A Dstermio.h60 char orow; member in struct:stio

Completed in 55 milliseconds