Home | History | Annotate | Download | only in misc

Lines Matching full:send_flag

255 	int	send_flag = SEND_LOG;
270 send_flag |= SEND_CONSOLE;
284 send_output("Log of ", 0, send_flag);
286 send_output("stdin", 0, send_flag);
289 send_output(*cpp, 0, send_flag);
290 send_output(" ", 0, send_flag);
293 send_output("\n", 0, send_flag);
295 send_output(ctime(&t), 0, send_flag);
296 send_output("\n", 0, send_flag);
303 send_output("\n", 0, send_flag);
305 send_output(ctime(&t), 0, send_flag);
306 send_output("----------------\n", 0, send_flag);