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

/external/mksh/src/
H A Dhistrap.c231 hist_source->line - (int)(histptr - hp));
412 hp = histptr + (n < 0 ? n : (n - hist_source->line));
420 } else if ((ptrdiff_t)hp > (ptrdiff_t)histptr) {
427 } else if (!allow_cur && hp == histptr) {
435 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0)
447 if (histptr < history || (!allow_cur && histptr == history)) {
451 return (allow_cur ? histptr : histptr - 1);
458 if (histptr <
[all...]
H A Dedit.c1049 x_histp = histptr + 1;
1057 x_histp = histptr + 1; \
1127 x_histp = histptr + 1;
1135 if (histptr - history >= off)
1136 x_load_hist(histptr - off);
1710 x_load_hist(histptr);
1739 x_load_hist(histptr + x_arg - source->line);
1749 if (hp == histptr + 1) {
1752 } else if (hp < history || hp > histptr) {
1776 x_nextcmd = source->line - (histptr
[all...]
H A Dsh.h1463 EXTERN char **histptr; /* last history item */ variable
/external/jpeg/
H A Djquant2.c149 typedef histcell FAR * histptr; /* for pointers to histogram cells */ typedef
229 register histptr histp;
319 histptr histp;
506 histptr histp;
865 register histptr cachep; /* pointer into main cache array */
922 register histptr cachep;
961 histptr cachep;
/external/qemu/distrib/jpeg-6b/
H A Djquant2.c149 typedef histcell FAR * histptr; /* for pointers to histogram cells */ typedef
229 register histptr histp;
319 histptr histp;
506 histptr histp;
865 register histptr cachep; /* pointer into main cache array */
922 register histptr cachep;
961 histptr cachep;

Completed in 150 milliseconds