Home
last modified time | relevance | path

Searched refs:startat (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DHyperParser.py28 startat = max(lno - context, 1)
29 startatindex = repr(startat) + ".0"
38 if bod is not None or startat == 1:
DEditorWindow.py1323 startat = max(lno - context, 1)
1324 startatindex = repr(startat) + ".0"
1330 if bod is not None or startat == 1:
/external/python/cpython3/Lib/idlelib/
Dhyperparser.py40 startat = max(lno - context, 1)
41 startatindex = repr(startat) + ".0"
50 if bod is not None or startat == 1:
Deditor.py1403 startat = max(lno - context, 1)
1404 startatindex = repr(startat) + ".0"
1409 if bod is not None or startat == 1:
/external/curl/src/
Dtool_operate.h59 time_t startat; /* when doing parallel transfers, this is a retry transfer member
Dtool_operate.c2166 if(per->startat && (time(NULL) < per->startat)) { in add_parallel_transfers()
2251 ended->startat = delay ? time(NULL) + delay/1000 : 0; in parallel_transfers()