Home | History | Annotate | Download | only in nasm

Lines Matching refs:thefile

1841         char *thefile = file2 ? file2 : file;
1844 for (c = thefile; *c; c++)
1846 fp = yasm_fopen_include(thefile, nasm_src_get_fname(), "r", &combine);
1848 *thefile = tolower(*thefile);
1849 fp = yasm_fopen_include(thefile, nasm_src_get_fname(), "r", &combine);
1851 for (c = thefile; *c; c++)
1853 fp = yasm_fopen_include(thefile, nasm_src_get_fname(), "r", &combine);
1855 *thefile = toupper(*thefile);
1856 fp = yasm_fopen_include(thefile, nasm_src_get_fname(), "r", &combine);