GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
kpse.h File Reference
#include "octave-config.h"
#include <list>
#include <string>

Go to the source code of this file.

Classes

class  kpse_path_iterator
 

Functions

std::list< std::string > kpse_all_path_find_first_of (const std::string &path, const std::list< std::string > &names)
 
std::list< std::string > kpse_all_path_search (const std::string &path, const std::string &name)
 
std::string kpse_element_dir (const std::string &elt)
 
std::string kpse_path_expand (const std::string &path)
 
std::string kpse_path_find_first_of (const std::string &path, const std::list< std::string > &names)
 
std::string kpse_path_search (const std::string &path, const std::string &name)
 

Variables

unsigned int kpse_debug
 

Function Documentation

◆ kpse_all_path_find_first_of()

std::list<std::string> kpse_all_path_find_first_of ( const std::string &  path,
const std::list< std::string > &  names 
)

Definition at line 746 of file kpse.cc.

Referenced by directory_path::find_all_first_of().

◆ kpse_all_path_search()

std::list<std::string> kpse_all_path_search ( const std::string &  path,
const std::string &  name 
)

Definition at line 566 of file kpse.cc.

Referenced by directory_path::find_all().

◆ kpse_element_dir()

std::string kpse_element_dir ( const std::string &  elt)

Definition at line 1025 of file kpse.cc.

References dir_exists(), DIR_SEP_STRING, IS_DEVICE_SEP, and IS_DIR_SEP.

Referenced by directory_path::all_directories().

◆ kpse_path_expand()

std::string kpse_path_expand ( const std::string &  path)

Definition at line 757 of file kpse.cc.

References len.

◆ kpse_path_find_first_of()

std::string kpse_path_find_first_of ( const std::string &  path,
const std::list< std::string > &  names 
)

Definition at line 730 of file kpse.cc.

Referenced by directory_path::find_first_of().

◆ kpse_path_search()

std::string kpse_path_search ( const std::string &  path,
const std::string &  name 
)

Definition at line 555 of file kpse.cc.

Referenced by directory_path::find_first().

Variable Documentation

◆ kpse_debug

unsigned int kpse_debug
extern

Definition at line 91 of file kpse.cc.