Lines Matching refs:to_str
1216 to_str = STR("\t")
1219 s_replace(from_str, to_str)
1227 to_str = STR("\t")
1230 pat_sub(to_str, s)
1237 to_str = STR(" ")
1240 s_replace(from_str, to_str)
1248 to_str = STR(" ")
1251 pat_sub(to_str, s)
1259 to_str = STR("ATT")
1262 seq_replace(from_str, to_str)
1270 to_str = STR("\r\n")
1273 s_replace(from_str, to_str)
1282 to_str = STR("")
1285 s_replace(from_str, to_str)
1303 to_str = STR("BB")
1306 s_replace(from_str, to_str, 1)
1313 to_str = STR("BBZZ")
1316 s_replace(from_str, to_str, 1)