OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oterm
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/gzip/
zmore
56
oterm
=`stty -g 2>/dev/null`
61
if tty -s && test -n "$
oterm
" -a $# -gt 0; then
64
trap "stty $
oterm
2>/dev/null" 0 1 2 3 13 15
67
stty $
oterm
2>/dev/null
/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
...]
Completed in 11 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025