Home | History | Annotate | Download | only in src

Lines Matching defs:how

2253 	int n, how = LEXIT;
2275 how = LRETURN;
2280 if (how == LEXIT && !really_exit && j_stopped_running()) {
2282 how = LSHELL;
2286 unwind(how);
3257 int how = SOFT | HARD, optc, what = 'f';
3274 how = HARD;
3277 how = SOFT;
3301 return (set_ulimit(l, wp[builtin_opt.optind], how));
3304 print_ulimit(l, how);
3307 print_ulimit(l, how);
3313 set_ulimit(const struct limits *l, const char *v, int how)
3343 if (how & SOFT)
3345 if (how & HARD)
3357 print_ulimit(const struct limits *l, int how)
3366 if (how & SOFT)
3368 else if (how & HARD)