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

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_ring.h253 * Insert the element nep into the ring before element lep
254 * (..lep.. becomes ..nep..lep..)
258 * @param nep Element to insert
261 #define APR_RING_INSERT_BEFORE(lep, nep, link) \
262 APR_RING_SPLICE_BEFORE((lep), (nep), (nep), link)
265 * Insert the element nep into the ring after element lep
266 * (..lep.. becomes ..lep..nep..)
270 * @param nep Element to insert
273 #define APR_RING_INSERT_AFTER(lep, nep, lin
[all...]
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_ring.h253 * Insert the element nep into the ring before element lep
254 * (..lep.. becomes ..nep..lep..)
258 * @param nep Element to insert
261 #define APR_RING_INSERT_BEFORE(lep, nep, link) \
262 APR_RING_SPLICE_BEFORE((lep), (nep), (nep), link)
265 * Insert the element nep into the ring after element lep
266 * (..lep.. becomes ..lep..nep..)
270 * @param nep Element to insert
273 #define APR_RING_INSERT_AFTER(lep, nep, lin
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dnametoaddr.c498 struct nodeent *nep; local
501 nep = getnodebyname(name);
502 if (nep == ((struct nodeent *)0))
505 memcpy((char *)&res, (char *)nep->n_addr, sizeof(unsigned short));
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c1719 static struct env_lst *nep = NULL;
1722 nep = &envlisthead;
1725 if (nep) {
1726 while ((nep = nep->next)) {
1727 if (nep->export && (nep->welldefined == welldefined))
1728 return(nep->var);
1711 static struct env_lst *nep = NULL; local
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c1796 static struct env_lst *nep = NULL;
1799 nep = &envlisthead;
1802 if (nep) {
1803 while ((nep = nep->next)) {
1804 if (nep->export && (nep->welldefined == welldefined))
1805 return(nep->var);
1788 static struct env_lst *nep = NULL; local
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A DCatalog.pm3224 nep => "ne",
4153 nep ne

Completed in 206 milliseconds