Lines Matching refs:state
541 int state = 0; in parseUnoUrlWithOfficePath() local
545 switch (state) { in parseUnoUrlWithOfficePath()
550 state = 1; in parseUnoUrlWithOfficePath()
554 state = 7; in parseUnoUrlWithOfficePath()
560 state = 1; in parseUnoUrlWithOfficePath()
570 state = (ch == ' ')? 2: 3; in parseUnoUrlWithOfficePath()
575 state = -6; // error: invalid name in parseUnoUrlWithOfficePath()
587 state = 3; in parseUnoUrlWithOfficePath()
594 state = -1; // error: missing '=' in parseUnoUrlWithOfficePath()
607 state = 4; in parseUnoUrlWithOfficePath()
618 state = 5; in parseUnoUrlWithOfficePath()
623 state = -3; // error: more then one 'path' in parseUnoUrlWithOfficePath()
628 state = -4; // error: more then one 'pipe' in parseUnoUrlWithOfficePath()
630 state = -2; // error: unknown parameter in parseUnoUrlWithOfficePath()
646 state = 6; in parseUnoUrlWithOfficePath()
650 state = 7; in parseUnoUrlWithOfficePath()
654 state = -5; // error: ' ' inside the value in parseUnoUrlWithOfficePath()
667 state = 1; in parseUnoUrlWithOfficePath()
677 if (state != 7) in parseUnoUrlWithOfficePath()