Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/edit/
H A Dhistory.c124 static mode_t histmode; variable
266 histmode = S_IRUSR|S_IWUSR; in sh_histinit()
267 if((fd=open(cp,O_BINARY|O_APPEND|O_RDWR|O_CREAT,histmode))>=0) in sh_histinit()
494 histmode = statb.st_mode; in hist_trim()