HomeSort by: relevance | last modified time | path
    Searched defs:HISTORY (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
conf-end.h 15 /* Editing implies history */
16 #if defined(EDIT) && !defined(HISTORY)
17 # define HISTORY
20 #if defined(HISTORY) && (!defined(COMPLEX_HISTORY) || !defined(HAVE_FLOCK))
22 # define EASY_HISTORY /* sjg's trivial history file */
config.h 91 /* Include any history? */
92 #define HISTORY 1
94 /* Include complex history? */

Completed in 12 milliseconds