| /src/usr.bin/xlint/lint1/ |
| lint1.h | 602 # define error_at(msgid, pos, args...) \ macro 603 wrap_check_printf_at(error_at, msgid, pos, ##args)
|
| check-msgs.lua | 66 error_at = "",
|
| err.c | 596 (error_at)(int msgid, const pos_t *pos, ...) function
|
| externs1.h | 193 void error_at(int, const pos_t *, ...);
|
| decl.c | 1407 error_at(384, &decl->s_def_pos, decl->s_name); 3105 error_at(190, &sym->s_def_pos, sym->s_name); 3134 error_at(225, &sym->s_use_pos, sym->s_name);
|
| /src/tests/usr.bin/indent/ |
| fmt_decl.c | 974 (error_at)(int msgid, const pos_t *pos, ...) function
|