Lines Matching refs:error_msg
136 #define error_msg printf macro
383 error_msg("syntax error %s:%d", file, line); in __syntax()
665 error_msg("%s: no current job", child->argv[0]); in builtin_fg_bg()
670 error_msg("%s: bad argument '%s'", child->argv[0], child->argv[1]); in builtin_fg_bg()
679 error_msg("%s: %d: no such job", child->argv[0], jobnum); in builtin_fg_bg()
820 error_msg("Couldn't open file '%s'", child->argv[1]); in builtin_source()
2125 error_msg("glob(3) error %d",gr);
2204 error_msg("%s: readonly variable", name);
2262 error_msg("%s: readonly variable", name);
2525 error_msg("ambiguous redirect");
2630 error_msg("ambiguous redirect");
2924 error_msg("unhandled syntax: $%c",ch);