Home
last modified time | relevance | path

Searched refs:SH_PHYSICAL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dbash.c346 sh_onoption(SH_PHYSICAL); in bash_init()
348 sh_offoption(SH_PHYSICAL); in bash_init()
H A Dargs.c432 if(!is_option(&newflags,SH_PHYSICAL) && sh_isoption(SH_PHYSICAL)) in sh_applyopts()
434 if(is_option(&newflags,SH_PHYSICAL) && !sh_isoption(SH_PHYSICAL)) in sh_applyopts()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c92 bashextra("physical", SH_PHYSICAL)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h361 # define SH_PHYSICAL 45 macro