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

/freebsd-9.3-release/contrib/tcsh/
H A Dvms.termcap.c281 * for the cursor to go to (destcol, destline), and return the string.
285 tgoto(char *cm, int destcol, int destline) argument
297 numval = (argno == 0 ? destline : destcol);
311 numval = (argno == 0 ? destline : destcol);

Completed in 46 milliseconds