Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk2.c523 awkperr("error on print"); in s_print()
537 awkperr("error on printf"); in s_prf()
657 awkperr(flag ? gettext("output file \"%s\"") : in openfile()
672 awkperr("error on stream \"%s\"", op->f_name); in awkclose()
H A Dawk.h275 #pragma aux awkperr aborts;
279 void awkperr(char *fmt, ...);
H A Dawk1.c1184 awkperr(char *fmt, ...) in awkperr() function