Lines Matching refs:state
224 my $state;
1781 $state = STATE_NORMAL;
1960 $state = STATE_NAME; # next line is always the function name
1973 $state = STATE_DOCBLOCK;
2009 $state = STATE_BODY;
2022 $state = STATE_BODY_MAYBE;
2029 $state = STATE_NORMAL;
2038 $state = STATE_NORMAL;
2046 $state = STATE_NORMAL;
2057 if ($state == STATE_BODY_WITH_BLANK_LINE && /^\s*\*\s?\S/) {
2085 $state = STATE_BODY;
2108 $state = STATE_PROTO;
2118 $state = STATE_BODY;
2121 $state = STATE_BODY_WITH_BLANK_LINE;
2123 $state = STATE_BODY;
2127 } elsif ($state == STATE_BODY_MAYBE) {
2169 $state = STATE_INLINE;
2195 $state = STATE_NORMAL;
2230 $state = STATE_PROTO;
2270 if ($state == STATE_NORMAL) {
2272 } elsif ($state == STATE_NAME) {
2274 } elsif ($state == STATE_BODY || $state == STATE_BODY_MAYBE ||
2275 $state == STATE_BODY_WITH_BLANK_LINE) {
2277 } elsif ($state == STATE_INLINE) { # scanning for inline parameters
2279 } elsif ($state == STATE_PROTO) {
2281 } elsif ($state == STATE_DOCBLOCK) {