Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfcin.c50 fcrestore(&save); in fcfopen()
58 fcrestore(&save); in fcfopen()
147 #undef fcrestore
148 extern void fcrestore(Fcin_t *fp) in fcrestore() function
H A Dmacro.c333 fcrestore(&save); in sh_machere()
389 fcrestore(&save2); in sh_machere()
2082 fcrestore(&save); in comsubst()
2148 fcrestore(&save); in comsubst()
H A Dfault.c495 fcrestore(&savefc); in sh_trap()
H A Dparse.c366 fcrestore(&sav_input); in sh_parse()
395 fcrestore(&sav_input); in sh_parse()
720 fcrestore(&sav_input); in arithfor()
H A Dxec.c3608 fcrestore(&save); in sh_fun()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfcin.h62 #define fcrestore(x) (_Fcin = *(x)) macro