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

  /ndk/sources/host-tools/make-3.81/
filedef.h 71 cs_running, /* Commands running. */ enumerator in enum:file::cmd_state
remake.c 319 if (f->command_state == cs_running
412 case cs_running:
528 running |= (f->command_state == cs_running
586 running |= (f->command_state == cs_running
803 int ran = file->command_state == cs_running;
1028 if (d->file->command_state == cs_running
    [all...]
job.c 777 if (c->file->command_state == cs_running)
796 C->file->command_state is still cs_running if all the commands
797 ran; notice_finish_file looks for cs_running to tell it that
1080 set_command_state (child->file, cs_running);
    [all...]
commands.c 384 set_command_state (file, cs_running);
vmsjobs.c 163 case cs_running:
file.c 947 case cs_running:

Completed in 93 milliseconds