HomeSort by: relevance | last modified time | path
    Searched defs:jump_table (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/dc/
bcode.c 144 static opcode_function jump_table[UCHAR_MAX]; variable in typeref:typename:opcode_function[]
246 jump_table[i] = unknown;
248 jump_table[jump_table_data[i].ch] = jump_table_data[i].f;
1753 (*jump_table[ch])();

Completed in 11 milliseconds