Searched refs:ERROR_INTERACTIVE (Results 1 – 9 of 9) sorted by relevance
78 #define ERROR_INTERACTIVE 0x0001 /* context is interactive */ macro
87 #define ERROR_INTERACTIVE 0x0001 /* context is interactive */ macro
312 if (cp->line > ((cp->flags & ERROR_INTERACTIVE) != 0)) in context()472 if (level > 0 && error_info.line > ((flags & ERROR_INTERACTIVE) != 0)) in errorv()
581 error_info.flags |= ERROR_INTERACTIVE; in exfile()584 error_info.flags &= ~ERROR_INTERACTIVE; in exfile()
1009 if(error_info.flags&ERROR_INTERACTIVE) in sh_exec()
905 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_INTERACTIVE); in b_stty()