Home
last modified time | relevance | path

Searched refs:F_SAVE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.h894 #define F_SAVE (F_NICE|F_TIME|F_NOHUP|F_HUP) macro
896 #define F_SAVE (F_NICE|F_TIME|F_NOHUP||F_HUP|F_VER) macro
H A Dsh.func.c391 kp->t_dflg &= F_SAVE; in reexecute()