Home
last modified time | relevance | path

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

/third_party/python/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:
/third_party/curl/src/
Dtool_operate.h56 time_t startat; /* when doing parallel transfers, this is a retry transfer member
Dtool_operate.c2109 if(per->startat && (time(NULL) < per->startat)) { in add_parallel_transfers()
2194 ended->startat = delay ? time(NULL) + delay/1000 : 0; in parallel_transfers()