File: ctags-constants.awk

package info (click to toggle)
util-vserver 0.30.216-pre2864-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,576 kB
  • ctags: 4,462
  • sloc: ansic: 23,615; sh: 15,550; xml: 1,893; makefile: 402; python: 301; perl: 85; awk: 4
file content (4 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (4)
1
2
3
4
(($2 == "macro" || $2 == "enumerator") && $1 ~ /^(vc|VC|CLONE)/ &&
	$1 !~ /^VC_ATTR_/) {
	printf "  PyModule_AddLongLongConstant(mod, \"%s\", %s);\n", $1, $1
}