Searched refs:ERROR_PROMPT (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/port/
H A Dastquery.c35 * if (quit&ERROR_PROMPT) then tty forced for IO
73 if (quit & ERROR_PROMPT)
75 quit &= ~ERROR_PROMPT;
/ast/src/lib/libast/include/
H A Derror.h74 #define ERROR_PROMPT 0x1000 /* omit trailing newline */ macro
/ast/src/cmd/3d/
H A Derror.c187 if (!(flags & ERROR_PROMPT))
/ast/src/lib/libast/misc/
H A Derror.c534 if (!(flags & ERROR_PROMPT))
/ast/src/cmd/coshell/
H A Dcommand.c198 if (prompt) error(ERROR_PROMPT, "%s> ", CO_ID);
/ast/src/cmd/nmake/
H A Dparse.c616 error(ERROR_PROMPT, lead > 0 && pp->cp == pp->block ? PS1 : PS2);
676 error(ERROR_PROMPT, PS2);
699 error(ERROR_PROMPT, PS2);
741 error(ERROR_PROMPT, PS2);
803 error(ERROR_PROMPT, PS2);
/ast/src/cmd/sort/
H A Dmain.c1402 error(ERROR_PROMPT, "%s process %lld ->", error_info.id, (Sflong_t)(sp->cur - r));

Completed in 85 milliseconds