/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | completion.c | 247 out = outbuff + *cur + (sh_isoption(SH_VI)!=0); in ed_expand() 250 rval = -(sh_isoption(SH_VI)!=0); in ed_expand() 572 ep->e_eol = ((unsigned char*)cp - (unsigned char*)ep->e_inbuf)-(sh_isoption(SH_VI)!=0); in ed_fulledit()
|
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() 1346 if(sh_isoption(SH_VI)) 1359 if(curp == sp && sh_isoption(SH_VI))
|
H A D | vi.c | 1409 if(!sh_isoption(SH_VI)) in getline() 1899 if(mode==INPUT && v>0 && virtual[0]=='#' && v==last_virt && virtual[v]!='*' && sh_isoption(SH_VI)) in refresh()
|
/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() 279 off_option(&newflags,SH_VI); in b_shopt()
|
H A D | args.c | 211 off_option(&newflags,SH_VI); in sh_argopts() 294 if(o==SH_VI || o==SH_EMACS || o==SH_GMACS) in sh_argopts() 296 off_option(&newflags,SH_VI); in sh_argopts()
|
H A D | init.c | 216 newopt=SH_VI; in put_ed() 223 sh_offoption(SH_VI); in put_ed() 1387 if(sh_isoption(SH_VI)) in sh_reinit() 1388 on_option(&opt,SH_VI); 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 | 1727 if(sh_isoption(SH_VI) || ((SHOPT_RAWONLY-0) && mbwide())) in slowread() 1729 if(sh_isoption(SH_VI)) in slowread() 1882 if(!sh_isoption(SH_VI) && !sh_isoption(SH_EMACS) && !sh_isoption(SH_GMACS)) in io_prompt()
|
H A D | xec.c | 932 was_vi = sh_isoption(SH_VI); in sh_exec() 935 sh_offoption(SH_VI); in sh_exec() 1065 sh_onoption(SH_VI); 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() 279 off_option(&newflags,SH_VI); in b_shopt()
|
H A D | args.c | 214 off_option(&newflags,SH_VI); in sh_argopts() 298 if(o==SH_VI || o==SH_EMACS || o==SH_GMACS) in sh_argopts() 300 off_option(&newflags,SH_VI); in sh_argopts()
|
H A D | init.c | 267 newopt=SH_VI; in put_ed() 274 sh_offoption(SH_VI); in put_ed() 1662 if(sh_isoption(SH_VI)) in sh_reinit() 1663 on_option(&opt,SH_VI); 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 | 2005 if(sh_isoption(SH_VI) || ((SHOPT_RAWONLY-0) && mbwide())) in slowread() 2007 if(sh_isoption(SH_VI)) in slowread() 2174 if(!sh_isoption(SH_VI) && !sh_isoption(SH_EMACS) && !sh_isoption(SH_GMACS)) in io_prompt()
|
H A D | xec.c | 1326 was_vi = sh_isoption(SH_VI); in sh_exec() 1329 sh_offoption(SH_VI); in sh_exec() 1463 sh_onoption(SH_VI); in sh_exec()
|
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | options.c | 115 "vi", SH_VI,
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 116 "vi", SH_VI,
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 75 #define SH_VI 17 macro
|
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 236 out = outbuff + *cur + (sh_isoption(SH_VI)!=0); in ed_expand() 554 ep->e_eol = ((unsigned char*)cp - (unsigned char*)ep->e_inbuf)-(sh_isoption(SH_VI)!=0); in ed_fulledit()
|
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() 1325 if(sh_isoption(SH_VI)) 1338 if(curp == sp && sh_isoption(SH_VI))
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 80 #define SH_VI 17 macro
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 84 #define SH_VI 17 macro
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 84 #define SH_VI 17 macro
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 84 #define SH_VI 17 macro
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 84 #define SH_VI 17 macro
|