Searched defs:beenhere (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Drm.c76 #define beenhere(f) (((f)->fts_number>>1)==(f)->fts_statp->st_nlink) macro
157 if (!beenhere(ent))
221 if (ent->fts_info == FTS_DP && !beenhere(ent))
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c479 static int beenhere; local
491 if(beenhere)
497 if(beenhere++) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmain.c69 static char beenhere = 0; variable
182 if((beenhere++)==0)
H A Djobs.c130 static char beenhere; variable
623 beenhere++;
632 if(beenhere)
636 if(beenhere++ == 0 && job.pwlist)
723 beenhere = 0;
H A Dmacro.c2433 static int beenhere=0; local
2436 if(np && !beenhere)
2438 beenhere = 1;
/illumos-gate/usr/src/cmd/sh/
H A Dmain.c48 static BOOL beenhere = FALSE; variable
261 if ((beenhere++) == FALSE) /* ? profile */
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c535 static int beenhere = 0; local
537 if (beenhere++)

Completed in 73 milliseconds