Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nr_up
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
con3270.c
50
int
nr_up
; /* # lines up in history. */
member
95
str = (cp->
nr_up
!= 0) ? "History" : "Running";
in con3270_update_status()
154
nr = cp->view.rows - 2 + cp->
nr_up
;
in con3270_rebuild_update()
186
if (cp->
nr_up
!= 0 && cp->
nr_up
+ cp->view.rows > cp->nr_lines) {
in con3270_alloc_string()
187
cp->
nr_up
= cp->nr_lines - cp->view.rows + 1;
in con3270_alloc_string()
299
int
nr_up
, deactivate;
in con3270_read_tasklet()
local
303
nr_up
= cp->
nr_up
;
in con3270_read_tasklet()
308
nr_up
in con3270_read_tasklet()
[all...]
H
A
D
tty3270.c
74
int
nr_up
; /* # lines up in history. */
member
199
str = (tp->
nr_up
!= 0) ? "History" : "Running";
in tty3270_update_status()
248
int line,
nr_up
;
in tty3270_rebuild_update()
local
257
nr_up
= tp->
nr_up
;
in tty3270_rebuild_update()
259
if (
nr_up
> 0) {
in tty3270_rebuild_update()
260
nr_up
--;
in tty3270_rebuild_update()
294
if (tp->
nr_up
!= 0 &&
in tty3270_alloc_string()
295
tp->
nr_up
+ tp->view.rows - 2 >= tp->nr_lines) {
in tty3270_alloc_string()
296
tp->
nr_up
in tty3270_alloc_string()
518
int
nr_up
;
tty3270_scroll_forward()
local
540
int
nr_up
;
tty3270_scroll_backward()
local
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
con3270.c
86
int
nr_up
; /* # lines up in history. */
member
198
return tp->screen + tty3270_line_increment(tp, tp->line_view_start, num - tp->
nr_up
);
in tty3270_get_view_line()
273
if (tp->
nr_up
) {
in tty3270_add_status()
274
len = sprintf(cp, "History %d", -tp->
nr_up
);
in tty3270_add_status()
295
tp->
nr_up
= 0;
in tty3270_blank_screen()
644
if (tp->
nr_up
>= tty3270_tty_rows(tp))
in tty3270_scroll_forward()
645
tp->
nr_up
-= tty3270_tty_rows(tp) / 2;
in tty3270_scroll_forward()
647
tp->
nr_up
= 0;
in tty3270_scroll_forward()
660
tp->
nr_up
+= tty3270_tty_rows(tp) / 2;
in tty3270_scroll_backward()
661
if (tp->
nr_up
> t
in tty3270_scroll_backward()
[all...]
Completed in 5 milliseconds