Home
last modified time | relevance | path

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

/external/mksh/src/
Dvar.c912 errorfx(2, Tf_ro, tvar); in typeset()
1565 errorfx(2, Tf_ro, ccp); in set_array()
Dsh.h2183 void errorfx(int, const char *, ...)
2191 #define errorfxz(rc) errorfx((rc), NULL)
Dmain.c1218 errorfx(int rc, const char *fmt, ...) in errorfx() function