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

/ast/src/cmd/ie/
H A Dhistory.h23 * Header File for history mechanism
34 #define HIS_DFLT 128 /* default size of history list */
37 #define HISLINE 16 /* estimate of average sized history line */
38 #define MAXLINE 258 /* longest history line permitted */
42 #define H_VERSION 1 /* history file format version no. */
44 struct history struct
46 struct fileblk *fixfp; /* file descriptor for history file */
47 int fixfd; /* file number for history file */
48 char *fixname; /* name of history file */
49 off_t fixcnt; /* offset into history fil
[all...]
H A Dhistory.c33 * Each command in the history file starts on an even byte is null terminated.
54 #include "history.h"
74 const char hist_fname[] = "/.history";
75 struct history *hist_ptr = 0;
87 static struct history *wasopen;
95 * open the history file
96 * if HISTNAME is not given and userid==0 then no history file.
105 register struct history *fp;
130 /* reuse history file if same name */
144 /* make sure that file has history fil
[all...]
H A Dedit.c47 #include "history.h"
576 register struct history *fp = hist_ptr;
911 * Enter the fc command on the current history line
/ast/src/cmd/ksh93/include/
H A Ddefs.h37 #include <history.h>

Completed in 11 milliseconds