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