Searched refs:globLastNameIndex (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsint.h85 #define globLastNameIndex DPSglobals->gglobLastNameIndex macro
H A Ddpsclient.c160 globLastNameIndex = -1;
672 for (i = s->lastNameIndex+1; i <= globLastNameIndex; i++)
678 c->lastNameIndex = globLastNameIndex;
701 if (((DPSPrivContext)ctxt)->lastNameIndex < globLastNameIndex) DPSUpdateNameMap(ctxt);
2231 if (c->lastNameIndex < globLastNameIndex)
2289 if (DPSglobals == NIL || index < 0 || index > globLastNameIndex
2340 if (((DPSPrivContext)ctxt)->lastNameIndex < globLastNameIndex)
2342 globLastNameIndex++;
2343 if (((globLastNameIndex + 1) > userNamesLength)) {
2353 userNames[globLastNameIndex]
[all...]

Completed in 37 milliseconds