HomeSort by relevance Sort by last modified time
    Searched refs: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 1127 x_histp = histptr + 1;
1196 x_histp = histptr + 1;
1207 if (histptr - history >= off) {
1208 x_load_hist(histptr - off);
    [all...]
sh.h 1599 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 98 milliseconds