Lines Matching refs:pList2
74 Tcl_Obj *pList2; /* Result of [array names [lindex $pList1 $i1]] */ member
129 if( pCur->pList2 ){ in tclvarClose()
130 Tcl_DecrRefCount(pCur->pList2); in tclvarClose()
143 if( !pCur->pList2 ){ in next2()
149 pCur->pList2 = Tcl_GetObjResult(interp); in next2()
150 Tcl_IncrRefCount(pCur->pList2); in next2()
155 Tcl_ListObjLength(0, pCur->pList2, &n); in next2()
157 Tcl_DecrRefCount(pCur->pList2); in next2()
158 pCur->pList2 = 0; in next2()
237 if( pCur->pList2 ){ in tclvarFilter()
238 Tcl_DecrRefCount(pCur->pList2); in tclvarFilter()
239 pCur->pList2 = 0; in tclvarFilter()
259 Tcl_ListObjIndex(interp, pCur->pList2, pCur->i2, &p2); in tclvarColumn()
299 return (pCur->pList2?0:1); in tclvarEof()