Home
last modified time | relevance | path

Searched refs:SH_GMACS (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dbash.c277 if(is_option(&opt,SH_VI)||is_option(&opt,SH_EMACS)||is_option(&opt,SH_GMACS)) in b_shopt()
281 off_option(&newflags,SH_GMACS); in b_shopt()
H A Dargs.c216 off_option(&newflags,SH_GMACS); in sh_argopts()
298 if(o==SH_VI || o==SH_EMACS || o==SH_GMACS) in sh_argopts()
302 off_option(&newflags,SH_GMACS); in sh_argopts()
H A Dinit.c269 newopt=SH_GMACS; in put_ed()
276 sh_offoption(SH_GMACS); in put_ed()
1660 if(sh_isoption(SH_GMACS)) in sh_reinit()
1661 on_option(&opt,SH_GMACS); in sh_reinit()
H A Dfault.c633 if(mbwide()||sh_isoption(SH_EMACS)||sh_isoption(SH_VI)||sh_isoption(SH_GMACS)) in sh_done()
H A Dio.c1999 if(sh_isoption(SH_EMACS) || sh_isoption(SH_GMACS)) in slowread()
2174 if(!sh_isoption(SH_VI) && !sh_isoption(SH_EMACS) && !sh_isoption(SH_GMACS)) in io_prompt()
H A Dxec.c1328 was_gmacs = sh_isoption(SH_GMACS); in sh_exec()
1331 sh_offoption(SH_GMACS); in sh_exec()
1467 sh_onoption(SH_GMACS); in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c61 "gmacs", SH_GMACS,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h86 #define SH_GMACS 24 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c637 if(!sh_isoption(SH_VI) && !sh_isoption(SH_EMACS) && !sh_isoption(SH_GMACS)) in ed_setup()