Lines Matching defs:output
34 "the settings of certain modes to standard output.]"
36 "[a:all?Writes to standard output all of the mode settings.]"
37 "[g:save?Writes the current settings to standard output in a form that can "
133 { "ospeed", NUM, C_SPEED,0, CBAUD, 0, C("\an\a is the output baud rate") },
171 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") },
174 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") },
186 { "flush", CHAR, T_CHAR, SS, VDISCARD, 'O', C("Discard output") },
232 { "ixon", BIT, I_FLAG, 0, IXON, IXON, C("Enable (disable) XON/XOFF flow control. \bstop\b character stops output") },
234 { "ixany", BIT, I_FLAG, US, IXANY, IXANY, C("Any character (only start character) can restart output.") },
304 { "opost", BIT, O_FLAG, SS, OPOST, OPOST, C(" Postprocess (do not postprocess) output") },
347 { "cooked", COOKED, C_FLAG, IG, 0, 0, C("Disable raw input and output") },
348 { "raw", COOKED, C_FLAG, IG, 0, 0, C("Enable raw input and output") },
464 static void output(struct termios *sp, int flags)
843 listgroup(sp,SPEED,"Attempt to set input and output baud rate to number given. A value of \b0\b causes immediate hangup");
963 output(&tty, flags);