Lines Matching full:soft
68 const char * soft; /* Soft limit text */
69 const char * both; /* Hard+Soft limit text */
282 enum { ANY=0, SOFT=1, HARD=2, BOTH=3, DISPLAYONLY=4 } type = ANY;
326 type = SOFT;
329 type = SOFT|HARD;
417 * soft limits, and force rasing the hard limit if we need to if
418 * we are raising the soft limit, or lower the soft limit if we
429 if (which_limits[rcswhich] == SOFT) {
434 which_limits[rcswhich] |= SOFT;
450 if (which_limits[rcswhich] & SOFT)
503 if (type == ANY) /* Default to soft limits */
504 type = SOFT;
532 if (which_limits[rcswhich] & SOFT) {
538 shellparm[shelltype].soft);