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:histptr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mksh/
H
A
D
histrap.c
277
(unsigned long)(
histptr
- hp));
in c_fc()
360
if (
histptr
>= history && last_line != hist_source->line) {
in hist_execute()
362
afree(*
histptr
, APERM);
in hist_execute()
363
histptr
--;
in hist_execute()
368
/* now *
histptr
== cmd without all trailing newlines */
in hist_execute()
370
cmd = *
histptr
;
in hist_execute()
395
hp =
histptr
+ (n < 0 ? n : (n - hist_source->line));
in hist_get()
403
} else if ((size_t)hp > (size_t)
histptr
) {
in hist_get()
410
} else if (!allow_cur && hp ==
histptr
) {
in hist_get()
418
if ((n = findhist(
histptr
in hist_get()
[all...]
H
A
D
edit.c
1198
x_histp =
histptr
+ 1;
in x_modified()
1276
x_histmcp = x_histp =
histptr
+ 1;
in x_emacs()
1287
if (
histptr
- history >= off) {
in x_emacs()
1288
x_load_hist(
histptr
- off);
in x_emacs()
1842
x_load_hist(
histptr
);
in x_end_hist()
1871
x_load_hist(
histptr
+ x_arg - source->line);
in x_goto_hist()
1880
if (hp ==
histptr
+ 1) {
in x_load_hist()
1883
} else if (hp < history || hp >
histptr
) {
in x_load_hist()
1904
if (!x_histncp || (x_histmcp != x_histncp && x_histmcp !=
histptr
+ 1))
in x_nl_next_com()
1907
x_nextcmd = source->line - (
histptr
in x_nl_next_com()
[all...]
H
A
D
sh.h
2365
EXTERN char **
histptr
; /* last history item */
variable
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jquant2.c
131
typedef histcell *
histptr
; /* for pointers to histogram cells */
typedef
208
register
histptr
histp;
in prescan_quantize()
298
histptr
histp;
in update_box()
485
histptr
histp;
in compute_color()
844
register
histptr
cachep; /* pointer into main cache array */
in fill_inverse_cmap()
901
register
histptr
cachep;
in pass2_no_dither()
940
histptr
cachep;
in pass2_fs_dither()
Completed in 14 milliseconds