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

/ast/src/cmd/ksh93/data/
H A Dbuiltins.c92 "unset", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(unset),
281 "[r?restricted. Enables restricted shell. This option cannot be unset once "
285 "a variable that is unset.]"
371 "when the \bPATH\b variable is unset. The tracked aliases feature is "
464 "is empty or unset, \bcd\b will fail.]"
687 "option is set and \b0\b when the option is unset.]"
799 "will be unset, and an error message will be written to standard error "
1455 "[+NAME?set - set/unset options and positional parameters]"
1459 "option to be unset
[all...]
/ast/src/cmd/mailx/
H A Ddata.c207 X("[no]name[=value] ...\nAssign value to the variable name. If =value is omitted then the name is turned on. noname unsets the value of name. Some unset variables revert to their default values. With no arguments all set variables are listed. set all lists all set and unset variables."),
230 "uns[et]", CMD(unset), M|Z|RAWLIST, 0, ARGMAX,
231 X("name ...\nEquivalent to set noname no... With no arguments all unset variables are listed. unset all lists all set and unset variables."),
H A Dmailx.h283 #define D (1<<6) /* Var unset default to initial value */
1079 extern int unset(char**);
H A Dcmd3.c662 unset(register char** argv) function

Completed in 311 milliseconds