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

/openbsd-current/usr.bin/mg/
H A Dutil.c49 int cline, cbyte; /* Current line/char/byte */ local
57 cbyte = 0;
70 cbyte = *curbp->b_nlchr;
72 cbyte = lgetc(clp, curwp->w_doto);
78 if (cbyte == *curbp->b_nlchr &&
81 cbyte = EOF;
99 cbyte, cbyte, cchar, ratio, cline, row, getcolpos(curwp),

Completed in 93 milliseconds