This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | setSCIpath (char *path) |
| char * | getSCIpath (void) |
| char* getSCIpath | ( | void | ) |
get SCI path
Definition at line 19 of file setgetSCIpath.c.
Referenced by C2F(), ConfigureScilabStar(), CreateCppShared(), ExistJavaSciUnix(), ExistModelicac(), GetLanguageCodeInScilabDotStar(), getsci(), GetSciPath(), getversionmodule(), GoScilab(), InitializeJVM(), loadfamilyGif(), LoadHashTablesLocalization(), parsescipath(), ReadModulesFile(), ScilabPsToEps(), ScilabPsToTeX(), scipvmstart(), and VerifyModule().
00020 { 00021 char *pathtoreturn=NULL; 00022 pathtoreturn=(char*)MALLOC(sizeof(char)*(strlen(SCIPATH)+1)); 00023 sprintf(pathtoreturn,"%s",SCIPATH); 00024 return pathtoreturn; 00025 }
Here is the caller graph for this function:

| void setSCIpath | ( | char * | path | ) |
save SCI path
| path | a char * in order to set the Scilab Path |
Definition at line 14 of file setgetSCIpath.c.
References SCIPATH.
Referenced by GetScilabDirectory(), Initialize(), Set_SCI_PATH(), SetSci(), and StartScilab().
Here is the caller graph for this function:

1.5.1