Lines Matching defs:string
3 import commands, os, re, string, sys, time
67 source = string.replace (source, inc_text, "")
76 source = string.replace (source, inc_text, "")
85 source = string.replace (source, proto_text, "")
94 source = string.replace (source, func_text, "/* Function %s() removed here. */\n" % func_name)
107 source = string.replace (source, assign_text, "")
155 start_index = string.find (source_code, start_comment)
156 end_index = string.find (source_code, end_comment)
167 file_text = string.replace (file_text, current_str, '')
172 file_text = string.replace (file_text, from_str, to_str)
191 x = string.split (x, ",")
201 data = string.replace (data, "AM_INIT_AUTOMAKE(libsndfile,", "AM_INIT_AUTOMAKE(libsndfile_lite,", 1)