HomeSort by: relevance | last modified time | path
    Searched refs:DECL_STRINGS_3 (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/error/
input.c 508 DECL_STRINGS_3(static, F77_fatal, "Compiler", "error", "line");
509 DECL_STRINGS_3(static, F77_error, "Error", "on", "line");
510 DECL_STRINGS_3(static, F77_warning, "Warning", "on", "line");
511 DECL_STRINGS_3(static, F77_no_ass, "Error.", "No", "assembly.");
558 DECL_STRINGS_3(static, Make_Croak, "***", "Error", "code");
pi.c 49 DECL_STRINGS_3(static, unk_hdr, "In", "program", "???");
180 DECL_STRINGS_3(static, pi_und1, "undefined", "on", "line");
181 DECL_STRINGS_3(static, pi_und2, "undefined", "on", "lines");
error.h 252 #define DECL_STRINGS_3(class, sym, ...) DECL_STRS(3, class, sym, __VA_ARGS__)

Completed in 13 milliseconds