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

  /src/usr.bin/dc/
bcode.c 146 static const struct jump_entry jump_table_data[] = { variable in typeref:typename:const struct jump_entry[]
222 (sizeof(jump_table_data)/sizeof(jump_table_data[0]))
248 jump_table[jump_table_data[i].ch] = jump_table_data[i].f;
bcode.c 146 static const struct jump_entry jump_table_data[] = { variable in typeref:typename:const struct jump_entry[]
222 (sizeof(jump_table_data)/sizeof(jump_table_data[0]))
248 jump_table[jump_table_data[i].ch] = jump_table_data[i].f;

Completed in 23 milliseconds