Home | History | Annotate | Download | only in libedit

Lines Matching refs:defundef

14657     defundef = arg[2]
14660 defundef = substr(arg[1], 2)
14665 prefix = substr(line, 1, index(line, defundef) - 1)
14674 if (defundef == "undef") {
14675 print "/*", prefix defundef, macro, "*/"