HomeSort by relevance Sort by last modified time
    Searched refs:histptr (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
histrap.c 280 (unsigned long)(histptr - hp));
377 if (histptr >= history && last_line != hist_source->line) {
379 afree(*histptr, APERM);
380 histptr--;
426 hp = histptr + (n < 0 ? n : (n - hist_source->line));
434 } else if ((size_t)hp > (size_t)histptr) {
441 } else if (!allow_cur && hp == histptr) {
449 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0)
461 if (histptr < history || (!allow_cur && histptr == history))
    [all...]
edit.c 1124 x_histp = histptr + 1;
1194 x_histp = histptr + 1;
1205 if (histptr - history >= off) {
1206 x_load_hist(histptr - off);
    [all...]
sh.h 1604 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 182 milliseconds