Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhexpand.c543 flag |= HIST_GLOBALSUBST;
637 if(!cc || !(flag & HIST_GLOBALSUBST))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h274 #define HIST_GLOBALSUBST 0x800 /* apply substition globally */ macro