Home
last modified time | relevance | path

Searched refs:istemp (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/historical/nawk/dist/
Dawk.h233 #define istemp(n) ((n)->csub == CTEMP) macro
Drun.c52 #define tempfree(x) do { if (istemp(x)) tfree(x); } while (/*CONSTCOND*/0)
59 if (istemp(p)) in tempfree()
/netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/
Ddefs.h299 unsigned istemp:1; member
Dproc.c642 q->b_addr.istemp = YES;
Dexpr.c286 e->b_addr.istemp = NO;
322 if(p->b_addr.istemp)
/netbsd/src/crypto/external/bsd/openssh/dist/
Dsshconnect.c378 int istemp = ifa->ifa_addrflags in check_ifaddrs() local
380 if (!!istemp != prefertemp) in check_ifaddrs()