Searched refs:FLAG_CONT_ON_NEWLINE (Results 1 – 3 of 3) sorted by relevance
13 #define FLAG_CONT_ON_NEWLINE (1 << 3) /* continue when we see \n */ macro
48 hush_flags |= FLAG_CONT_ON_NEWLINE; in run_command()
3190 flag & FLAG_CONT_ON_NEWLINE ? -1 : '\n');
Completed in 9 milliseconds