Home
last modified time | relevance | path

Searched refs:Tfunction (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dsyn.c704 yyerror(Tinvname, sname, Tfunction); in function_body()
810 { Tfunction, FUNCTION, true },
Dtree.c768 fptreef(shf, i, "%s %s %T", Tfunction, k, v); in fpFUNCTf()
770 fptreef(shf, i, "%s %s() %T", Tfunction, k, v); in fpFUNCTf()
Dsh.h916 #define Tfunction (T_function + 1) macro
1077 #define Tfunction "function" macro
Dhistrap.c96 bi_errorf("history %ss not available", Tfunction); in c_fc()
Dexec.c808 internal_errorf(Tunexpected_type, Tunwind, Tfunction, i); in comexec()