/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | shareutil.c | 44 add_opt(struct options **optlistp, char *optarg, int unset) in add_opt() argument 57 if (!unset) { in add_opt()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | shtests | 26 [+unset LANG] 27 [+unset LC_ALL] 44 \bVMALLOC_OPTIONS\b unset.] 168 unset DISPLAY ENV FIGNORE HISTFILE 234 else unset LANG LC_ALL
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.init.c | 83 extern int unset(); 157 S_unset, unset, 1, INF,
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | btree.test | 511 catch {unset key} 512 catch {unset data} 828 catch {unset ::data} 829 catch {unset ::key} 847 catch {unset ::data} 848 catch {unset ::key} 940 catch {unset ::data} 1016 catch {unset data} 1017 catch {unset key}
|
H A D | bigrow.test | 116 catch {unset ::bigstr} 117 catch {unset ::big1} 118 catch {unset ::big2}
|
H A D | join3_28.test | 22 catch {unset result}
|
H A D | all.test | 65 catch {unset ::SETUP_SQL}
|
H A D | tclsqlite.test | 76 catch {unset ::result}
|
H A D | select2.test | 30 catch {unset data}
|
/illumos-gate/usr/src/cmd/mailx/misc/ |
H A D | mailx.rc | 26 unset pipeignore 27 unset replyall
|
H A D | Mail.rc | 31 unset showname autoinc
|
/illumos-gate/usr/src/boot/forth/ |
H A D | loader.4th | 48 : try-menu-unset 49 \ menu-unset may not be present 58 s" menu-unset" 64 s" menusets-unset" 238 try-menu-unset 243 try-menu-unset 248 try-menu-unset 253 try-menu-unset
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_deleg.h | 78 int dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset);
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | msg.c | 55 const char unset[] = "parameter not set"; variable
|
H A D | defs.h | 421 extern const char unset[];
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/fun/ |
H A D | popd | 108 unset '_push_stack[_push_top]'
|
H A D | pushd | 108 unset '_push_stack[_push_top]'
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE | 53 12-06-08 typeset -a var and typeset -A var, first unset var when var is 57 12-06-06 A bug in which unset of an associative array of compound variables 58 did not completely unset the variable has been fixed. 102 12-05-11 'unset .sh' now fails with readonly message instead of coredump. 147 12-04-11 A bug in which unsetting a variable did not unset attributes when 202 12-03-18 A bug in which unset foo where foo is a name reference to a compound 203 variable defined inside a function is not unset has been fixed. 208 12-03-16 A bug in which an unset discipline from a variable defined in a 278 arr was not unset before the assignment has been fixed. 335 11-08-09 With set -u, ${var#pattern} reported that var was unset for special [all …]
|
H A D | TYPES | 76 A type definition is readonly and cannot be unset. Unsetting non-shared 110 by the type or the standard get, set, append, and unset disciplines
|
H A D | RELEASE93 | 81 m. A bug which caused a variable to be unset if the 105 a. A bug which caused unset RANDOM to dump core has been 121 function was unset within a discipline was fixed. 179 n. Variables that were unset but had attributes such as readonly 190 ${x='\\'} expanded to \ when x was unset has been fixed.
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmdtab.c | 69 "unset", C unset, M|RAWLIST, 1, 1000,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 274 dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset) in dsl_deleg_set() argument 284 unset ? dsl_deleg_unset_sync : dsl_deleg_set_sync, in dsl_deleg_set()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | builtins.c | 92 "unset", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(unset),
|
/illumos-gate/usr/src/cmd/nsadmin/ |
H A D | ksh.kshrc | 67 # unless PS1 gets "unset" first.
|
/illumos-gate/usr/src/boot/common/ |
H A D | commands.c | 328 COMMAND_SET(unset, "unset", "unset a variable", command_unset);
|