Searched refs:HIST_NEWLINE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhexpand.c449 flag |= (c == '\n' ? HIST_NEWLINE : 0);
461 sfputc(tmp, flag & HIST_NEWLINE ? '\n' : ' ');
463 flag &= ~HIST_NEWLINE;
481 flag |= (c == '\n' ? HIST_NEWLINE : 0);
667 flag = flag & ~HIST_NEWLINE;
672 flag |= (c == '\n' ? HIST_NEWLINE : 0);
677 c = (flag & HIST_NEWLINE) ? '\n' : ' ';
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h239 #define HIST_NEWLINE 0x40 /* newline in squashed white space */ macro

Completed in 65 milliseconds