Home
last modified time | relevance | path

Searched refs:lines_flags (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dcommands.h28 char *lines_flags; /* One set of flag bits for each line. */ member
Dcommands.c332 cmds->lines_flags = (char *) xmalloc (nlines); in chop_commands()
358 cmds->lines_flags[idx] = flags; in chop_commands()
Dremake.c820 if (!(file->cmds->lines_flags[i] & COMMANDS_RECURSE)) in notice_finished_file()
861 if (! (file->cmds->lines_flags[i-1] & COMMANDS_RECURSE)) in notice_finished_file()
Djob.c987 | child->file->cmds->lines_flags[child->command_line - 1]); in start_job_command()
1011 child->file->cmds->lines_flags[child->command_line - 1] in start_job_command()