Home
last modified time | relevance | path

Searched refs:fcsave (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfcin.c47 fcsave(&save); in fcfopen()
141 #undef fcsave
142 extern void fcsave(Fcin_t *fp) in fcsave() function
H A Dmacro.c287 fcsave(&save); in sh_machere()
384 fcsave(&save2); in sh_machere()
2062 fcsave(&save); in comsubst()
2116 fcsave(&save); in comsubst()
H A Dfault.c457 fcsave(&savefc); in sh_trap()
H A Dparse.c341 fcsave(&sav_input); in sh_parse()
682 fcsave(&sav_input); in arithfor()
H A Dxec.c3568 fcsave(&save); in sh_fun()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfcin.h61 #define fcsave(x) (*(x) = _Fcin) macro