Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c59 awkerr(nargerr, s_exp); in f_exp()
74 awkerr(nargerr, s_int); in f_int()
89 awkerr(nargerr, s_log); in f_log()
104 awkerr(nargerr, s_sqrt); in f_sqrt()
116 awkerr(nargerr, s_sin); in f_sin()
128 awkerr(nargerr, s_cos); in f_cos()
142 awkerr(nargerr, s_atan2); in f_atan2()
161 awkerr(nargerr, s_srand); in f_srand()
183 awkerr(nargerr, s_rand); in f_rand()
227 awkerr(nargerr, glob==0 ? s_gsub : s_sub); in dosub()
[all …]
H A Dawk3.c119 awkerr(gettext("attempt to redefine builtin function")); in strassign()
121 awkerr(gettext("inadmissible use of reserved keyword")); in strassign()
229 awkerr(gettext("syntax error \"%s\" in /%s/\n"), in setrefield()
268 awkerr(gettext("cannot assign to function \"%s\""), in assign()
272 awkerr(gettext("lvalue required in assignment")); in assign()
575 awkerr(interr, "PACT"); in execute()
691 awkerr(gettext("return outside of a function")); in action()
751 awkerr(gettext( in action()
831 awkerr(interr, "exprint"); in exprint()
862 awkerr(interr, "exprreal"); in exprreal()
[all …]
H A Dawk1.c581 awkerr(unbal, "()"); in yylex()
595 awkerr(unbal, brk); in yylex()
614 awkerr(unbal, brk); in yylex()
638 awkerr( in yylex()
929 awkerr(regx ? nlre : nlstr); in lexescape()
1043 awkerr(regx ? eofre : eofstr); in lexescape()
1069 awkerr("/%S/: %s", s, p); in renode()
1154 awkerr(gettext("inadmissible use of reserved keyword")); in yyerror()
1156 awkerr(gettext("attempt to redefine builtin function")); in yyerror()
1157 awkerr(s); in yyerror()
[all …]
H A Dawk2.c104 awkerr(gettext("Record too long (LIMIT: %d bytes)"), in nextrecord()
391 awkerr(gettext("error splitting record: %s"), in refield()
614 awkerr(gettext("too many open streams to %s onto \"%s\""), in openfile()
647 awkerr(interr, "openfile"); in openfile()
881 awkerr(gettext("insufficient arguments to printf or sprintf")); in nextarg()
956 awkerr(gettext("invalid wide character %x"), c); in awk_putwc()
H A Dawk.h275 #pragma aux awkerr aborts;
279 void awkerr(const char *fmt, ...) __NORETURN;
H A Dawk.y186 awkerr((char *) gettext("function \"%S\" redefined"), $2->n_name);