Searched refs:filenm (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | misc.c | 241 if (flocp && flocp->filenm) 242 fprintf (stderr, "%s:%lu: ", flocp->filenm, flocp->lineno); 274 if (flocp && flocp->filenm) 275 fprintf (stderr, "%s:%lu: *** ", flocp->filenm, flocp->lineno);
|
D | default.c | 559 f->cmds->fileinfo.filenm = 0; in install_default_suffix_rules()
|
D | expand.c | 110 if (v->fileinfo.filenm) in recursively_expand_for_file() 459 if (file->cmds && file->cmds->fileinfo.filenm) in variable_expand_for_file()
|
D | variable.c | 200 v->fileinfo.filenm = 0; in define_variable_in_set() 217 v->fileinfo.filenm = 0; in define_variable_in_set() 1344 v.fileinfo.filenm = 0; in try_variable_definition() 1395 if (v->fileinfo.filenm) in print_variable() 1397 v->fileinfo.filenm, v->fileinfo.lineno); in print_variable()
|
D | commands.c | 601 if (cmds->fileinfo.filenm == 0) in print_commands() 605 cmds->fileinfo.filenm, cmds->fileinfo.lineno); in print_commands()
|
D | read.c | 310 ebuf.floc.filenm = strcache_add (filename); in eval_makefile() 492 fi.filenm = ebuf->floc.filenm; in eval() 1891 cmds->fileinfo.filenm = flocp->filenm; in record_files() 2635 pfatal_with_name (ebuf->floc.filenm); in readline()
|
D | make.h | 383 const char *filenm; member
|
D | file.c | 268 if (to_file->cmds->fileinfo.filenm != 0) in rehash_file() 271 from_file->name, to_file->cmds->fileinfo.filenm, in rehash_file()
|
D | rule.c | 395 r->cmds->fileinfo.filenm = 0; in install_pattern_rule()
|
D | function.c | 1613 if (reading_file && reading_file->filenm) in func_shell() 1615 error_prefix = (char *) alloca (strlen (reading_file->filenm)+11+4); in func_shell() 1617 "%s:%lu: ", reading_file->filenm, reading_file->lineno); in func_shell()
|