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

/ast/src/lib/libtk/unix/
H A DtkUnixSelect.c24 typedef struct IncrInfo { struct
56 struct IncrInfo *nextPtr; /* Next in list of all INCR-style
58 } IncrInfo; typedef in typeref:struct:IncrInfo
60 static IncrInfo *pendingIncrs = NULL;
227 register IncrInfo *incrPtr;
581 IncrInfo incr; /* State of selection conversion. */
796 IncrInfo *incrPtr2;
1016 register IncrInfo *incrPtr = (IncrInfo *) clientData;

Completed in 12 milliseconds