Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhexpand.c45 static int mod_flags[] = { 0, 0, 0, 0, HIST_PRINT, HIST_QUOTE, HIST_QUOTE|HIST_QUOTE_BR, 0, 0 };
682 if(flag & HIST_QUOTE_BR)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h273 #define HIST_QUOTE_BR 0x400 /* quote every word on space break */ macro