HomeSort by relevance Sort by last modified time
    Searched refs:separate_files (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 70 bool separate_files = false; variable
260 separate_files = true;
306 separate_files = true;
sed.h 222 extern bool separate_files;
execute.c 893 input->reset_at_next_file = separate_files;
940 return separate_files || last_file_with_data_p(input);
942 return separate_files || last_file_with_data_p(input);
944 return separate_files || last_file_with_data_p(input);
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 182 def separate_files(flist): function
229 existing, missing = separate_files(files)
400 existing, missing = separate_files(files)

Completed in 65 milliseconds