Searched refs:destcol (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/lib/libcurses/ |
| D | cr_put.c | 68 static int outcol, outline, destcol, destline; variable 81 destcol = x; in __mvcur() 98 outcol, outline, destcol, destline); in fgoto() 99 if (destcol >= COLS) { in fgoto() 100 destline += destcol / COLS; in fgoto() 101 destcol %= COLS; in fgoto() 133 c = destcol; in fgoto() 135 destcol = 0; in fgoto() 137 destcol = c; in fgoto() 169 (cgp = tiparm(cursor_address, destline, destcol))) in fgoto() [all …]
|
| /netbsd/src/lib/libterminfo/ |
| D | termcap.c | 180 tgoto(const char *cm, int destcol, int destline) in tgoto() argument 183 return tiparm(cm, destline, destcol); in tgoto()
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 1959 destcol
|