OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jump_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/dc/
bcode.c
144
static opcode_function
jump_table
[UCHAR_MAX];
variable
246
jump_table
[i] = unknown;
248
jump_table
[jump_table_data[i].ch] = jump_table_data[i].f;
1753
(*
jump_table
[ch])();
bcode.c
144
static opcode_function
jump_table
[UCHAR_MAX];
variable
246
jump_table
[i] = unknown;
248
jump_table
[jump_table_data[i].ch] = jump_table_data[i].f;
1753
(*
jump_table
[ch])();
Completed in 27 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026