Searched refs:beenhere (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_urlglob.h66 char beenhere; member in struct:__anon7168
H A Dtool_urlglob.c495 if(!glob->beenhere)
496 glob->beenhere = 1;
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Drm.c77 #define beenhere(f) (((f)->fts_number>>1)==(f)->fts_statp->st_nlink) macro
126 if (!beenhere(ent))
160 if (!beenhere(ent))
224 if (ent->fts_info == FTS_DP && !beenhere(ent))
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_setenvif.c252 int beenhere = 0; local
260 beenhere++;
274 if (!beenhere) {
/macosx-10.10.1/zlib-55/zlib/examples/
H A Denough.c159 calculations for offset and bit in beenhere() for the details.
255 local int beenhere(int syms, int len, int left, int mem, int rem) function
355 if (beenhere(syms, len, left, mem, rem))
548 /* allocate and clear done array for beenhere() */
/macosx-10.10.1/awk-20/src/
H A Dlib.c531 static int beenhere = 0; local
533 if (beenhere++)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dmain.c69 static char beenhere = 0; variable
163 if((beenhere++)==0)
H A Djobs.c146 static char beenhere; variable
758 beenhere++;
767 if(beenhere)
771 if(beenhere++ == 0 && job.pwlist)
861 beenhere = 0;
H A Djobs.c.orig146 static char beenhere;
758 beenhere++;
767 if(beenhere)
771 if(beenhere++ == 0 && job.pwlist)
861 beenhere = 0;
H A Dinit.c1262 static int beenhere; local
1276 if(!beenhere)
1278 beenhere = 1;
1497 if(beenhere==1)
1501 beenhere = 2;

Completed in 160 milliseconds