Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c277 (unsigned long)(histptr - hp)); in c_fc()
360 if (histptr >= history && last_line != hist_source->line) { in hist_execute()
362 afree(*histptr, APERM); in hist_execute()
363 histptr--; in hist_execute()
370 cmd = *histptr; in hist_execute()
395 hp = histptr + (n < 0 ? n : (n - hist_source->line)); in hist_get()
403 } else if ((size_t)hp > (size_t)histptr) { in hist_get()
410 } else if (!allow_cur && hp == histptr) { in hist_get()
418 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0) in hist_get()
430 if (histptr < history || (!allow_cur && histptr == history)) { in hist_get_newest()
[all …]
Dedit.c1172 x_histp = histptr + 1; in x_modified()
1248 x_histmcp = x_histp = histptr + 1; in x_emacs()
1259 if (histptr - history >= off) { in x_emacs()
1260 x_load_hist(histptr - off); in x_emacs()
1810 x_load_hist(histptr); in x_end_hist()
1839 x_load_hist(histptr + x_arg - source->line); in x_goto_hist()
1848 if (hp == histptr + 1) { in x_load_hist()
1851 } else if (hp < history || hp > histptr) { in x_load_hist()
1872 if (!x_histncp || (x_histmcp != x_histncp && x_histmcp != histptr + 1)) in x_nl_next_com()
1875 x_nextcmd = source->line - (histptr - x_histncp) + 1; in x_nl_next_com()
[all …]
Dsh.h2006 EXTERN char **histptr; /* last history item */ variable
/external/libjpeg-turbo/
Djquant2.c131 typedef histcell *histptr; /* for pointers to histogram cells */ typedef
208 register histptr histp; in prescan_quantize()
298 histptr histp; in update_box()
486 histptr histp; in compute_color()
845 register histptr cachep; /* pointer into main cache array */ in fill_inverse_cmap()
902 register histptr cachep; in pass2_no_dither()
941 histptr cachep; in pass2_fs_dither()