Lines Matching full:print
43 print "Usage: $0 [options] file...\n";
44 print "\n";
45 print "Options:\n";
46 print " --all\n";
47 print " --graph\n";
48 print "\n";
49 print " -I includedir\n";
50 print "\n";
51 print "To make nice graphs, try:\n";
52 print " $0 --graph include/linux/kernel.h | dot -Tpng -o graph.png\n";
57 print "headerdep version 2\n";
141 # Find and print the smallest cycle starting in the specified node.
174 print "digraph {\n";
176 print "\t/* vertices */\n";
182 print "\n";
184 print "\t/* edges */\n";
192 print "}\n";