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:xlp
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mksh/
H
A
D
edit.c
939
static char *
xlp
; /* last char visible on screen */
variable
1271
xlp
= xcp = xep = buf;
in x_emacs()
1442
x_adj_ok = tobool(xcp >=
xlp
);
in x_ins()
1539
if ((i = xx_cols - 2 - x_col) > 0 || xep -
xlp
== 0) {
in x_delete()
1544
x_e_putc2((xep >
xlp
) ? '>' : (xbp > xbuf) ? '<' : ' ');
in x_delete()
1696
while (*str && str <
xlp
&& x_col < xx_cols && adj == x_adj_done)
in x_zots()
2082
xlp
= xbp = xep = xbuf;
in x_del_line()
2178
lch = xep >
xlp
? (xbp > xbuf ? '*' : '>') : (xbp > xbuf) ? '<' : ' ';
in x_redraw()
2360
xlp
= xep = xcp = xbp = xbuf;
in x_intr()
3364
xlp
in x_lastcp()
[all...]
Completed in 5 milliseconds