Home
last modified time | relevance | path

Searched refs:ste_opt_col_offset (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dsymtable.h62 int ste_opt_col_offset; /* offset of last exec or import * */ member
/external/python/cpython3/Python/
Dsymtable.c71 ste->ste_opt_col_offset = 0; in ste_new()