Home
last modified time | relevance | path

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

/external/mksh/src/
Dvar.c927 errorfx(2, Tf_ro, tvar); in typeset()
1619 errorfx(2, Tf_ro, ccp); in set_array()
Dsh.h2507 void errorfx(int, const char *, ...)
2515 #define errorfxz(rc) errorfx((rc), NULL)
Dmain.c1269 errorfx(int rc, const char *fmt, ...) in errorfx() function