Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dedif.c6650 #define TS_DEPTH 8 macro
6651 #define TS_MASK (TS_DEPTH - 1)
6653 static char *TokenStack[TS_DEPTH]; /* token name strings */
6654 static short TokenType[TS_DEPTH]; /* token types */
6691 for (i = 0; i < TS_DEPTH; i += 1) in DumpStack()
6710 fprintf(Error,"%2d %-16.16s '%s'\n",TS_DEPTH - i,nam, in DumpStack()
6902 for (i = TS_DEPTH; i--; TokenStack[i] = NULL) in ParseEDIF()
H A Dedif.y3905 #define TS_DEPTH 8 macro
3906 #define TS_MASK (TS_DEPTH - 1)
3908 static char *TokenStack[TS_DEPTH]; /* token name strings */
3909 static short TokenType[TS_DEPTH]; /* token types */
3946 for (i = 0; i < TS_DEPTH; i += 1) in DumpStack()
3965 fprintf(Error,"%2d %-16.16s '%s'\n",TS_DEPTH - i,nam, in DumpStack()
4157 for (i = TS_DEPTH; i--; TokenStack[i] = NULL) in ParseEDIF()