Home | History | Annotate | Download | only in strace

Lines Matching refs:defundef

1332     defundef = arg[2]
1335 defundef = substr(arg[1], 2)
1340 prefix = substr(line, 1, index(line, defundef) - 1)
1349 if (defundef == "undef") {
1350 print "/*", prefix defundef, macro, "*/"