Lines Matching refs:state
383 int state = 0; in parseUnoUrlWithOfficePath() local
387 switch (state) { in parseUnoUrlWithOfficePath()
392 state = 1; in parseUnoUrlWithOfficePath()
396 state = 7; in parseUnoUrlWithOfficePath()
402 state = 1; in parseUnoUrlWithOfficePath()
412 state = (ch == ' ')? 2: 3; in parseUnoUrlWithOfficePath()
417 state = -6; // error: invalid name in parseUnoUrlWithOfficePath()
429 state = 3; in parseUnoUrlWithOfficePath()
436 state = -1; // error: missing '=' in parseUnoUrlWithOfficePath()
449 state = 4; in parseUnoUrlWithOfficePath()
460 state = 5; in parseUnoUrlWithOfficePath()
465 state = -3; // error: more then one 'path' in parseUnoUrlWithOfficePath()
470 state = -4; // error: more then one 'pipe' in parseUnoUrlWithOfficePath()
472 state = -2; // error: unknown parameter in parseUnoUrlWithOfficePath()
488 state = 6; in parseUnoUrlWithOfficePath()
492 state = 7; in parseUnoUrlWithOfficePath()
496 state = -5; // error: ' ' inside the value in parseUnoUrlWithOfficePath()
509 state = 1; in parseUnoUrlWithOfficePath()
519 if (state != 7) in parseUnoUrlWithOfficePath()