Home
last modified time | relevance | path

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

/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dyinput.c341 extern int yImpossible; /* used by YError, task.c */
639 yImpossible = 0; /* tell YError that a line has come in */ in YpNextLine()
H A Dtask.c290 extern int yImpossible;
291 int yImpossible= 0; variable
1659 if (recursing>8 || yImpossible>8) { in YError()
1666 yImpossible++; /* zeroed only by GetNextLine and after CatchScan */ in YError()
1672 yImpossible= 0; in YError()