Lines Matching refs:error_msg
137 #define error_msg printf macro
384 error_msg("syntax error %s:%d", file, line); in __syntax()
666 error_msg("%s: no current job", child->argv[0]); in builtin_fg_bg()
671 error_msg("%s: bad argument '%s'", child->argv[0], child->argv[1]); in builtin_fg_bg()
680 error_msg("%s: %d: no such job", child->argv[0], jobnum); in builtin_fg_bg()
821 error_msg("Couldn't open file '%s'", child->argv[1]); in builtin_source()
2126 error_msg("glob(3) error %d",gr);
2205 error_msg("%s: readonly variable", name);
2263 error_msg("%s: readonly variable", name);
2526 error_msg("ambiguous redirect");
2631 error_msg("ambiguous redirect");
2925 error_msg("unhandled syntax: $%c",ch);