Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dc/
H A Ddc.h37 #define STKSZ 100 macro
103 struct blk *stack[STKSZ];
H A Ddc.c1203 stkend = &stack[STKSZ]; in init()