Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dbuiltins.h191 extern const char sh_optuniverse[];
/titanic_44/usr/src/lib/libshell/common/data/
H A Dbuiltins.c1761 const char sh_optuniverse[] = " [name]"; variable
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dmisc.c473 while((n = optget(argv,sh_optuniverse))) switch(n) in b_universe()