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_strids
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libterminfo/
termcap.c
150
if (ind < __arraycount(
_ti_cap_strids
)) {
151
if (strcmp(id,
_ti_cap_strids
[ind].id) == 0) {
152
str = cur_term->strs[
_ti_cap_strids
[ind].ti];
217
if (idx < __arraycount(
_ti_cap_strids
) &&
218
strcmp(key,
_ti_cap_strids
[idx].id) == 0)
219
return _ti_strid(
_ti_cap_strids
[idx].ti);
termcap_map.c
114
static const TENTRY
_ti_cap_strids
[] = {
variable in typeref:typename:const TENTRY[]
Completed in 15 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025