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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsabbrev.c2 * dpsabbrev.c -- Implementation of Client Library abbrev mode
45 static DPSAbbrevRec abbrev[] = { variable
333 *list = abbrev;
334 *count = sizeof(abbrev) / sizeof(abbrev[0]);
341 return abbrev[abbrevPtr[n]].abbrev;
350 max = sizeof(abbrev) / sizeof(abbrev[0]) - 1;
354 res = strcmp(op, abbrev[
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsclient.h118 char *abbrev; member in struct:__anon231
341 /* Sets the abbrev mode flag, which controls whether the client library

Completed in 11 milliseconds