Searched refs:histptr (Results 1 - 6 of 6) sorted by relevance

/external/mksh/src/
H A Dhistrap.c279 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
[all...]
H A Dedit.c1127 x_histp = histptr + 1;
1197 x_histp = histptr + 1;
1208 if (histptr - history >= off) {
1209 x_load_hist(histptr - off);
1776 x_load_hist(histptr);
1805 x_load_hist(histptr + x_arg - source->line);
1815 if (hp == histptr + 1) {
1818 } else if (hp < history || hp > histptr) {
1842 if (!x_histncp || (x_histp != x_histncp && x_histp != histptr + 1))
1845 x_nextcmd = source->line - (histptr
[all...]
H A Dsh.h1599 EXTERN char **histptr; /* last history item */ variable
/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant2.c132 typedef histcell FAR * histptr; /* for pointers to histogram cells */ typedef
212 register histptr histp;
302 histptr histp;
490 histptr histp;
849 register histptr cachep; /* pointer into main cache array */
906 register histptr cachep;
945 histptr cachep;
/external/jpeg/
H A Djquant2.c149 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 */
922 register histptr cachep;
961 histptr cachep;
/external/qemu/distrib/jpeg-6b/
H A Djquant2.c149 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 */
922 register histptr cachep;
961 histptr cachep;

Completed in 355 milliseconds