Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c283 (unsigned long)(histptr - hp)); in c_fc()
379 if (histptr >= history && last_line != hist_source->line) { in hist_execute()
381 afree(*histptr, APERM); in hist_execute()
382 histptr--; in hist_execute()
389 cmd = *histptr; in hist_execute()
418 hp = histptr + (n < 0 ? n : (n - hist_source->line)); in hist_get()
426 } else if ((size_t)hp > (size_t)histptr) { in hist_get()
433 } else if (!allow_cur && hp == histptr) { in hist_get()
441 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0) in hist_get()
453 if (histptr < history || (!allow_cur && histptr == history)) { in hist_get_newest()
[all …]
Dedit.c1144 x_histp = histptr + 1; in x_modified()
1214 x_histp = histptr + 1; in x_emacs()
1225 if (histptr - history >= off) { in x_emacs()
1226 x_load_hist(histptr - off); in x_emacs()
1793 x_load_hist(histptr); in x_end_hist()
1822 x_load_hist(histptr + x_arg - source->line); in x_goto_hist()
1832 if (hp == histptr + 1) { in x_load_hist()
1835 } else if (hp < history || hp > histptr) { in x_load_hist()
1859 if (!x_histncp || (x_histp != x_histncp && x_histp != histptr + 1)) in x_nl_next_com()
1862 x_nextcmd = source->line - (histptr - x_histncp) + 1; in x_nl_next_com()
[all …]
Dsh.h1659 EXTERN char **histptr; /* last history item */ variable
/external/libjpeg-turbo/
Djquant2.c130 typedef histcell * histptr; /* for pointers to histogram cells */ typedef
207 register histptr histp; in prescan_quantize()
297 histptr histp; in update_box()
485 histptr histp; in compute_color()
844 register histptr cachep; /* pointer into main cache array */ in fill_inverse_cmap()
901 register histptr cachep; in pass2_no_dither()
940 histptr cachep; in pass2_fs_dither()