Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/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.c276 fcsave(&save); in sh_machere()
372 fcsave(&save2); in sh_machere()
1919 fcsave(&save); in comsubst()
1970 fcsave(&save); in comsubst()
H A Dfault.c446 fcsave(&savefc); in sh_trap()
H A Dparse.c330 fcsave(&sav_input); in sh_parse()
650 fcsave(&sav_input); in arithfor()
H A Dxec.c2763 fcsave(&save); in sh_fun()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dfcin.h53 #define fcsave(x) (*(x) = _Fcin) macro