Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dbuiltins.h179 extern const char sh_optreadonly[];
/titanic_44/usr/src/lib/libshell/common/data/
H A Dbuiltins.c1288 const char sh_optreadonly[] = variable
/titanic_44/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()