Home
last modified time | relevance | path

Searched refs:SH_EMACS (Results 1 – 10 of 10) sorted by last modified time

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1327 was_emacs = sh_isoption(SH_EMACS); in sh_exec()
1330 sh_offoption(SH_EMACS); in sh_exec()
1465 sh_onoption(SH_EMACS); in sh_exec()
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 Dinit.c271 newopt=SH_EMACS; in put_ed()
275 sh_offoption(SH_EMACS); in put_ed()
1658 if(sh_isoption(SH_EMACS)) in sh_reinit()
1659 on_option(&opt,SH_EMACS); in sh_reinit()
H A Dbash.c277 if(is_option(&opt,SH_VI)||is_option(&opt,SH_EMACS)||is_option(&opt,SH_GMACS)) in b_shopt()
280 off_option(&newflags,SH_EMACS); in b_shopt()
H A Dfault.c633 if(mbwide()||sh_isoption(SH_EMACS)||sh_isoption(SH_VI)||sh_isoption(SH_GMACS)) in sh_done()
H A Dargs.c215 off_option(&newflags,SH_EMACS); in sh_argopts()
298 if(o==SH_VI || o==SH_EMACS || o==SH_GMACS) in sh_argopts()
301 off_option(&newflags,SH_EMACS); in sh_argopts()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h87 #define SH_EMACS 25 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()
833 if(ep->sh->winch && sh_isstate(SH_INTERACTIVE) && (sh_isoption(SH_VI) || sh_isoption(SH_EMACS))) in ed_read()
874 if(sh_isoption(SH_EMACS) || sh_isoption(SH_VI)) in ed_read()
H A Demacs.c531 if ((sh_isoption(SH_EMACS))&& (eol!=i)) in ed_emacsread()
541 if(sh_isoption(SH_EMACS)) in ed_emacsread()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c53 "emacs", SH_EMACS,