Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcmd.h125 #define ECF_NOHISTORY 02
121 #define ECF_NOHISTORY global() macro
H A Ddecode.c1148 if (flags & ECF_NOHISTORY)
H A Dcmdbuf.c827 flags |= ECF_NOHISTORY; in cmd_edit()
H A Dcommand.c653 switch (editchar(c, ECF_PEEK|ECF_NOHISTORY|ECF_NOCOMPLETE|ECF_NORIGHTLEFT)) in mca_char()