Home
last modified time | relevance | path

Searched refs:F_VER (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.sem.c277 #ifdef F_VER in execute()
283 t->t_dflg |= F_VER; in execute()
584 # ifdef F_VER in execute()
585 if (t->t_dflg & F_VER) { in execute()
H A Dsh.h896 #define F_SAVE (F_NICE|F_TIME|F_NOHUP||F_HUP|F_VER)
915 #define F_VER (1<<16) /* execute command under SYSTYPE */ macro
H A Dsh.proc.c1872 #ifdef F_VER in pfork()
1873 if (t->t_dflg & F_VER) { in pfork()