Home
last modified time | relevance | path

Searched refs:Tsynerr (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/bin/mksh/
Dfuncs.c1864 bi_errorf("%s: %s '%s'", Tsynerr, cstrerror(errno), in c_read()
3549 bi_errorf(Tsynerr); in c_rename()
3572 bi_errorf(Tsynerr); in c_realpath()
3603 bi_errorf(Tsynerr); in c_cat()
3688 bi_errorf(Tsynerr); in c_sleep()
3690 bi_errorf("%s: %s '%s'", Tsynerr, cstrerror(errno), wp[0]); in c_sleep()
Dsyn.c845 yyerror("%s: %s %s\n", Tsynerr, "unexpected", "EOF"); in syntaxerr()
872 yyerror("%s: '%s' %s\n", Tsynerr, s, what); in syntaxerr()
Dsh.h796 #define Tsynerr "syntax error" macro
798 EXTERN const char Tsynerr[] E_INIT("syntax error"); variable