OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tigetnum
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libterminfo/
ti.c
97
tigetnum
(const char *id)
function
Makefile
35
terminfo.3
tigetnum
.3 terminfo.3 tigetflag.3 \
term.h
1957
int
tigetnum
(const char *);
/src/usr.bin/tabs/
tabs.c
220
cols =
tigetnum
("cols");
/src/usr.bin/tput/
tput.c
118
else if ((((n =
tigetnum
(p)) != -1 && n != -2 ) ||
/src/external/bsd/nvi/dist/cl/
cl_bsd.c
45
* and
tigetnum
functions. Ultrix supports the BSD curses package except
335
*
tigetnum
--
338
* PUBLIC: int
tigetnum
__P((char *));
342
tigetnum
(name)
function
cl_term.c
437
if ((rval =
tigetnum
("lines")) < 0)
438
msgq(sp, M_SYSERR, "
tigetnum
: lines");
443
if ((rval =
tigetnum
("cols")) < 0)
444
msgq(sp, M_SYSERR, "
tigetnum
: cols");
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py
110
self.COLS = curses.
tigetnum
('cols')
111
self.LINES = curses.
tigetnum
('lines')
/src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Process.inc
327
extern "C" int
tigetnum
(char *capname);
357
// The '
tigetnum
' routine returns -2 or -1 on errors, and might return 0 if
359
bool HasColors =
tigetnum
(const_cast<char *>("colors")) > 0;
/src/usr.sbin/tprof/
tprof_top.c
202
win.ws_col =
tigetnum
("lines");
203
win.ws_row =
tigetnum
("cols");
/src/external/bsd/tmux/dist/
tty-term.c
732
n =
tigetnum
((const char *)ent->name);
Completed in 24 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026