Home
last modified time | relevance | path

Searched refs:next_stmt (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
H A Dfix_idioms.py118 next_stmt = results["next"]
137 if next_stmt:
141 prefix_lines = (btwn.rpartition("\n")[0], next_stmt[0].prefix)
142 next_stmt[0].prefix = "\n".join(prefix_lines)
/third_party/sqlite/include/
H A Dsqlite3ext.h206 sqlite3_stmt *(*next_stmt)(sqlite3*,sqlite3_stmt*); member
555 #define sqlite3_next_stmt sqlite3_api->next_stmt
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 156 milliseconds