Searched refs:nextent (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dtermlib.c21 static int nextent __ARGS((char *, FILE *, int));
151 while (nextent(tbuf, termcap, buflen)) /* For each possible entry */
175 nextent(tbuf, termcap, buflen) /* Read 1 entry from TERMCAP file */ function
/macosx-10.10/libxml2-26/libxml2/
H A Dcatalog.c3114 xmlCatalogEntryPtr *nextent; local
3154 nextent = &catal->xml;
3164 *nextent = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL,
3166 if (*nextent != NULL)
3167 nextent = &((*nextent)->next);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcatalog.c3118 xmlCatalogEntryPtr *nextent; local
3158 nextent = &catal->xml;
3168 *nextent = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL,
3170 if (*nextent != NULL)
3171 nextent = &((*nextent)->next);
/macosx-10.10/crontabs-52/newsyslog/
H A Dnewsyslog.c410 struct conf_entry *ent, *nextent; local
419 nextent = ent->next;
421 ent = nextent;

Completed in 84 milliseconds