Searched refs:print_tree (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/utils/llvm-build/llvmbuild/ |
H A D | main.py | 196 def print_tree(self): member in LLVMProjectInfo 908 if opts.print_tree: 909 project_info.print_tree()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 476 void RegionBase<Tr>::print(raw_ostream &OS, bool print_tree, unsigned level, in print() argument 478 if (print_tree) in print() 502 if (print_tree) { in print() 504 (*RI)->print(OS, print_tree, level + 1, Style); in print()
|
/minix3/sbin/sysctl/ |
H A D | sysctl.c | 131 static void print_tree(int *, u_int, struct sysctlnode *, u_int, int, regex_t *, 358 print_tree(&name[0], 0, NULL, CTLTYPE_NODE, 1, in main() 589 print_tree(int *name, u_int namelen, struct sysctlnode *pnode, u_int type, in print_tree() function 741 print_tree(name, namelen + 1, &node[ni], in print_tree() 909 print_tree(&name[0], namelen, node, type, 0, re, lastcompiled); in parse() 943 print_tree(&name[0], namelen, node, CTLTYPE_NODE, 1, re, in parse() 959 print_tree(&name[0], namelen, node, type, 0, re, lastcompiled); in parse()
|
/minix3/crypto/external/bsd/heimdal/dist/ |
H A D | ChangeLog.1999 | 247 * lib/krb5/dump_config.c (print_tree): check for empty tree
|