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

/freebsd-11-stable/contrib/tcsh/
H A Dvms.termcap.c280 * for the cursor to go to (destcol, destline), and return the string.
284 tgoto(char *cm, int destcol, int destline) argument
296 numval = (argno == 0 ? destline : destcol);
310 numval = (argno == 0 ? destline : destcol);

Completed in 62 milliseconds