OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ti_find_cap
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libterminfo/
compile.c
194
_ti_find_cap
(TIC *tic, TBUF *tbuf, char type, short ind)
function
679
_ti_find_cap
(tic, &tic->strs, 's', ind) != NULL)
717
_ti_find_cap
(tic, &tic->nums, 'n', ind) != NULL)
761
if (
_ti_find_cap
(tic, &tic->nums, 'n', ind)
769
if (
_ti_find_cap
(tic, &tic->strs, 's', ind)
782
} else if (
_ti_find_cap
(tic, &tic->flags, 'f', ind) == NULL) {
term_private.h
184
const char *
_ti_find_cap
(TIC *, TBUF *, char, short);
/src/usr.bin/tic/
tic.c
264
_ti_find_cap
(rtic, &rtic->flags, 'f', ind) == NULL)
276
_ti_find_cap
(rtic, &rtic->nums, 'n', ind) == NULL)
289
_ti_find_cap
(rtic, &rtic->strs, 's', ind) == NULL)
Completed in 60 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026