Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/port/
H A Dex_cmdsub.c1750 #define TSTACKSIZE 20 macro
1754 } tagstack[TSTACKSIZE];
1765 if(tag_depth >= TSTACKSIZE) { in savetag()