Home
last modified time | relevance | path

Searched refs:sh_optexport (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dbuiltins.h165 extern const char sh_optexport[];
/titanic_50/usr/src/lib/libshell/common/data/
H A Dbuiltins.c605 const char sh_optexport[] = variable
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c93 while((flag = optget(argv,*command=='e'?sh_optexport:sh_optreadonly))) switch(flag) in b_readonly()