OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oterm
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libterminfo/
curterm.c
82
TERMINAL *
oterm
;
local in function:set_curterm
86
oterm
= cur_term;
128
return
oterm
;
132
del_curterm(TERMINAL *
oterm
)
135
if (
oterm
== NULL)
137
free(
oterm
->_area);
138
free(
oterm
->strs);
139
free(
oterm
->nums);
140
free(
oterm
->flags);
141
free(
oterm
->_userdefs)
[
all
...]
curterm.c
82
TERMINAL *
oterm
;
local in function:set_curterm
86
oterm
= cur_term;
128
return
oterm
;
132
del_curterm(TERMINAL *
oterm
)
135
if (
oterm
== NULL)
137
free(
oterm
->_area);
138
free(
oterm
->strs);
139
free(
oterm
->nums);
140
free(
oterm
->flags);
141
free(
oterm
->_userdefs)
[
all
...]
Completed in 27 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025