Home
last modified time | relevance | path

Searched refs:shtab_units (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlimits.c35 const int shtab_units[] = { 1, 512, 1, 1024, 1 }; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dulimit.h169 extern const int shtab_units[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dulimit.c132 unit = shtab_units[tp->type]; in b_ulimit()