Searched refs:JMP_NONE (Results 1 - 3 of 3) sorted by last modified time

/haiku-buildtools/jam/
H A Dheaders.c85 int jmp = JMP_NONE;
H A Dcompile.c270 for( l = nv; l && *jmp == JMP_NONE; l = list_next( l ) )
284 *jmp = JMP_NONE;
290 *jmp = JMP_NONE;
524 int localJmp = JMP_NONE;
679 while( *jmp == JMP_NONE && parse->func == compile_rules )
686 if( *jmp == JMP_NONE )
935 while( ( *jmp == JMP_NONE ) &&
950 *jmp = JMP_NONE;
956 *jmp = JMP_NONE;
H A Dcompile.h58 # define JMP_NONE 0 /* flow continues */ macro

Completed in 59 milliseconds