Lines Matching refs:state
115 state = 'START'
129 #print('state %d: %4d: %s' % (state, n, l))
138 if state == 'START': ## one-line short description
140 state = 'PRE-TAGS'
141 elif state == 'PRE-TAGS': ## ignore empty line
144 state = 'TAGS'
145 elif state == 'TAGS': ## match the '@tagnames'
156 state = 'PRE-DESC'
157 elif state == 'PRE-DESC': ## ignore the first empty lines
160 state = 'DESC'
161 elif state == 'DESC': ## remaining lines -> description
284 env = self.state.document.settings.env
297 memo = self.state.memo
301 with switch_source_input(self.state, lst):
302 self.state.nested_parse(lst, 0, node, match_titles=1)