OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:histptr
(Results
1 - 5
of
5
) sorted by null
/external/mksh/src/
histrap.c
279
hist_source->line - (int)(
histptr
- hp));
376
if (
histptr
>= history && last_line != hist_source->line) {
378
afree(*
histptr
, APERM);
379
histptr
--;
425
hp =
histptr
+ (n < 0 ? n : (n - hist_source->line));
433
} else if ((ptrdiff_t)hp > (ptrdiff_t)
histptr
) {
440
} else if (!allow_cur && hp ==
histptr
) {
448
if ((n = findhist(
histptr
- history - 1, 0, str, anchored)) < 0)
460
if (
histptr
< history || (!allow_cur &&
histptr
== history))
[
all
...]
edit.c
1128
x_histp =
histptr
+ 1;
1202
x_histp =
histptr
+ 1;
1211
if (
histptr
- history >= off) {
1212
x_load_hist(
histptr
- off);
[
all
...]
sh.h
1603
EXTERN char **
histptr
; \/* last history item *\/
variable
[
all
...]
/external/jpeg/
jquant2.c
149
typedef histcell FAR *
histptr
; /* for pointers to histogram cells */
typedef
229
register
histptr
histp;
319
histptr
histp;
506
histptr
histp;
865
register
histptr
cachep; /* pointer into main cache array */
[
all
...]
/external/qemu/distrib/jpeg-6b/
jquant2.c
149
typedef histcell FAR *
histptr
; /* for pointers to histogram cells */
typedef
229
register
histptr
histp;
319
histptr
histp;
506
histptr
histp;
865
register
histptr
cachep; /* pointer into main cache array */
[
all
...]
Completed in 358 milliseconds