HomeSort by relevance Sort by last modified time
    Searched refs:command_state (Results 1 - 7 of 7) sorted by null

  /ndk/sources/host-tools/make-3.81/
remake.c 300 return f->command_state == cs_finished ? f->update_status : 0;
319 if (f->command_state == cs_running
320 || f->command_state == cs_deps_running)
407 switch (file->command_state)
528 running |= (f->command_state == cs_running
529 || f->command_state == cs_deps_running);
586 running |= (f->command_state == cs_running
587 || f->command_state == cs_deps_running);
633 if (file->command_state == cs_deps_running)
635 they have finished now. Reset the command_state to not_started t
    [all...]
filedef.h 73 } command_state ENUM_BITFIELD (2);
vmsjobs.c 161 switch (c->file->command_state)
175 error (NILF, _("internal error: `%s' command_state"),
184 c->file->command_state = cs_finished;
job.c 777 if (c->file->command_state == cs_running)
796 C->file->command_state is still cs_running if all the commands
802 This also propagates its values for command_state and
    [all...]
file.c 757 /* Set the `command_state' member of FILE and all its `also_make's. */
764 file->command_state = state;
767 d->file->command_state = state;
945 switch (f->command_state)
977 puts (_("# Invalid value in `command_state' member!"));
main.c     [all...]
  /external/libweave/src/
device_registration_info.cc 1091 std::string command_state; local
    [all...]

Completed in 231 milliseconds