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

/freebsd-10.2-release/usr.bin/limits/
H A Dlimits.c265 int rcswhich, shelltype; local
488 shelltype = doeval ? getshelltype() : SH_NONE;
494 printf(shellparm[shelltype].cmd,
502 if (shellparm[shelltype].lprm[rcswhich].pfx) {
503 if (shellparm[shelltype].both && limits[rcswhich].rlim_cur == limits[rcswhich].rlim_max) {
505 shellparm[shelltype].lprm[rcswhich].divisor,
506 shellparm[shelltype].inf,
507 shellparm[shelltype].lprm[rcswhich].pfx,
508 shellparm[shelltype].lprm[rcswhich].sfx,
509 shellparm[shelltype]
[all...]

Completed in 45 milliseconds