GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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 
)
extern

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 
)
extern

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)
extern

◆ kpse_path_expand()

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

Definition at line 757 of file kpse.cc.

References ENV_SEP, ENV_SEP_STRING, IS_DIR_SEP, kpse_element_dir(), len, and NAME_BEGINS_WITH_DEVICE.

◆ kpse_path_find_first_of()

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

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 
)
extern

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.