Searched refs:hist_command (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dhistory.h47 int hist_command; member in struct:__anon9299
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhist.h74 protected int hist_command(EditLine *, int, const char **);
H A Dparse.c62 { "history", hist_command },
H A Dhist.c147 /* hist_command()
151 hist_command(EditLine *el, int argc, const char **argv) function
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Demacs.c197 location.hist_command = -5;
223 if (location.hist_command == -5) /* to be initialized */
226 location.hist_command = hline;
229 if (location.hist_command <= hismin) /* don't start below minimum */
231 location.hist_command = hismin + 1;
265 location = hist_locate(shgd->hist_ptr,location.hist_command,location.hist_line,1);
266 if (location.hist_command < histlines)
268 hline = location.hist_command;
651 location.hist_command = hline;
673 hline = location.hist_command; /* star
[all...]
H A Dhistory.c958 location.hist_command = -1;
994 location.hist_command = index1;
1176 next.hist_command = command;
H A Dhexpand.c307 if((n = hl.hist_command) == -1)
H A Dvi.c2269 location.hist_command = curhline;
2282 if( (curhline=location.hist_command) >=0 )
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhist.h81 protected int hist_command(EditLine *, int, const Char **);
H A Dparse.c67 { STR("history"), hist_command },
H A Dhist.c153 /* hist_command()
157 hist_command(EditLine *el, int argc, const Char **argv) function
/macosx-10.10/libedit-40/src/
H A Dhist.h81 protected int hist_command(EditLine *, int, const Char **);
H A Dparse.c67 { STR("history"), hist_command },
H A Dhist.c153 /* hist_command()
157 hist_command(EditLine *el, int argc, const Char **argv) function
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dhist.c148 if((range[++flag] = location.hist_command) < 0)

Completed in 118 milliseconds