Home | History | Annotate | Download | only in Python

Lines Matching full:i_lineno

50     int i_lineno;
840 /* Set the i_lineno member of the instruction at offset off if the
860 b->b_instr[off].i_lineno = c->u->u_lineno;
4962 d_lineno = i->i_lineno - a->a_lineno;
5053 a->a_lineno = i->i_lineno;
5072 if (i->i_lineno && !assemble_lnotab(a, i))
5295 i->i_lineno, i->i_opcode, arg, jabs, jrel);
5343 if (entryblock && entryblock->b_instr && entryblock->b_instr->i_lineno)
5344 c->u->u_firstlineno = entryblock->b_instr->i_lineno;