Lines Matching full:print
28 print('module %s' % name)
31 print('include %s' % name)
34 print('enum %s' % name)
36 print(' prefix %s' % prefix)
38 print(' member %s' % m.name)
47 print('array %s %s' % (name, element_type.name))
52 print('object %s' % name)
54 print(' base %s' % base.name)
56 print(' member %s: %s optional=%s'
66 print('alternate %s' % name)
74 print('command %s %s -> %s'
77 print(' gen=%s success_response=%s boxed=%s oob=%s preconfig=%s%s'
84 print('event %s %s' % (name, arg_type and arg_type.name))
85 print(' boxed=%s' % boxed)
92 print(' tag %s' % variants.tag_member.name)
94 print(' case %s: %s' % (v.name, v.type.name))
100 print('%sif %s' % (' ' * indent, ifcond.ifcond))
106 print('%sfeature %s' % (' ' * indent, f.name))
116 print('doc symbol=%s' % doc.symbol)
118 print('doc freeform')
119 print(' body=\n%s' % doc.body.text)
121 print(' arg=%s\n%s' % (arg, section.text))
123 print(' feature=%s\n%s' % (feat, section.text))
125 print(' section=%s\n%s' % (section.kind, section.text))
160 print("%s: can't open '%s': %s"
168 print("%s %s" % (test_name, 'UPDATE' if update else 'FAIL'),
186 print("%s: can't write '%s': %s"