Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dfatal.h47 #define FSAVE(val) SAVE(Fflags, old_Fflags); Fflags = val; macro
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c140 np->n_flags &= FSAVE; in strassign()
203 np->n_flags &= FSAVE; in nassign()
204 np->n_flags |= value->n_flags & ~FSAVE; in nassign()
213 np->n_flags &= FSAVE; in nassign()
214 np->n_flags |= value->n_flags & ~FSAVE; in nassign()
H A Dawk.h176 #define FSAVE (FSPECIAL|FINARRAY) /* assign leaves on */ macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h296 #define FSAVE (FNICE|FTIME|FNOHUP) /* save these when re-doing */ macro
H A Dsh.func.c393 kp->t_dflg &= FSAVE; in reexecute()