Lines Matching refs:state
365 my $state;
1856 $state = STATE_NORMAL;
2035 $state = STATE_NAME; # next line is always the function name
2050 $state = STATE_DOCBLOCK;
2066 $state = STATE_BODY;
2079 $state = STATE_BODY_MAYBE;
2109 $state = STATE_NORMAL;
2132 if ($state == STATE_BODY_WITH_BLANK_LINE && /^\s*\*\s?\S/) {
2165 $state = STATE_BODY;
2189 $state = STATE_PROTO;
2199 $state = STATE_BODY;
2202 $state = STATE_BODY_WITH_BLANK_LINE;
2204 $state = STATE_BODY;
2208 } elsif ($state == STATE_BODY_MAYBE) {
2251 $state = STATE_INLINE;
2277 $state = STATE_NORMAL;
2312 $state = STATE_PROTO;
2355 if ($state == STATE_NORMAL) {
2357 } elsif ($state == STATE_NAME) {
2359 } elsif ($state == STATE_BODY || $state == STATE_BODY_MAYBE ||
2360 $state == STATE_BODY_WITH_BLANK_LINE) {
2362 } elsif ($state == STATE_INLINE) { # scanning for inline parameters
2364 } elsif ($state == STATE_PROTO) {
2366 } elsif ($state == STATE_DOCBLOCK) {