/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | bash.c | 277 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 D | args.c | 212 off_option(&newflags,SH_EMACS); in sh_argopts() 294 if(o==SH_VI || o==SH_EMACS || o==SH_GMACS) in sh_argopts() 297 off_option(&newflags,SH_EMACS); in sh_argopts()
|
H A D | init.c | 220 newopt=SH_EMACS; in put_ed() 224 sh_offoption(SH_EMACS); in put_ed() 1383 if(sh_isoption(SH_EMACS)) in sh_reinit() 1384 on_option(&opt,SH_EMACS); in sh_reinit()
|
H A D | fault.c | 617 if(sh_isoption(SH_EMACS)||sh_isoption(SH_VI)||sh_isoption(SH_GMACS)) in sh_done()
|
H A D | io.c | 1721 if(sh_isoption(SH_EMACS) || sh_isoption(SH_GMACS)) in slowread() 1882 if(!sh_isoption(SH_VI) && !sh_isoption(SH_EMACS) && !sh_isoption(SH_GMACS)) in io_prompt()
|
H A D | xec.c | 933 was_emacs = sh_isoption(SH_EMACS); in sh_exec() 936 sh_offoption(SH_EMACS); in sh_exec() 1067 sh_onoption(SH_EMACS); in sh_exec()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | bash.c | 277 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 D | args.c | 215 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()
|
H A D | init.c | 271 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 D | fault.c | 633 if(mbwide()||sh_isoption(SH_EMACS)||sh_isoption(SH_VI)||sh_isoption(SH_GMACS)) in sh_done()
|
H A D | io.c | 1999 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 D | xec.c | 1327 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()
|
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | options.c | 53 "emacs", SH_EMACS,
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 53 "emacs", SH_EMACS,
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 82 #define SH_EMACS 25 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 87 #define SH_EMACS 25 macro
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 91 #define SH_EMACS 25 macro
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 91 #define SH_EMACS 25 macro
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 91 #define SH_EMACS 25 macro
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 91 #define SH_EMACS 25 macro
|
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 629 if(!sh_isoption(SH_VI) && !sh_isoption(SH_EMACS) && !sh_isoption(SH_GMACS)) in ed_setup() 821 if(ep->sh->winch && sh_isstate(SH_INTERACTIVE) && (sh_isoption(SH_VI) || sh_isoption(SH_EMACS))) in ed_read() 860 if(sh_isoption(SH_EMACS) || sh_isoption(SH_VI)) in ed_read()
|
H A D | emacs.c | 525 if ((sh_isoption(SH_EMACS))&& (eol!=i)) in ed_emacsread() 535 if(sh_isoption(SH_EMACS)) in ed_emacsread()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 637 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 D | emacs.c | 531 if ((sh_isoption(SH_EMACS))&& (eol!=i)) in ed_emacsread() 541 if(sh_isoption(SH_EMACS)) in ed_emacsread()
|