Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dc/
H A Ddc.h35 #define STKSZ 100 macro
101 struct blk *stack[STKSZ];
H A Ddc.c1201 stkend = &stack[STKSZ]; in init()