Home
last modified time | relevance | path

Searched refs:e_histopen (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c51 const char e_histopen[] = "history file cannot open"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dbuiltins.h134 extern const char e_histopen[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c60 errormsg(SH_DICT,ERROR_system(1),e_histopen); in b_hist()