/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() 281 off_option(&newflags,SH_GMACS); in b_shopt()
|
H A D | args.c | 213 off_option(&newflags,SH_GMACS); in sh_argopts() 294 if(o==SH_VI || o==SH_EMACS || o==SH_GMACS) in sh_argopts() 298 off_option(&newflags,SH_GMACS); in sh_argopts()
|
H A D | init.c | 218 newopt=SH_GMACS; in put_ed() 225 sh_offoption(SH_GMACS); in put_ed() 1385 if(sh_isoption(SH_GMACS)) in sh_reinit() 1386 on_option(&opt,SH_GMACS); 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 | 934 was_gmacs = sh_isoption(SH_GMACS); in sh_exec() 937 sh_offoption(SH_GMACS); in sh_exec() 1069 sh_onoption(SH_GMACS); 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() 281 off_option(&newflags,SH_GMACS); in b_shopt()
|
H A D | args.c | 216 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 D | init.c | 269 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 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 | 1328 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()
|
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | options.c | 61 "gmacs", SH_GMACS,
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 61 "gmacs", SH_GMACS,
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 81 #define SH_GMACS 24 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 86 #define SH_GMACS 24 macro
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 90 #define SH_GMACS 24 macro
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 90 #define SH_GMACS 24 macro
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 90 #define SH_GMACS 24 macro
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 90 #define SH_GMACS 24 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()
|
/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()
|