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

/external/mksh/src/
H A Dhistrap.c213 hist_source->line - (int)(histptr - hp));
378 hp = histptr + (n < 0 ? n : (n - hist_source->line));
386 } else if ((ptrdiff_t)hp > (ptrdiff_t)histptr) {
393 } else if (!allow_cur && hp == histptr) {
401 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0)
413 if (histptr < history || (!allow_cur && histptr == history)) {
417 return (allow_cur ? histptr : histptr - 1);
424 if (histptr <
[all...]
H A Dedit.c1032 x_histp = histptr + 1;
1040 x_histp = histptr + 1; \
1110 x_histp = histptr + 1;
1118 if (histptr - history >= off)
1119 x_load_hist(histptr - off);
1685 x_load_hist(histptr);
1713 x_load_hist(histptr + x_arg - source->line);
1723 if (hp == histptr + 1) {
1726 } else if (hp < history || hp > histptr) {
1750 x_nextcmd = source->line - (histptr
[all...]
H A Dsh.h1375 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;

Completed in 153 milliseconds