Searched defs:tclvar_cursor (Results 1 – 1 of 1) sorted by relevance
27 typedef struct tclvar_cursor tclvar_cursor; typedef38 struct tclvar_cursor { struct39 sqlite3_vtab_cursor base;41 Tcl_Obj *pList1; /* Result of [info vars ?pattern?] */42 Tcl_Obj *pList2; /* Result of [array names [lindex $pList1 $i1]] */43 int i1; /* Current item in pList1 */44 int i2; /* Current item (if any) in pList2 */