Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c124 static mode_t histmode; variable
265 histmode = S_IRUSR|S_IWUSR; in sh_histinit()
266 if((fd=open(cp,O_BINARY|O_APPEND|O_RDWR|O_CREAT,histmode))>=0) in sh_histinit()
497 histmode = statb.st_mode; in hist_trim()