Home
last modified time | relevance | path

Searched refs:beenhere (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/vi/port/
H A Dex_v.c479 static int beenhere; in vok() local
491 if(beenhere) in vok()
497 if(beenhere++) { in vok()
/titanic_44/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)) in rm()
221 if (ent->fts_info == FTS_DP && !beenhere(ent)) in rm()
/titanic_44/usr/src/cmd/sh/
H A Dmain.c48 static BOOL beenhere = FALSE; variable
261 if ((beenhere++) == FALSE) /* ? profile */ in main()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c130 static char beenhere; variable
623 beenhere++; in job_close()
632 if(beenhere) in job_close()
636 if(beenhere++ == 0 && job.pwlist) in job_close()
723 beenhere = 0; in job_reset()
H A Dmain.c69 static char beenhere = 0; variable
182 if((beenhere++)==0) in sh_main()
H A Dmacro.c2433 static int beenhere=0; in tilde_expand2() local
2436 if(np && !beenhere) in tilde_expand2()
2438 beenhere = 1; in tilde_expand2()
/titanic_44/usr/src/cmd/awk/
H A Dlib.c535 static int beenhere = 0; in bracecheck() local
537 if (beenhere++) in bracecheck()