OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:histptr
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
histrap.c
213
hist_source->line - (int)(
histptr
- hp));
378
hp =
histptr
+ (n < 0 ? n : (n - hist_source->line));
386
} else if ((ptrdiff_t)hp > (ptrdiff_t)
histptr
) {
393
} else if (!allow_cur && hp ==
histptr
) {
401
if ((n = findhist(
histptr
- history - 1, 0, str, anchored)) < 0)
413
if (
histptr
< history || (!allow_cur &&
histptr
== history)) {
417
return (allow_cur ?
histptr
:
histptr
- 1);
424
if (
histptr
<= history)
[
all
...]
edit.c
1032
x_histp =
histptr
+ 1;
1040
x_histp =
histptr
+ 1; \
1110
x_histp =
histptr
+ 1;
1118
if (
histptr
- history >= off)
1119
x_load_hist(
histptr
- off);
[
all
...]
sh.h
1375
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
...]
Completed in 508 milliseconds