Home
last modified time | relevance | path

Searched refs:sh_offoption (Results 1 – 25 of 56) sorted by relevance

123

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dbash.c158 sh_offoption(SH_DOTGLOB); in put_globignore()
344 sh_offoption(SH_XPG_ECHO); in bash_init()
348 sh_offoption(SH_PHYSICAL); in bash_init()
412 sh_offoption(SH_XTRACE); in bash_init()
414 sh_offoption(SH_VERBOSE); in bash_init()
420 sh_offoption(SH_XTRACE); in bash_init()
422 sh_offoption(SH_VERBOSE); in bash_init()
H A Dmain.c144 sh_offoption(SH_RESTRICTED); in sh_main()
287 sh_offoption(SH_VERBOSE); in sh_main()
288 sh_offoption(SH_XTRACE); in sh_main()
409 sh_offoption(SH_MONITOR); in exfile()
414 sh_offoption(SH_HISTORY); in exfile()
H A Dxec.c598 sh_offoption(SH_XTRACE); in sh_eval()
815 sh_offoption(SH_XTRACE); in sh_coexec()
816 sh_offoption(SH_VERBOSE); in sh_coexec()
1243 sh_offoption(SH_XTRACE); in sh_exec()
1320 sh_offoption(SH_VI); in sh_exec()
1321 sh_offoption(SH_EMACS); in sh_exec()
1322 sh_offoption(SH_GMACS); in sh_exec()
3022 sh_offoption(SH_XTRACE); in sh_trace()
3345 sh_offoption(SH_ERREXIT); in sh_funscope()
3375 sh_offoption(SH_XTRACE); in sh_funscope()
[all …]
H A Dinit.c274 sh_offoption(SH_VI); in put_ed()
275 sh_offoption(SH_EMACS); in put_ed()
276 sh_offoption(SH_GMACS); in put_ed()
1533 sh_offoption(SH_PRIVILEGED); in sh_init()
2136 unsigned long sh_offoption DISABLE (int opt) in DISABLE()
2138 return(sh_offoption(opt)); in DISABLE()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dbash.c158 sh_offoption(SH_DOTGLOB); in put_globignore()
344 sh_offoption(SH_XPG_ECHO); in bash_init()
348 sh_offoption(SH_PHYSICAL); in bash_init()
412 sh_offoption(SH_XTRACE); in bash_init()
414 sh_offoption(SH_VERBOSE); in bash_init()
420 sh_offoption(SH_XTRACE); in bash_init()
422 sh_offoption(SH_VERBOSE); in bash_init()
H A Dmain.c144 sh_offoption(SH_RESTRICTED); in sh_main()
287 sh_offoption(SH_VERBOSE); in sh_main()
288 sh_offoption(SH_XTRACE); in sh_main()
409 sh_offoption(SH_MONITOR); in exfile()
414 sh_offoption(SH_HISTORY); in exfile()
H A Dxec.c598 sh_offoption(SH_XTRACE); in sh_eval()
815 sh_offoption(SH_XTRACE); in sh_coexec()
816 sh_offoption(SH_VERBOSE); in sh_coexec()
1243 sh_offoption(SH_XTRACE); in sh_exec()
1320 sh_offoption(SH_VI); in sh_exec()
1321 sh_offoption(SH_EMACS); in sh_exec()
1322 sh_offoption(SH_GMACS); in sh_exec()
3022 sh_offoption(SH_XTRACE); in sh_trace()
3345 sh_offoption(SH_ERREXIT); in sh_funscope()
3375 sh_offoption(SH_XTRACE); in sh_funscope()
[all …]
H A Dinit.c274 sh_offoption(SH_VI); in put_ed()
275 sh_offoption(SH_EMACS); in put_ed()
276 sh_offoption(SH_GMACS); in put_ed()
1533 sh_offoption(SH_PRIVILEGED); in sh_init()
2136 unsigned long sh_offoption DISABLE (int opt) in DISABLE()
2138 return(sh_offoption(opt)); in DISABLE()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dbash.c168 sh_offoption(shp, SH_DOTGLOB); in put_globignore()
334 sh_offoption(shp, SH_XPG_ECHO); in bash_init()
336 sh_offoption(shp, SH_PHYSICAL); in bash_init()
408 sh_offoption(shp, SH_XTRACE); in bash_init()
410 sh_offoption(shp, SH_VERBOSE); in bash_init()
415 if (xtrace) sh_offoption(shp, SH_XTRACE); in bash_init()
416 if (verbose) sh_offoption(shp, SH_VERBOSE); in bash_init()
H A Dmain.c118 if (rshflag) sh_offoption(shp, SH_RESTRICTED); in sh_main()
206 sh_offoption(shp, SH_XTRACE); in sh_main()
210 sh_offoption(shp, SH_NOEXEC); in sh_main()
214 sh_offoption(shp, SH_VERBOSE); in sh_main()
261 sh_offoption(shp, SH_VERBOSE); in sh_main()
262 sh_offoption(shp, SH_XTRACE); in sh_main()
367 sh_offoption(shp, SH_HISTORY); in exfile()
H A Dxec.c899 sh_offoption(shp, SH_ERREXIT); in forked_child()
1130 if (!ison) sh_offoption(shp, SH_XTRACE); in sh_exec()
1205 sh_offoption(shp, SH_VI); in sh_exec()
1206 sh_offoption(shp, SH_EMACS); in sh_exec()
1207 sh_offoption(shp, SH_GMACS); in sh_exec()
1708 sh_offoption(shp, SH_INTERACTIVE); in sh_exec()
2393 sh_offoption(shp, SH_XTRACE); in sh_trace()
2538 sh_offoption(shp, SH_LOGIN_SHELL); in _sh_fork()
2998 sh_offoption(shp, SH_ERREXIT); in sh_funscope()
3026 sh_offoption(shp, SH_XTRACE); in sh_funscope()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dbash.c159 sh_offoption(shp,SH_DOTGLOB); in put_globignore()
345 sh_offoption(shp,SH_XPG_ECHO); in bash_init()
349 sh_offoption(shp,SH_PHYSICAL); in bash_init()
423 sh_offoption(shp,SH_XTRACE); in bash_init()
425 sh_offoption(shp,SH_VERBOSE); in bash_init()
431 sh_offoption(shp,SH_XTRACE); in bash_init()
433 sh_offoption(shp,SH_VERBOSE); in bash_init()
H A Dmain.c149 sh_offoption(shp,SH_RESTRICTED); in sh_main()
252 sh_offoption(shp,SH_XTRACE); in sh_main()
257 sh_offoption(shp,SH_NOEXEC); in sh_main()
262 sh_offoption(shp,SH_VERBOSE); in sh_main()
316 sh_offoption(shp,SH_VERBOSE); in sh_main()
317 sh_offoption(shp,SH_XTRACE); in sh_main()
443 sh_offoption(shp,SH_HISTORY); in exfile()
H A Dxec.c773 sh_offoption(shp,SH_XTRACE); in sh_coexec()
774 sh_offoption(shp,SH_VERBOSE); in sh_coexec()
1221 sh_offoption(shp,SH_XTRACE); in sh_exec()
1312 sh_offoption(shp,SH_VI); in sh_exec()
1313 sh_offoption(shp,SH_EMACS); in sh_exec()
1314 sh_offoption(shp,SH_GMACS); in sh_exec()
3103 sh_offoption(shp,SH_XTRACE); in sh_trace()
3602 sh_offoption(shp,SH_XTRACE); in run_subshell()
4024 sh_offoption(shp,SH_ERREXIT); in sh_funscope_20120720()
4054 sh_offoption(shp,SH_XTRACE); in sh_funscope_20120720()
[all …]
H A Dinit.c279 sh_offoption(shp,SH_VI); in put_ed()
280 sh_offoption(shp,SH_EMACS); in put_ed()
281 sh_offoption(shp,SH_GMACS); in put_ed()
1727 sh_offoption(shp,SH_PRIVILEGED); in sh_init()
2524 sh_offoption(shp,opt); in DISABLE()
2526 #undef sh_offoption
2527 void sh_offoption DISABLE (int opt) in DISABLE()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/features/
H A Dshellapi5 sh_fd2sfio sh_pathopen sh_isoption sh_onoption sh_offoption \
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h488 #undef sh_offoption
491 #define sh_offoption(shp,x) off_option(&(shp)->options,(x)) macro
H A Dshell.h209 extern void sh_offoption(int);
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshell.h216 extern unsigned long sh_offoption(int);
H A Ddefs.h464 #define sh_offoption(x) off_option(&sh.options,x) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshell.h216 extern unsigned long sh_offoption(int);
H A Ddefs.h464 #define sh_offoption(x) off_option(&sh.options,x) macro
/dports/shells/ksh93/ast-93u/src/lib/libtksh/src/
H A Deval.c439 sh_offoption(SH_HISTORY); in Tcl_RecordAndEval()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h385 #define sh_offoption(shp, x) off_option(&(shp)->options, (x)) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/src/
H A Deval.c439 sh_offoption(SH_HISTORY); in Tcl_RecordAndEval()

123