void findText(void)
{
    int textPos = 0;
#define TryMatch	{}
#define Skip		{}

    while (textPos != 0) {
        TryMatch if (textPos < 0)
             textPos = 0;
        else {
            Skip while (textPos < 0) {
            TryMatch Skip}
            break;
        }
    }
}
