Home
last modified time | relevance | path

Searched refs:find_file_item (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dprompts1.c143 find_file_item(FormFileName, FormName, &scroll_file, 1); in fullscreen_prompt()
149 find_file_item(LFileName, LName, &scroll_file, 2); in fullscreen_prompt()
155 find_file_item(IFSFileName, IFSName, &scroll_file, 3); in fullscreen_prompt()
1300 if (find_file_item(filename,entryname,&entryfile, -1-i) == 0) { in get_fract_params()
H A Dmiscres.c1383 if (find_file_item(IFSFileName,IFSName,&ifsfile, 3) < 0) in ifsload()
1457 int find_file_item(char *filename,char *itemname,FILE **fileptr, int itemtype) in find_file_item() function
H A Dlsys.c138 if (find_file_item(LFileName,str,&infile, 2) < 0) in readLSystemFile()
H A Dparser.c3502 if (find_file_item(FormFileName,Name,&entry_file, 1)) { in frm_get_param_stuff()
3836 if (find_file_item(FormFileName,Name,&entry_file, 1)) { in RunForm()
H A Dcmdfiles.c545 if(find_file_item(CommandFile,CommandName,&initfile, 0)<0 || initfile==NULL) in cmdfiles()
/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dprototyp.h775 extern int find_file_item(char *,char *,FILE **, int);