Searched refs:Tfunction (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | syn.c | 708 yyerror(Tinvname, sname, Tfunction); in function_body() 814 { Tfunction, FUNCTION, true },
|
D | tree.c | 769 fptreef(shf, i, "%s %s %T", Tfunction, k, v); in fpFUNCTf() 771 fptreef(shf, i, "%s %s() %T", Tfunction, k, v); in fpFUNCTf()
|
D | sh.h | 970 #define Tfunction (T_function + 1) macro 1131 #define Tfunction "function" macro
|
D | histrap.c | 96 bi_errorf("history %ss not available", Tfunction); in c_fc()
|
D | exec.c | 818 internal_errorf(Tunexpected_type, Tunwind, Tfunction, i); in comexec()
|