OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ti_cap_flagids
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libterminfo/
termcap.c
92
if (ind < __arraycount(
_ti_cap_flagids
)) {
93
if (strcmp(id,
_ti_cap_flagids
[ind].id) == 0)
94
return cur_term->flags[
_ti_cap_flagids
[ind].ti];
193
if (idx < __arraycount(
_ti_cap_flagids
) &&
194
strcmp(key,
_ti_cap_flagids
[idx].id) == 0)
195
return _ti_flagid(
_ti_cap_flagids
[idx].ti);
termcap_map.c
38
static const TENTRY
_ti_cap_flagids
[] = {
variable in typeref:typename:const TENTRY[]
Completed in 28 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025