Searched refs:Tunexpected_type (Results 1 – 4 of 4) sorted by relevance
/third_party/mksh/ |
D | sh.h | 1085 EXTERN const char Tunexpected_type[] E_INIT("%s: unexpected %s type %d"); variable 1092 #define Tf__d (Tunexpected_type + 22) 1126 #define Tf_d (Tunexpected_type + 23) 1251 #define Tunexpected_type "%s: unexpected %s type %d" macro
|
D | main.c | 812 internal_errorf(Tunexpected_type, Tunwind, Tsource, i); in include() 925 internal_errorf(Tunexpected_type, Tunwind, Tshell, i); in shell()
|
D | exec.c | 810 internal_errorf(Tunexpected_type, Tunwind, Tfunction, i); in comexec()
|
D | funcs.c | 763 bi_errorf(Tunexpected_type, id, Tcommand, tp->type); in do_whence()
|