Home
last modified time | relevance | path

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

/third_party/mksh/
H A 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()
368 /* now *histptr == cmd without all trailing newlines */ 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 in hist_get()
[all...]
H A Dedit.c1198 x_histp = histptr + 1; in x_modified()
1276 x_histmcp = x_histp = histptr + 1; in x_emacs()
1287 if (histptr - history >= off) { in x_emacs()
1288 x_load_hist(histptr - off); in x_emacs()
1842 x_load_hist(histptr); in x_end_hist()
1871 x_load_hist(histptr + x_arg - source->line); in x_goto_hist()
1880 if (hp == histptr + 1) { in x_load_hist()
1883 } else if (hp < history || hp > histptr) { in x_load_hist()
1904 if (!x_histncp || (x_histmcp != x_histncp && x_histmcp != histptr + 1)) in x_nl_next_com()
1907 x_nextcmd = source->line - (histptr in x_nl_next_com()
[all...]
H A Dsh.h2365 EXTERN char **histptr; /* last history item */ variable
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c131 typedef histcell *histptr; /* for pointers to histogram cells */ typedef
208 register histptr histp; in prescan_quantize()
298 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()

Completed in 14 milliseconds