Searched refs:unset (Results 1 - 14 of 14) sorted by relevance
| /illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
| H A D | shareutil.c | 46 add_opt(struct options **optlistp, char *optarg, int unset) argument 59 if (!unset) {
|
| /illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | dsl_deleg.h | 67 int dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset);
|
| /illumos-gate/usr/src/cmd/csh/ |
| H A D | sh.init.c | 85 extern int unset(); 159 S_unset, unset, 1, INF,
|
| H A D | sh.set.c | 505 unset(tchar *v[]) 509 tprintf("TRACE- unset()\n");
|
| /illumos-gate/usr/src/cmd/sh/ |
| H A D | msg.c | 57 const char unset[] = "parameter not set"; variable 80 const char badunset[] = "cannot unset"; 241 { "unset", SYSUNS },
|
| H A D | defs.h | 421 extern const char unset[];
|
| H A D | macro.c | 254 if (c == ':' && bra) /* null and unset fix */ 386 failed(id, unset);
|
| /illumos-gate/usr/src/lib/libshell/common/data/ |
| H A D | builtins.c | 87 "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 D | cmdtab.c | 71 "unset", C unset, M|RAWLIST, 1, 1000,
|
| H A D | cmd3.c | 591 unset(char **arglist) function
|
| /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) argument 284 unset ? dsl_deleg_unset_sync : dsl_deleg_set_sync,
|
| /illumos-gate/usr/src/common/ficl/emu/ |
| H A D | loader_emu.c | 729 COMMAND_SET(cmdp, "unset", "unset a variable", command_unset);
|
| /illumos-gate/usr/src/boot/sys/boot/common/ |
| H A D | commands.c | 320 COMMAND_SET(unset, "unset", "unset a variable", command_unset);
|
| /illumos-gate/usr/src/cmd/mailx/hdr/ |
| H A D | def.h | 610 extern int unset(char **arglist);
|
Completed in 97 milliseconds