Lines Matching refs:unquote
170 def unquote(s): # remove quotes around str function
372 self.features.append(unquote(args[i].replace('\'feature=', '')[:-1]))
863 self.flags = unquote(args[0])
864 self.lib = unquote(args[1])
865 self.objs = sorted(set(map(unquote, args[2:])))
953 self.obj = unquote(args[i])[2:]
955 self.src = unquote(args[i])
957 self.src = unquote(args[i])
960 self.obj = unquote(args[i])
963 self.iflags.append(unquote(args[i]))
965 self.dflags.append(unquote(args[i])[2:])
967 self.fflags.append(unquote(args[i])[2:])
969 self.wflags.append(unquote(args[i])[2:])
973 self.other_args.append(unquote(args[i]))