Searched defs:nextId (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkCanvas.h204 int nextId; /* Number to use as id for next item member in struct:TkCanvas
/ast/src/lib/libtksh/tcl/
H A DtclEvent.c1670 static int nextId = 1;
1729 afterPtr->id = nextId;
1730 nextId += 1;
1786 afterPtr->id = nextId;
1787 nextId += 1;
1644 static int nextId = 1; local

Completed in 15 milliseconds