Lines Matching defs:save
72 struct Link *svar; /* save shell variable table */
81 Shopt_t options;/* save shell options */
86 void *jobs; /* save job info */
124 /* save file descriptor 1 if open */
250 int save;
254 /* don't bother to save if in newer scope */
298 save = shp->subshell;
304 shp->subshell = save;
315 const char *save = sp->shpwd;
318 sp->shpwd = 0; /* make sure sh_assignok doesn't save with nv_unset() */
375 sp->shpwd=save;
571 /* save trap table */
599 /* save sfstdout and status */