Searched refs:line_no (Results 1 – 3 of 3) sorted by relevance
76 const char *get_line(const char *text, int line_no);
141 const char *get_line(const char *text, int line_no) in get_line() argument149 for (i = 0; text[i] != '\0' && lines < line_no; i++) in get_line()
167 def begin_section(self, line_no, title = SECTION_DEFAULT, dump = False): argument171 self.new_start_line = line_no
Completed in 7 milliseconds