Home
last modified time | relevance | path

Searched refs:awkerr (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk4.c61 awkerr(nargerr, s_exp); in f_exp()
76 awkerr(nargerr, s_int); in f_int()
91 awkerr(nargerr, s_log); in f_log()
106 awkerr(nargerr, s_sqrt); in f_sqrt()
118 awkerr(nargerr, s_sin); in f_sin()
130 awkerr(nargerr, s_cos); in f_cos()
144 awkerr(nargerr, s_atan2); in f_atan2()
163 awkerr(nargerr, s_srand); in f_srand()
185 awkerr(nargerr, s_rand); in f_rand()
229 awkerr(nargerr, glob==0 ? s_gsub : s_sub); in dosub()
[all …]
H A Dawk3.c121 awkerr(gettext("attempt to redefine builtin function")); in strassign()
123 awkerr(gettext("inadmissible use of reserved keyword")); in strassign()
231 awkerr(gettext("syntax error \"%s\" in /%s/\n"), in setrefield()
270 awkerr(gettext("cannot assign to function \"%s\""), in assign()
274 awkerr(gettext("lvalue required in assignment")); in assign()
577 awkerr(interr, "PACT"); in execute()
693 awkerr(gettext("return outside of a function")); in action()
752 awkerr(gettext( in action()
832 awkerr(interr, "exprint"); in exprint()
863 awkerr(interr, "exprreal"); in exprreal()
[all …]
H A Dawk1.c592 awkerr(unbal, "()"); in yyhex()
606 awkerr(unbal, brk); in yyhex()
625 awkerr(unbal, brk); in yyhex()
649 awkerr( in yyhex()
934 awkerr(regx ? nlre : nlstr); in lexescape()
1048 awkerr(regx ? eofre : eofstr); in lexescape()
1074 awkerr("/%S/: %s", s, p); in renode()
1158 awkerr(gettext("inadmissible use of reserved keyword")); in yyerror()
1160 awkerr(gettext("attempt to redefine builtin function")); in yyerror()
1161 awkerr(s); in yyerror()
[all …]
H A Dawk2.c106 awkerr(gettext("Record too long (LIMIT: %d bytes)"), in nextrecord()
393 awkerr(gettext("error splitting record: %s"), in refield()
616 awkerr(gettext("too many open streams to %s onto \"%s\""), in openfile()
649 awkerr(interr, "openfile"); in openfile()
883 awkerr(gettext("insufficient arguments to printf or sprintf")); in nextarg()
958 awkerr(gettext("invalid wide character %x"), c); in awk_putwc()
H A Dawk.h274 #pragma aux awkerr aborts;
278 void awkerr(char *fmt, ...);
450 extern void awkerr(char *, ...);
H A Dawk.y187 awkerr((char *) gettext("function \"%S\" redefined"), $2->n_name);