Searched refs:t_uniqpos (Results 1 – 4 of 4) sorted by relevance
1222 return (tp1->t_uniqpos.p_line == in eqtype()1223 tp2->t_uniqpos.p_line && in eqtype()1224 tp1->t_uniqpos.p_file == in eqtype()1225 tp2->t_uniqpos.p_file && in eqtype()1226 tp1->t_uniqpos.p_uniq == in eqtype()1227 tp2->t_uniqpos.p_uniq); in eqtype()1256 return (tp1->t_uniqpos.p_line == in eqtype()1257 tp2->t_uniqpos.p_line && in eqtype()1258 tp1->t_uniqpos.p_file == in eqtype()1259 tp2->t_uniqpos.p_file && in eqtype()[all …]
113 outint(tp->t_uniqpos.p_line); in outtype()115 outint(tp->t_uniqpos.p_file); in outtype()117 outint(tp->t_uniqpos.p_uniq); in outtype()
74 #define t_uniqpos t_u._t_uniqpos macro
670 tp->t_uniqpos.p_line = strtol(cp, &eptr, 10); in inptype()674 tp->t_uniqpos.p_file = in inptype()678 tp->t_uniqpos.p_uniq = strtol(cp, &eptr, 10); in inptype()