Home
last modified time | relevance | path

Searched refs:histptr (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dhistrap.c213 hist_source->line - (int)(histptr - hp)); in c_fc()
378 hp = histptr + (n < 0 ? n : (n - hist_source->line)); in hist_get()
386 } else if ((ptrdiff_t)hp > (ptrdiff_t)histptr) { in hist_get()
393 } else if (!allow_cur && hp == histptr) { in hist_get()
401 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0) in hist_get()
413 if (histptr < history || (!allow_cur && histptr == history)) { in hist_get_newest()
417 return (allow_cur ? histptr : histptr - 1); in hist_get_newest()
424 if (histptr <= history) { in hist_get_oldest()
439 if (histptr >= history && last_line != hist_source->line) { in histbackup()
441 afree(*histptr, APERM); in histbackup()
[all …]
Dedit.c1032 x_histp = histptr + 1; in x_modified()
1040 x_histp = histptr + 1; \
1110 x_histp = histptr + 1; in x_emacs()
1118 if (histptr - history >= off) in x_emacs()
1119 x_load_hist(histptr - off); in x_emacs()
1685 x_load_hist(histptr); in x_end_hist()
1713 x_load_hist(histptr + x_arg - source->line); in x_goto_hist()
1723 if (hp == histptr + 1) { in x_load_hist()
1726 } else if (hp < history || hp > histptr) { in x_load_hist()
1750 x_nextcmd = source->line - (histptr - x_histp) + 1; in x_nl_next_com()
[all …]
Dsh.h1375 EXTERN char **histptr; /* last history item */ variable
/external/jpeg/
Djquant2.c149 typedef histcell FAR * histptr; /* for pointers to histogram cells */ typedef
229 register histptr histp; in prescan_quantize()
319 histptr histp; in update_box()
506 histptr histp; in compute_color()
865 register histptr cachep; /* pointer into main cache array */ in fill_inverse_cmap()
922 register histptr cachep; in pass2_no_dither()
961 histptr cachep; in pass2_fs_dither()