Home
last modified time | relevance | path

Searched refs:Tunexpected_type (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dsh.h1087 EXTERN const char Tunexpected_type[] E_INIT("%s: unexpected %s type %d"); variable
1094 #define Tf__d (Tunexpected_type + 22)
1128 #define Tf_d (Tunexpected_type + 23)
1253 #define Tunexpected_type "%s: unexpected %s type %d" macro
Dmain.c802 internal_errorf(Tunexpected_type, Tunwind, Tsource, i); in include()
915 internal_errorf(Tunexpected_type, Tunwind, Tshell, i); in shell()
Dexec.c808 internal_errorf(Tunexpected_type, Tunwind, Tfunction, i); in comexec()
Dfuncs.c742 bi_errorf(Tunexpected_type, id, Tcommand, tp->type); in do_whence()