OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_term
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libterminfo/
curterm.c
41
TERMINAL *
cur_term
;
variable in typeref:typename:TERMINAL *
86
oterm =
cur_term
;
87
cur_term
= nterm;
90
if (
cur_term
== NULL)
144
if (oterm ==
cur_term
)
145
cur_term
= NULL;
153
_DIAGASSERT(
cur_term
!= NULL);
154
return __UNCONST(
cur_term
->name);
163
_DIAGASSERT(
cur_term
!= NULL);
164
if (
cur_term
->desc == NULL
[
all
...]
curterm.c
41
TERMINAL *
cur_term
;
variable in typeref:typename:TERMINAL *
86
oterm =
cur_term
;
87
cur_term
= nterm;
90
if (
cur_term
== NULL)
144
if (oterm ==
cur_term
)
145
cur_term
= NULL;
153
_DIAGASSERT(
cur_term
!= NULL);
154
return __UNCONST(
cur_term
->name);
163
_DIAGASSERT(
cur_term
!= NULL);
164
if (
cur_term
->desc == NULL
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025