Home
last modified time | relevance | path

Searched refs:positems (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/xbae/xbae-4.60.4/src/
H A DDebugUtil.c467 static int positems = 0; in ValidateSource() local
520 sizeof(list_entry_t) * (positems + 1)); in ValidateSource()
521 newitem = poslist + positems; in ValidateSource()
522 positems++; in ValidateSource()
557 for (i = 0; i < positems; i++) { in ValidateSource()
607 for (i = 0; i < positems; i++) { in ValidateSource()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDebugUtil.c513 static int positems=0, negitems=0; in ValidateSource() local
558 … poslist=(list_entry_t **)XtRealloc((char *)poslist, sizeof (list_entry_t*) * (positems+1)); in ValidateSource()
559 poslist[positems]=newitem; in ValidateSource()
560 positems++; in ValidateSource()
605 for (i=0;i<positems;i++) in ValidateSource()
665 for (i=0; i<positems; i++) in ValidateSource()