Home
last modified time | relevance | path

Searched refs:T_Cols (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/tcsh/
HDed.h182 EXTERN int T_Lines, T_Cols; /* Rows and Cols of the terminal */ variable
HDed.screen.c500 T_Cols = (Char) Val(T_co); in SetTC()
1468 T_Cols = (Char) Val(T_co); in GetTermCaps()
HDFixes428 21. Don't use T_Cols for wrapping purposes; use TermH consistently