Home
last modified time | relevance | path

Searched refs:outint (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/xlint/lint1/
H A Demit1.c116 outint(tp->u.dimension); in outtype()
130 outint(na); in outtype()
155 outint(1); in outtt()
158 outint(2); in outtt()
161 outint(3); in outtt()
162 outint(tag->s_def_pos.p_line); in outtt()
164 outint(get_filename_id(tag->s_def_pos.p_file)); in outtt()
166 outint(tag->s_def_pos.p_uniq); in outtt()
193 outint(csrc_pos.p_line); in outsym()
195 outint(get_filename_i in outsym()
[all...]
H A Dmem1.c141 outint(fn->fn_id); in record_filename()
/netbsd-src/usr.bin/xlint/lint2/
H A Demit2.c77 outint(tp->t_dim); in outtype()
80 outint(1); in outtype()
83 outint(2); in outtype()
86 outint(3); in outtype()
87 outint(tp->t_uniqpos.p_line); in outtype()
89 outint(tp->t_uniqpos.p_file); in outtype()
91 outint(tp->t_uniqpos.p_uniq); in outtype()
100 outint(na); in outtype()
115 outint(0); /* line number in C source file */ in outdef()
117 outint( in outdef()
[all...]
/netbsd-src/usr.bin/xlint/common/
H A Demit.c89 outint(int i) in outint() function
102 outint((int)strlen(name)); in outname()
H A Dexterns.h66 void outint(int);