Searched refs:ERROR_PROMPT (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libast/port/ |
H A D | astquery.c | 35 * 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 D | error.h | 74 #define ERROR_PROMPT 0x1000 /* omit trailing newline */ macro
|
/ast/src/cmd/3d/ |
H A D | error.c | 187 if (!(flags & ERROR_PROMPT))
|
/ast/src/lib/libast/misc/ |
H A D | error.c | 534 if (!(flags & ERROR_PROMPT))
|
/ast/src/cmd/coshell/ |
H A D | command.c | 198 if (prompt) error(ERROR_PROMPT, "%s> ", CO_ID);
|
/ast/src/cmd/nmake/ |
H A D | parse.c | 616 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 D | main.c | 1402 error(ERROR_PROMPT, "%s process %lld ->", error_info.id, (Sflong_t)(sp->cur - r));
|
Completed in 85 milliseconds