Lines Matching refs:line
230 /* beginning of line */
239 /* erase to end of line */
258 /* erase to end of line */
303 int line, col;
321 line = current / actual->si.width + 1;
322 col = current - actual->si.width * (line - 1) + 1;
324 "line:%d col:%d expected character '%c' but found '%c'\n",
325 line,
332 line = current / actual->si.width + 1;
333 col = current - actual->si.width * (line - 1) + 1;
335 "line:%d col:%d expected attributes '%u' but found '%u'\n",
336 line,
459 /* cursor down from bottom line does nothing */
510 /* cursor forward from end of line does nothing*/
571 /* cursor back from beginning of line does nothing */
617 /* cursor next line one times if omitted arguments */
624 /* cursor next line nth times */
632 /* cursor next line from buttom row moves beginning of line */
668 /* cursor previous line one times if omitted arguments */
675 /* cursor previous line nth times */
683 /* cursor previous line from top of screen does nothing */
719 /* Move to beginning of line if omitted argument */