Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/less/
HDmain.c178 { "history", SF_HISTORY }, in security_feature()
HDcmdbuf.c1490 if (!secure_allow(SF_HISTORY)) in read_cmdhist()
1659 if (!secure_allow(SF_HISTORY) || !histfile_modified()) in save_cmdhist()
HDless.h636 #define SF_HISTORY (1<<4) /* History file */ macro