FreeBASIC  0.91.0
hlp.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "ir.bi"
#include "lex.bi"
#include "dstr.bi"
Include dependency graph for hlp.bas:

Go to the source code of this file.

Functions

function_as_integer hMatchText (byval_as_zstring_ptr txt)
 
function_as_integer hMatch (byval_as_integer token)
 
function_as_zstring_ptr hHexUInt (byval_as_uinteger value)
 
function_as_string hFloatToHex (byval_as_double value, byval_as_integer dtype)
 
function_as_integer hFBrelop2IRrelop (byval_as_integer tk)
 
function_as_integer hFileExists (byval_as_zstring_ptr filename)
 
sub hUcase (byval_as_const_zstring_ptr src, byval_as_zstring_ptr dst)
 
sub hClearName (byval_as_zstring_ptr src)
 
function_as_string hStripExt (byval_as_zstring_ptr filename)
 
function_as_string hStripPath (byval_as_zstring_ptr filename)
 
function_as_string hStripFilename (byval_as_zstring_ptr filename)
 
function_as_string hGetFileExt (byval_as_zstring_ptr fname)
 
sub hReplaceSlash (byval_as_zstring_ptr s, byval_as_integer char)
 
function_as_string pathStripDiv (byref_as_string path)
 
function_as_integer pathIsAbsolute (byval_as_zstring_ptr path)
 
function_as_integer hCheckFileFormat (byval_as_integer f)
 
function_as_string hCurDir ()
 
function_as_integer hIsValidSymbolName (byval_as_zstring_ptr sym)
 
private function_as_integer strIsQuoted (byref_as_string s)
 
function_as_string strUnquote (byref_as_string s)
 

Function Documentation

function_as_integer hCheckFileFormat ( byval_as_integer  f)

Definition at line 380 of file hlp.bas.

Here is the caller graph for this function:

sub hClearName ( byval_as_zstring_ptr  src)

Definition at line 188 of file hlp.bas.

Here is the caller graph for this function:

function_as_string hCurDir ( )

Definition at line 426 of file hlp.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer hFBrelop2IRrelop ( byval_as_integer  tk)

Definition at line 104 of file hlp.bas.

Here is the call graph for this function:

function_as_integer hFileExists ( byval_as_zstring_ptr  filename)

Definition at line 135 of file hlp.bas.

Here is the caller graph for this function:

function_as_string hFloatToHex ( byval_as_double  value,
byval_as_integer  dtype 
)

Definition at line 85 of file hlp.bas.

Here is the caller graph for this function:

function_as_string hGetFileExt ( byval_as_zstring_ptr  fname)

Definition at line 301 of file hlp.bas.

Here is the caller graph for this function:

function_as_zstring_ptr hHexUInt ( byval_as_uinteger  value)

Definition at line 44 of file hlp.bas.

Here is the caller graph for this function:

function_as_integer hIsValidSymbolName ( byval_as_zstring_ptr  sym)

Definition at line 433 of file hlp.bas.

Here is the caller graph for this function:

function_as_integer hMatch ( byval_as_integer  token)

Definition at line 29 of file hlp.bas.

Here is the call graph for this function:

function_as_integer hMatchText ( byval_as_zstring_ptr  txt)

Definition at line 14 of file hlp.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub hReplaceSlash ( byval_as_zstring_ptr  s,
byval_as_integer  char 
)

Definition at line 336 of file hlp.bas.

Here is the caller graph for this function:

function_as_string hStripExt ( byval_as_zstring_ptr  filename)

Definition at line 214 of file hlp.bas.

Here is the caller graph for this function:

function_as_string hStripFilename ( byval_as_zstring_ptr  filename)

Definition at line 270 of file hlp.bas.

Here is the caller graph for this function:

function_as_string hStripPath ( byval_as_zstring_ptr  filename)

Definition at line 239 of file hlp.bas.

Here is the caller graph for this function:

sub hUcase ( byval_as_const_zstring_ptr  src,
byval_as_zstring_ptr  dst 
)

Definition at line 153 of file hlp.bas.

Here is the caller graph for this function:

function_as_integer pathIsAbsolute ( byval_as_zstring_ptr  path)

Definition at line 360 of file hlp.bas.

Here is the caller graph for this function:

function_as_string pathStripDiv ( byref_as_string  path)

Definition at line 344 of file hlp.bas.

Here is the caller graph for this function:

private function_as_integer strIsQuoted ( byref_as_string  s)

Definition at line 452 of file hlp.bas.

Here is the caller graph for this function:

function_as_string strUnquote ( byref_as_string  s)

Definition at line 462 of file hlp.bas.

Here is the call graph for this function:

Here is the caller graph for this function: