Lines Matching refs:state
365 my $state;
1914 $state = STATE_NORMAL;
2094 $state = STATE_NAME; # next line is always the function name
2108 $state = STATE_DOCBLOCK;
2144 $state = STATE_BODY;
2157 $state = STATE_BODY_MAYBE;
2166 $state = STATE_NORMAL;
2179 $state = STATE_NORMAL;
2189 $state = STATE_NORMAL;
2212 if ($state == STATE_BODY_WITH_BLANK_LINE && /^\s*\*\s?\S/) {
2245 $state = STATE_BODY;
2269 $state = STATE_PROTO;
2279 $state = STATE_BODY;
2282 $state = STATE_BODY_WITH_BLANK_LINE;
2284 $state = STATE_BODY;
2288 } elsif ($state == STATE_BODY_MAYBE) {
2331 $state = STATE_INLINE;
2357 $state = STATE_NORMAL;
2392 $state = STATE_PROTO;
2435 if ($state == STATE_NORMAL) {
2437 } elsif ($state == STATE_NAME) {
2439 } elsif ($state == STATE_BODY || $state == STATE_BODY_MAYBE ||
2440 $state == STATE_BODY_WITH_BLANK_LINE) {
2442 } elsif ($state == STATE_INLINE) { # scanning for inline parameters
2444 } elsif ($state == STATE_PROTO) {
2446 } elsif ($state == STATE_DOCBLOCK) {