Lines Matching refs:state
365 my $state;
1862 $state = STATE_NORMAL;
2041 $state = STATE_NAME; # next line is always the function name
2056 $state = STATE_DOCBLOCK;
2072 $state = STATE_BODY;
2085 $state = STATE_BODY_MAYBE;
2115 $state = STATE_NORMAL;
2138 if ($state == STATE_BODY_WITH_BLANK_LINE && /^\s*\*\s?\S/) {
2171 $state = STATE_BODY;
2195 $state = STATE_PROTO;
2205 $state = STATE_BODY;
2208 $state = STATE_BODY_WITH_BLANK_LINE;
2210 $state = STATE_BODY;
2214 } elsif ($state == STATE_BODY_MAYBE) {
2257 $state = STATE_INLINE;
2283 $state = STATE_NORMAL;
2318 $state = STATE_PROTO;
2361 if ($state == STATE_NORMAL) {
2363 } elsif ($state == STATE_NAME) {
2365 } elsif ($state == STATE_BODY || $state == STATE_BODY_MAYBE ||
2366 $state == STATE_BODY_WITH_BLANK_LINE) {
2368 } elsif ($state == STATE_INLINE) { # scanning for inline parameters
2370 } elsif ($state == STATE_PROTO) {
2372 } elsif ($state == STATE_DOCBLOCK) {