Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dedit.h243 #define HIST_PRINT 0x100 /* print new command */ macro
252 #define HIST_FLAG_RETURN_MASK (HIST_EVENT|HIST_PRINT|HIST_ERROR)
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dhexpand.c45 static int mod_flags[] = { 0, 0, 0, 0, HIST_PRINT, HIST_QUOTE, HIST_QUOTE|HIST_QUOTE_BR, 0, 0 };
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c1761 if((r & (HIST_EVENT|HIST_PRINT)) && !(r & HIST_ERROR) && xp) in slowread()
1778 if(r & (HIST_ERROR|HIST_PRINT)) in slowread()