Searched refs:unset (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dshareutil.c46 add_opt(struct options **optlistp, char *optarg, int unset) argument
59 if (!unset) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_deleg.h67 int dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.init.c85 extern int unset();
159 S_unset, unset, 1, INF,
H A Dsh.set.c505 unset(tchar *v[])
509 tprintf("TRACE- unset()\n");
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c57 const char unset[] = "parameter not set"; variable
80 const char badunset[] = "cannot unset";
241 { "unset", SYSUNS },
H A Ddefs.h421 extern const char unset[];
H A Dmacro.c254 if (c == ':' && bra) /* null and unset fix */
386 failed(id, unset);
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dbuiltins.c87 "unset", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(unset),
245 "[r?restricted. Enables restricted shell. This option cannot be unset once "
249 "a variable that is unset.]"
335 "when the \bPATH\b variable is unset. The tracked aliases feature is "
425 "is empty or unset, \bcd\b will fail.]"
648 "option is set and \b0\b when the option is unset.]"
753 "will be unset, and an error message will be written to standard error "
1430 "[+NAME?set - set/unset options and positional parameters]"
1434 "option to be unset
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Dcmdtab.c71 "unset", C unset, M|RAWLIST, 1, 1000,
H A Dcmd3.c591 unset(char **arglist) function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c274 dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset) argument
284 unset ? dsl_deleg_unset_sync : dsl_deleg_set_sync,
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c729 COMMAND_SET(cmdp, "unset", "unset a variable", command_unset);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c320 COMMAND_SET(unset, "unset", "unset a variable", command_unset);
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h610 extern int unset(char **arglist);

Completed in 97 milliseconds