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

  /src/usr.bin/xlint/lint2/
lint2.h 100 } pos_t; typedef in typeref:struct:__anon516cfa120308
105 pos_t s_pos; /* pos of def./decl. */
146 pos_t f_pos; /* position of call */
159 pos_t u_pos; /* position */
externs2.h 79 const char *mkpos(const pos_t *);
msg.c 105 mkpos(const pos_t *posp)
read.c 99 static void funccall(pos_t, const char *);
100 static void decldef(pos_t, const char *);
101 static void usedsym(pos_t, const char *);
158 pos_t pos;
313 funccall(pos_t pos, const char *cp)
466 decldef(pos_t pos, const char *cp)
561 usedsym(pos_t pos, const char *cp)
chk.c 59 const pos_t *, const fcall_t *, const fcall_t *,
342 const pos_t *pos1p = NULL;
449 const pos_t *pos1p, const fcall_t *call1, const fcall_t *call,
  /src/usr.bin/xlint/lint1/
externs1.h 83 extern pos_t curr_pos;
84 extern pos_t csrc_pos;
193 void error_at(int, const pos_t *, ...);
194 void warning_at(int, const pos_t *, ...);
195 void message_at(int, const pos_t *, ...);
331 extern pos_t argsused_pos;
333 extern pos_t vapos;
335 extern pos_t printflike_pos;
337 extern pos_t scanflike_pos;
391 void outfdef(const sym_t *, const pos_t *, bool, bool, const sym_t *)
    [all...]
err.c 544 verror_at(int msgid, const pos_t *pos, va_list ap)
560 vwarning_at(int msgid, const pos_t *pos, va_list ap)
581 vmessage_at(int msgid, const pos_t *pos, va_list ap)
596 (error_at)(int msgid, const pos_t *pos, ...)
645 (warning_at)(int msgid, const pos_t *pos, ...)
665 (message_at)(int msgid, const pos_t *pos, ...)
lint1.h 72 } pos_t; typedef in typeref:struct:__anondcf084d00108
207 pos_t s_def_pos; /* position of last (prototype) definition,
211 pos_t s_set_pos; /* position of first initialization */
212 pos_t s_use_pos; /* position of first use */
382 pos_t d_func_def_pos; /* position of the function definition */
456 pos_t c_for_expr3_pos; /* position of end of loop expr */
457 pos_t c_for_expr3_csrc_pos; /* same for csrc_pos */
650 static inline pos_t
653 pos_t curr = curr_pos;
ckgetopt.c 67 pos_t options_pos;
func.c 89 pos_t argsused_pos;
98 pos_t vapos;
110 pos_t printflike_pos;
111 pos_t scanflike_pos;
823 pos_t saved_curr_pos = curr_pos;
824 pos_t saved_csrc_pos = csrc_pos;
emit1.c 237 outfdef(const sym_t *fsym, const pos_t *posp, bool rval, bool osdef,
lex.c 59 pos_t curr_pos = { "", 1, 0 };
65 pos_t csrc_pos = { "", 1, 0 };
decl.c 662 dcs->d_func_def_pos = (pos_t){ NULL, 0, 0 };
3091 pos_t cpos = curr_pos;
  /src/tests/usr.bin/indent/
fmt_decl.c 974 (error_at)(int msgid, const pos_t *pos, ...)

Completed in 21 milliseconds