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:kdb_nextline
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/debug/kdb/
H
A
D
kdb_io.c
371
kdb_nextline
= 1; /* reset output line number */
in kdb_read()
446
kdb_nextline
= 1; /* Prompt and input resets line number */
in kdb_getstr()
753
*
kdb_nextline
to control when the more prompt should
in vkdb_printf()
760
kdb_nextline
++;
in vkdb_printf()
768
kdb_nextline
+= got / (colcount + 1);
in vkdb_printf()
772
if (
kdb_nextline
>= linecount) {
in vkdb_printf()
779
kdb_nextline
= 1; /* In case of recursion */
in vkdb_printf()
795
kdb_nextline
= 1; /* Really set output line 1 */
in vkdb_printf()
812
kdb_nextline
= linecount - 1;
in vkdb_printf()
H
A
D
kdb_bt.c
97
kdb_nextline
= 1;
in kdb_bt1()
H
A
D
kdb_private.h
152
extern int
kdb_nextline
; /* Current number of lines displayed */
H
A
D
kdb_main.c
73
int
kdb_nextline
= 1;
variable
1353
kdb_nextline
= 1;
in kdb_local()
/kernel/linux/linux-6.6/kernel/debug/kdb/
H
A
D
kdb_io.c
379
kdb_nextline
= 1; /* reset output line number */
in kdb_read()
454
kdb_nextline
= 1; /* Prompt and input resets line number */
in kdb_getstr()
777
*
kdb_nextline
to control when the more prompt should
in vkdb_printf()
784
kdb_nextline
++;
in vkdb_printf()
792
kdb_nextline
+= got / (colcount + 1);
in vkdb_printf()
796
if (
kdb_nextline
>= linecount) {
in vkdb_printf()
803
kdb_nextline
= 1; /* In case of recursion */
in vkdb_printf()
819
kdb_nextline
= 1; /* Really set output line 1 */
in vkdb_printf()
836
kdb_nextline
= linecount - 1;
in vkdb_printf()
H
A
D
kdb_bt.c
97
kdb_nextline
= 1;
in kdb_bt1()
H
A
D
kdb_private.h
151
extern int
kdb_nextline
; /* Current number of lines displayed */
H
A
D
kdb_main.c
72
int
kdb_nextline
= 1;
variable
1338
kdb_nextline
= 1;
in kdb_local()
Completed in 10 milliseconds