bc_thread_state   390 src/bytecode.c init_bc_thread (struct bc_thread_state *bc)
bc_thread_state   400 src/bytecode.c free_bc_thread (struct bc_thread_state *bc)
bc_thread_state   406 src/bytecode.c mark_bytecode (struct bc_thread_state *bc)
bc_thread_state   441 src/bytecode.c   struct bc_thread_state *bc = &current_thread->bc;
bc_thread_state   456 src/bytecode.c valid_sp (struct bc_thread_state *bc, Lisp_Object *sp)
bc_thread_state   476 src/bytecode.c   struct bc_thread_state *bc = &current_thread->bc;
bc_thread_state  4995 src/lisp.h     extern void init_bc_thread (struct bc_thread_state *bc);
bc_thread_state  4996 src/lisp.h     extern void free_bc_thread (struct bc_thread_state *bc);
bc_thread_state  4997 src/lisp.h     extern void mark_bytecode (struct bc_thread_state *bc);
bc_thread_state   196 src/thread.h     struct bc_thread_state bc;