Searched refs:pentry (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/smproxy/dist/
H A Dsmproxy.h101 extern int ReadProxyFileEntry ( FILE *proxyFile, ProxyFileEntry **pentry );
H A Dsave.c234 ReadProxyFileEntry(FILE *proxyFile, ProxyFileEntry **pentry)
240 *pentry = entry = malloc (sizeof (ProxyFileEntry));
241 if (!*pentry)
303 *pentry = NULL;
231 ReadProxyFileEntry(FILE * proxyFile,ProxyFileEntry ** pentry) argument
/xsrc/external/mit/libX11/dist/src/
H A DContext.c136 register TableEntry *pentry, entry, next; local in function:_XFreeContextDB
140 for (i = db->mask + 1, pentry = db->table ; --i >= 0; pentry++) {
141 for (entry = *pentry; entry; entry = next) {
/xsrc/external/mit/xedit/dist/lisp/
H A Dlisp.c851 register LispObj *entry, *last, *freeobj, **pentry, **eentry; local in function:Lisp__GC
910 for (pentry = pack->glb.pairs, eentry = pentry + pack->glb.length;
911 pentry < eentry; pentry++)
912 LispMark((*pentry)->data.atom->property->value);
935 for (pentry = lisp__data.env.values,
936 eentry = pentry + lisp__data.env.length;
937 pentry < eentry; pentry
3176 LispObj **pentry, **eentry; local in function:LispUsePackage
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dsession.c91 TWMWinConfigEntry **pentry);
513 TWMWinConfigEntry **pentry)
522 *pentry = entry = calloc(1, sizeof(TWMWinConfigEntry));
523 if(!*pentry) {
659 *pentry = NULL;
512 ReadWinConfigEntry(FILE * configFile,unsigned short version,TWMWinConfigEntry ** pentry) argument
/xsrc/external/mit/twm/dist/src/
H A Dsession.c366 TWMWinConfigEntry **pentry)
372 *pentry = entry = (TWMWinConfigEntry *) malloc(sizeof(TWMWinConfigEntry));
373 if (!*pentry)
479 *pentry = NULL;
365 ReadWinConfigEntry(FILE * configFile,unsigned short version,TWMWinConfigEntry ** pentry) argument

Completed in 9 milliseconds