Home
last modified time | relevance | path

Searched refs:limconst (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/tcsh/
H A Dsh.func.c2125 if (lp->limconst != RLIMIT_CPU) in getval()
2129 if (lp->limconst != RLIMIT_CPU) in getval()
2137 if (lp->limconst == RLIMIT_CPU) { in getval()
2148 if (lp->limconst != RLIMIT_CPU) in getval()
2158 if (lp->limconst == RLIMIT_CPU) in getval()
2166 if (lp->limconst == RLIMIT_CPU) in getval()
2175 if (lp->limconst == RLIMIT_CPU) in getval()
2183 if (lp->limconst == RLIMIT_CPU) in getval()
2244 limit = ulimit(lp->limconst, 0); in plim()
2246 if (lp->limconst == RLIMIT_DATA) in plim()
[all …]
H A Dsh.h1043 int limconst; member