Lines Matching defs:set
1285 * POSIX says var is set to ? at end-of-options, AT&T ksh
1835 * set prompt in case this is
2057 * case, shell() will not set or change exstat because the
2129 /* set/clear the traps */
2263 /* set $# and $* */
2279 * POSIX says set exit status is 0, but old scripts that use
2281 * set -- $(getopt ab:c "$@")
2282 * which assumes the exit value set will be that of the $()
2287 /* traditional behaviour, unless set -o posix */
2290 /* conformant behaviour, unless set -o sh +o posix */
2518 void *set = NULL;
2524 set = setmode(builtin_opt.optarg);
2525 if (set == NULL) {
2529 mode = getmode(set, (mode_t)(DEFFILEMODE));
2530 free_ossetmode(set);
2546 if (set != NULL)
2587 if (set)