Home
last modified time | relevance | path

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

/dports/editors/poke/poke-1.0/libpoke/
H A Dpvm-program.c37 #define PVM_PROGRAM_MAX_LABELS 8 macro
106 if (program->next_label % PVM_PROGRAM_MAX_LABELS == 0) in pvm_program_fresh_label()
109 = ((program->next_label + PVM_PROGRAM_MAX_LABELS) in pvm_program_fresh_label()