Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 86875e5f16bea6b454c492e84ceda4db > files > 35

coccinelle-examples-0.2.3-0.rc6.3.fc14.x86_64.rpm

// Options: -dir {directory}

@initialize:python@
counter = 0

@x@
position p;
@@

kmalloc@p(...)

@script:python@
p<<x.p;
@@

counter = counter + 1

@finalize:python@

print "counter %d" % (counter)