Home
last modified time | relevance | path

Searched refs:tree_lines (Results 1 – 9 of 9) sorted by relevance

/dports/news/trn/trn-3.6/
H A Drt-wumpus.c55 static char *tree_lines[11]; variable
68 free(tree_lines[max_line--]); in init_tree()
218 tree_lines[line_num-first_line]
220 strcpy(tree_lines[line_num - first_line], tree_buff);
375 cp = tree_lines[header_line];
/dports/finance/beancount/beancount-2.3.3/beancount/tools/
H A Dtreeify.py232 def enum_tree_by_input_line_num(tree_lines): argument
241 for first_line, cont_line, node in tree_lines:
331 tree_lines, new_column_width = render_tree(root)
342 tree_iter = enum_tree_by_input_line_num(tree_lines)
/dports/news/trn4/trn-4.0-test77/
H A Drt-wumpus.c60 static char* tree_lines[11]; variable
74 free(tree_lines[max_line--]); in init_tree()
215 tree_lines[line_num-first_line]
217 strcpy(tree_lines[line_num - first_line], tree_buff);
432 cp = tree_lines[header_line];
/dports/archivers/unrpa/unrpa-2.3.0/unrpa/
H A D__init__.py154 for line in self.tree_lines():
171 def tree_lines( member in UnRPA
178 yield from self.tree_lines(child, f"{prefix}| ")
182 yield from self.tree_lines(child, f"{prefix} ")
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dtree.c221 tree_show_mini_info (WTree * tree, int tree_lines, int tree_cols) in tree_show_mini_info() argument
231 line = tree_lines + 2; in tree_show_mini_info()
234 line = tree_lines + 1; in tree_show_mini_info()
271 int tree_lines, tree_cols; in show_tree() local
274 tree_lines = tlines (tree); in show_tree()
285 tree->tree_shown = g_new0 (tree_entry *, tree_lines); in show_tree()
334 for (i = 0; i < tree_lines; i++) in show_tree()
430 tree_show_mini_info (tree, tree_lines, tree_cols); in show_tree()
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dtree.c221 tree_show_mini_info (WTree * tree, int tree_lines, int tree_cols) in tree_show_mini_info() argument
231 line = tree_lines + 2; in tree_show_mini_info()
234 line = tree_lines + 1; in tree_show_mini_info()
271 int tree_lines, tree_cols; in show_tree() local
274 tree_lines = tlines (tree); in show_tree()
285 tree->tree_shown = g_new0 (tree_entry *, tree_lines); in show_tree()
334 for (i = 0; i < tree_lines; i++) in show_tree()
430 tree_show_mini_info (tree, tree_lines, tree_cols); in show_tree()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/bundle/serializer/
H A Dv08.py268 def tree_lines(tree, path, require_text=False): function
281 old_lines = tree_lines(old_tree, old_path, require_text=True)
282 new_lines = tree_lines(new_tree, new_path, require_text=True)
287 old_lines = tree_lines(old_tree, old_path, require_text=False)
288 new_lines = tree_lines(new_tree, new_path, require_text=False)
/dports/devel/py-tables/tables-3.6.1/tables/scripts/
H A Dpttree.py404 def tree_lines(self): member in PrettyTree
412 for line in child.tree_lines():
417 return "\n".join(self.tree_lines())
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-admin_structures.php151 $tree_lines = explode("\n", $_REQUEST["tree"]); variable
152 foreach ($tree_lines as $full_line) {