Home
last modified time | relevance | path

Searched refs:derror (Results 1 – 7 of 7) sorted by relevance

/original-bsd/usr.bin/pascal/src/
H A Dconv.c110 derror("Type clash: non-identical scalar types");
118 derror("Type clash: unequal length strings");
129 derror("Type clash: files not allowed in this context");
135 derror("Type clash: non-identical %s types", clnames[c1]);
139 derror("Type clash: %ss with file components not allowed in this context", clnames[c1]);
144 derror("Type clash: %s is incompatible with %s", clnames[c1], clnames[c2]);
H A Dconst.c164 derror("%s is a %s, not a constant as required", cn->char_const.cptr, classes[np->class]);
197 derror("Constant too large for this implementation");
227 derror("%s constants cannot be signed",
H A Dlookup.c37 derror("%s is undefined", s);
H A Derror.c118 derror(a1, a2, a3, a4, a5) in derror() function
H A D0.h822 #define derror error macro
H A Drval.c1213 derror("Constant too large for this implementation");
1243 derror("%s constants cannot be signed", nameof(con.ctype));
/original-bsd/usr.bin/f77/pass1.vax/
H A Ddata.h82 derror; typedef
93 struct Derror derror; member