Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/cc/
H A Dlexbody124 static int pushdepth = 0;
128 pushdepth++;
129 if(pushdepth > 1000) {
H A Dlex.c322 static int pushdepth = 0; in newio() local
326 pushdepth++; in newio()
327 if(pushdepth > 1000) { in newio()