Searched refs:CMD_NEWLINE (Results 1 – 2 of 2) sorted by relevance
39 #define CMD_NEWLINE (1<<5) /* echo separator is newline */ macro
122 flags &= ~CMD_NEWLINE; in cmdopen()267 n = (cmd->flags & CMD_NEWLINE) ? '\n' : ' '; in cmdflush()