Lines Matching refs:result
40 # they yield an identical result). Running first "pindent -c" and
394 result = complete_string(source, stepsize, tabsize, expandtabs)
395 if source == result: return 0
399 f.write(result)
408 result = delete_string(source, stepsize, tabsize, expandtabs)
409 if source == result: return 0
413 f.write(result)
422 result = reformat_string(source, stepsize, tabsize, expandtabs)
423 if source == result: return 0
427 f.write(result)