Symbol: pos_t
tests/usr.bin/indent/fmt_decl.c
974
(error_at)(int msgid, const pos_t *pos, ...)
usr.bin/xlint/lint1/ckgetopt.c
67
pos_t options_pos;
usr.bin/xlint/lint1/decl.c
3091
pos_t cpos = curr_pos;
usr.bin/xlint/lint1/decl.c
649
dcs->d_func_def_pos = (pos_t){ NULL, 0, 0 };
usr.bin/xlint/lint1/emit1.c
232
outfdef(const sym_t *fsym, const pos_t *posp, bool rval, bool osdef,
usr.bin/xlint/lint1/err.c
544
verror_at(int msgid, const pos_t *pos, va_list ap)
usr.bin/xlint/lint1/err.c
560
vwarning_at(int msgid, const pos_t *pos, va_list ap)
usr.bin/xlint/lint1/err.c
581
vmessage_at(int msgid, const pos_t *pos, va_list ap)
usr.bin/xlint/lint1/err.c
596
(error_at)(int msgid, const pos_t *pos, ...)
usr.bin/xlint/lint1/err.c
645
(warning_at)(int msgid, const pos_t *pos, ...)
usr.bin/xlint/lint1/err.c
665
(message_at)(int msgid, const pos_t *pos, ...)
usr.bin/xlint/lint1/externs1.h
193
void error_at(int, const pos_t *, ...);
usr.bin/xlint/lint1/externs1.h
194
void warning_at(int, const pos_t *, ...);
usr.bin/xlint/lint1/externs1.h
195
void message_at(int, const pos_t *, ...);
usr.bin/xlint/lint1/externs1.h
332
extern pos_t argsused_pos;
usr.bin/xlint/lint1/externs1.h
334
extern pos_t vapos;
usr.bin/xlint/lint1/externs1.h
336
extern pos_t printflike_pos;
usr.bin/xlint/lint1/externs1.h
338
extern pos_t scanflike_pos;
usr.bin/xlint/lint1/externs1.h
392
void outfdef(const sym_t *, const pos_t *, bool, bool, const sym_t *);
usr.bin/xlint/lint1/externs1.h
83
extern pos_t curr_pos;
usr.bin/xlint/lint1/externs1.h
84
extern pos_t csrc_pos;
usr.bin/xlint/lint1/func.c
110
pos_t printflike_pos;
usr.bin/xlint/lint1/func.c
111
pos_t scanflike_pos;
usr.bin/xlint/lint1/func.c
824
pos_t saved_curr_pos = curr_pos;
usr.bin/xlint/lint1/func.c
825
pos_t saved_csrc_pos = csrc_pos;
usr.bin/xlint/lint1/func.c
89
pos_t argsused_pos;
usr.bin/xlint/lint1/func.c
98
pos_t vapos;
usr.bin/xlint/lint1/lex.c
59
pos_t curr_pos = { "", 1, 0 };
usr.bin/xlint/lint1/lex.c
65
pos_t csrc_pos = { "", 1, 0 };
usr.bin/xlint/lint1/lint1.h
223
pos_t s_def_pos; /* position of last (prototype) definition,
usr.bin/xlint/lint1/lint1.h
227
pos_t s_set_pos; /* position of first initialization */
usr.bin/xlint/lint1/lint1.h
228
pos_t s_use_pos; /* position of first use */
usr.bin/xlint/lint1/lint1.h
399
pos_t d_func_def_pos; /* position of the function definition */
usr.bin/xlint/lint1/lint1.h
475
pos_t c_for_expr3_pos; /* position of end of loop expr */
usr.bin/xlint/lint1/lint1.h
476
pos_t c_for_expr3_csrc_pos; /* same for csrc_pos */
usr.bin/xlint/lint1/lint1.h
669
static inline pos_t
usr.bin/xlint/lint1/lint1.h
672
pos_t curr = curr_pos;
usr.bin/xlint/lint2/chk.c
342
const pos_t *pos1p = NULL;
usr.bin/xlint/lint2/chk.c
449
const pos_t *pos1p, const fcall_t *call1, const fcall_t *call,
usr.bin/xlint/lint2/chk.c
59
const pos_t *, const fcall_t *, const fcall_t *,
usr.bin/xlint/lint2/externs2.h
79
const char *mkpos(const pos_t *);
usr.bin/xlint/lint2/lint2.h
105
pos_t s_pos; /* pos of def./decl. */
usr.bin/xlint/lint2/lint2.h
146
pos_t f_pos; /* position of call */
usr.bin/xlint/lint2/lint2.h
159
pos_t u_pos; /* position */
usr.bin/xlint/lint2/msg.c
105
mkpos(const pos_t *posp)
usr.bin/xlint/lint2/read.c
100
static void decldef(pos_t, const char *);
usr.bin/xlint/lint2/read.c
101
static void usedsym(pos_t, const char *);
usr.bin/xlint/lint2/read.c
158
pos_t pos;
usr.bin/xlint/lint2/read.c
313
funccall(pos_t pos, const char *cp)
usr.bin/xlint/lint2/read.c
466
decldef(pos_t pos, const char *cp)
usr.bin/xlint/lint2/read.c
561
usedsym(pos_t pos, const char *cp)
usr.bin/xlint/lint2/read.c
99
static void funccall(pos_t, const char *);