#include "str-vec.h"
Go to the source code of this file.
Functions | |
bool | octave_fnmatch (const string_vector &pat, const std::string &str, int fnmatch_flags) |
string_vector | octave_glob (const string_vector &) |
bool octave_fnmatch | ( | const string_vector & | pat, | |
const std::string & | str, | |||
int | fnmatch_flags | |||
) |
Definition at line 51 of file oct-glob.cc.
References Array< T >::length().
Referenced by glob_match::match().
string_vector octave_glob | ( | const string_vector & | ) |
Definition at line 66 of file oct-glob.cc.
References Array< T >::length(), string_vector::resize(), single_match_exists(), and string_vector::sort().
Referenced by glob_match::glob().