Searched refs:SH_VIRAW (Results 1 – 18 of 18) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | options.c | 116 "viraw", SH_VIRAW,
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 117 "viraw", SH_VIRAW,
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 76 #define SH_VIRAW 18 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 81 #define SH_VIRAW 18 macro
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 85 #define SH_VIRAW 18 macro
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 85 #define SH_VIRAW 18 macro
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 85 #define SH_VIRAW 18 macro
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 85 #define SH_VIRAW 18 macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | bash.c | 199 on_option(&newflags,SH_VIRAW); in b_shopt()
|
H A D | args.c | 645 on_option(&oflags,SH_VIRAW); in sh_printopts()
|
H A D | init.c | 1389 if(sh_isoption(SH_VIRAW)) in sh_reinit() 1390 on_option(&opt,SH_VIRAW); in sh_reinit()
|
H A D | jobs.c | 491 sh_onoption(SH_VIRAW); in job_init()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | bash.c | 199 on_option(&newflags,SH_VIRAW); in b_shopt()
|
H A D | args.c | 654 on_option(&oflags,SH_VIRAW); in sh_printopts()
|
H A D | init.c | 1664 if(sh_isoption(SH_VIRAW)) in sh_reinit() 1665 on_option(&opt,SH_VIRAW); in sh_reinit()
|
H A D | jobs.c | 626 sh_onoption(SH_VIRAW); in job_init()
|
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 234 int viraw = (sh_isoption(SH_VIRAW) || sh.st.trap[SH_KEYTRAP]); in ed_viread()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 229 int viraw = (sh_isoption(SH_VIRAW) || ed->sh->st.trap[SH_KEYTRAP]); in ed_viread()
|