Searched refs:line_list (Results 1 – 7 of 7) sorted by relevance
41 struct line_list { struct42 struct line_list *next, *prev; argument47 static struct line_list *get_chunk(int fd, int len) in get_chunk() argument49 struct line_list *line = xmalloc(sizeof(struct line_list)+len); in get_chunk()51 memset(line, 0, sizeof(struct line_list)); in get_chunk()52 line->data = ((char *)line) + sizeof(struct line_list); in get_chunk()65 struct line_list *list = ptr; in dump_chunk()76 struct line_list *list = 0, *temp; in try_lseek()156 struct line_list *list = 0, *new; in do_tail()
143 line_list = shlex.split(line)144 serial = line_list[0]145 status = line_list[1]
108 line_list = self.get(section, option)110 for value in line_list.splitlines():
1569 line_list = [] # All line from flagfile.1576 line_list = file_obj.readlines()1581 for line in line_list:
55612 dEQP-VK.pipeline.input_assembly.primitive_topology.line_list
55603 dEQP-VK.pipeline.input_assembly.primitive_topology.line_list