Searched refs:ste_lineno (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Include/ |
D | symtable.h | 43 int ste_lineno; /* first line of block */ member
|
/external/python/cpython3/Include/ |
D | symtable.h | 59 int ste_lineno; /* first line of block */ member
|
/external/python/cpython2/Python/ |
D | symtable.c | 65 ste->ste_lineno = lineno; in ste_new() 92 PyInt_AS_LONG(ste->ste_id), ste->ste_lineno); in ste_repr() 119 {"lineno", T_INT, OFF(ste_lineno), READONLY}, 385 ste->ste_lineno); in analyze_name() 804 lineno = st->st_cur->ste_lineno; in symtable_warn() 902 st->st_cur->ste_lineno); in symtable_add_def() 1340 st->st_cur->ste_lineno); in symtable_visit_params()
|
/external/python/cpython3/Python/ |
D | symtable.c | 72 ste->ste_lineno = lineno; in ste_new() 107 PyLong_AS_LONG(ste->ste_id), ste->ste_lineno); in ste_repr() 133 {"lineno", T_INT, OFF(ste_lineno), READONLY}, 996 st->st_cur->ste_lineno, in symtable_add_def() 1649 int lineno = st->st_cur->ste_lineno; in symtable_visit_alias() 1746 msg, st->st_filename, st->st_cur->ste_lineno, in symtable_handle_comprehension() 1755 st->st_cur->ste_lineno, in symtable_handle_comprehension()
|