Lines Matching refs:parg
270 PARG parg; in close_pipe() local
286 parg.p_string = p; in close_pipe()
287 error("%s", &parg); in close_pipe()
299 parg.p_int = s; in close_pipe()
300 error("Input preprocessor failed (status %d)", &parg); in close_pipe()
311 parg.p_string = signal_message(sig); in close_pipe()
312 error("Input preprocessor terminated: %s", &parg); in close_pipe()
319 parg.p_int = status; in close_pipe()
320 error("Input preprocessor exited with status %x", &parg); in close_pipe()
444 PARG parg; in edit_ifile() local
531 parg.p_string = p; in edit_ifile()
532 error("%s", &parg); in edit_ifile()
541 parg.p_string = p; in edit_ifile()
542 error("%s", &parg); in edit_ifile()
554 parg.p_string = filename; in edit_ifile()
555 answer = query("\"%s\" may be a binary file. See it anyway? ", &parg); in edit_ifile()
566 PARG parg; in edit_ifile() local
567 parg.p_string = filename; in edit_ifile()
568 error("%s is a terminal (use -f to open it)", &parg); in edit_ifile()
935 PARG parg; in use_logfile() local
966 parg.p_string = filename; in use_logfile()
967 answer = query("Warning: \"%s\" exists; "OVERWRITE_OPTIONS" ", &parg); in use_logfile()
1009 parg.p_string = filename; in use_logfile()
1010 error("Cannot write to \"%s\"", &parg); in use_logfile()