Searched defs:history (Results 1 - 1 of 1) 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...]

Completed in 10 milliseconds