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

  /external/mksh/src/
histrap.c 277 (unsigned long)(histptr - hp));
360 if (histptr >= history && last_line != hist_source->line) {
362 afree(*histptr, APERM);
363 histptr--;
368 /* now *histptr == cmd without all trailing newlines */
370 cmd = *histptr;
395 hp = histptr + (n < 0 ? n : (n - hist_source->line));
403 } else if ((size_t)hp > (size_t)histptr) {
410 } else if (!allow_cur && hp == histptr) {
418 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0
    [all...]
edit.c 1168 x_histp = histptr + 1;
1246 x_histmcp = x_histp = histptr + 1;
1257 if (histptr - history >= off) {
1258 x_load_hist(histptr - off);
    [all...]
sh.h 2281 EXTERN char **histptr; \/* last history item *\/ variable
    [all...]
  /external/libjpeg-turbo/
jquant2.c 131 typedef histcell *histptr; /* for pointers to histogram cells */ typedef
208 register histptr histp;
298 histptr histp;
486 histptr histp;
845 register histptr cachep; /* pointer into main cache array */
    [all...]

Completed in 80 milliseconds