Home
last modified time | relevance | path

Searched refs:FSAVE (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/head/
H A Dfatal.h49 #define FSAVE(val) SAVE(Fflags, old_Fflags); Fflags = val; macro
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk3.c142 np->n_flags &= FSAVE; in strassign()
205 np->n_flags &= FSAVE; in nassign()
206 np->n_flags |= value->n_flags & ~FSAVE; in nassign()
215 np->n_flags &= FSAVE; in nassign()
216 np->n_flags |= value->n_flags & ~FSAVE; in nassign()
H A Dawk.h178 #define FSAVE (FSPECIAL|FINARRAY) /* assign leaves on */ macro
/titanic_50/usr/src/cmd/csh/
H A Dsh.h313 #define FSAVE (FNICE|FTIME|FNOHUP) /* save these when re-doing */ macro
H A Dsh.func.c382 kp->t_dflg &= FSAVE; in reexecute()