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

  /src/usr.bin/xlint/lint1/
emit1.c 116 outint(tp->u.dimension);
130 outint(na);
155 outint(1);
158 outint(2);
161 outint(3);
162 outint(tag->s_def_pos.p_line);
164 outint(get_filename_id(tag->s_def_pos.p_file));
166 outint(tag->s_def_pos.p_uniq);
193 outint(csrc_pos.p_line);
195 outint(get_filename_id(sym->s_def_pos.p_file))
    [all...]
mem1.c 141 outint(fn->fn_id);
  /src/usr.bin/xlint/lint2/
emit2.c 74 outint(tp->t_dim);
77 outint(1);
80 outint(2);
83 outint(3);
84 outint(tp->t_uniqpos.p_line);
86 outint(tp->t_uniqpos.p_file);
88 outint(tp->t_uniqpos.p_uniq);
97 outint(na);
112 outint(0); /* line number in C source file */
114 outint(0); /* index of file where symbol was defined *
    [all...]
  /src/usr.bin/xlint/common/
emit.c 89 outint(int i) function in typeref:typename:void
102 outint((int)strlen(name));
externs.h 66 void outint(int);

Completed in 13 milliseconds