Home
last modified time | relevance | path

Searched refs:hist_execute (Results 1 – 5 of 5) sorted by relevance

/dports/shells/oksh/oksh-7.0/
H A Dhistory.c37 static int hist_execute(char *);
277 ret = hist_execute(Xstring(xs, xp)); in c_fc()
294 hist_execute(char *cmd) in hist_execute() function
365 return hist_execute(line); in hist_replace()
/dports/shells/pdksh/pdksh-5.2.14/
H A Dhistory.c60 static int hist_execute ARGS((char *cmd));
282 return hist_execute(Xstring(xs, xp));
288 hist_execute(cmd) in hist_execute() function
370 return hist_execute(line);
H A DChangeLog1005 * history.c(c_fc,hist_execute): moved calls to histbackup() from
1006 c_fc() to hist_execute().
H A DChangeLog.0431 * history.c(hist_execute,hist_get_newest,hist_get_oldest): new routines.
/dports/shells/mksh/mksh/
H A Dhistrap.c41 static int hist_execute(char *, Area *);
223 return (hist_execute(line, ATEMP)); in c_fc()
349 return (hist_execute(Xstring(xs, xp), hist_source->areap)); in c_fc()
355 hist_execute(char *cmd, Area *areap) in hist_execute() function