Searched refs:rightCurly (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.cpp431 unsigned long rightCurly = 0; variable
471 rightCurly++;
472 if (rightCurly > leftCurly)
480 rightCurly--;
643 if (leftCurly != rightCurly)
647 (const wxChar*) currentFileName.c_str(),leftCurly,rightCurly); local
651 rightCurly = 0;
853 if (ch == EOF && leftCurly != rightCurly)
857 (const wxChar*) currentFileName.c_str(),leftCurly,rightCurly); local

Completed in 66 milliseconds