Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dmtsm.cpp25 extern int debug_state;
54 if (debug_state) in diff()
98 if (debug_state) in diff()
121 if (debug_state) in diff()
225 if (debug_state) { in flush()
380 if (debug_state) in push_state()
391 if (debug_state) in pop_state()
428 if (debug_state) in inherit()
H A Dinput.cpp125 int debug_state = 0; // turns on debugging of the html troff state variable
501 if (debug_state) in finish_get()
588 if (debug_state) { in push()
595 if (debug_state) in push()
2741 if (debug_state) { in process_input_stack()
2761 if (debug_state) { in process_input_stack()
2775 if (debug_state) { in process_input_stack()
7388 debug_state = 1; in main()
H A Dnode.cpp24 extern int debug_state;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfile-find.cc28 find_file_set_debug (bool debug_state) in find_file_set_debug() argument
30 debug = debug_state; in find_file_set_debug()
H A Dsel-sched.cc555 static void debug_state (state_t);
588 debug_state (FENCE_STATE (fence)); in advance_one_cycle()
5258 debug_state (state_t state) in debug_state() function
5307 debug_state (FENCE_STATE (fence)); in advance_state_on_fence()
7079 debug_state (curr_state); in reset_sched_cycles_in_current_ebb()
7124 debug_state (curr_state); in reset_sched_cycles_in_current_ebb()
7145 debug_state (curr_state); in reset_sched_cycles_in_current_ebb()
H A DChangeLog-201028766 * sel-sched.c (debug_state): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfile-find.c28 find_file_set_debug (bool debug_state) in find_file_set_debug() argument
30 debug = debug_state; in find_file_set_debug()
H A Dsel-sched.c555 static void debug_state (state_t);
588 debug_state (FENCE_STATE (fence)); in advance_one_cycle()
5258 debug_state (state_t state) in debug_state() function
5307 debug_state (FENCE_STATE (fence)); in advance_state_on_fence()
7079 debug_state (curr_state); in reset_sched_cycles_in_current_ebb()
7124 debug_state (curr_state); in reset_sched_cycles_in_current_ebb()
7145 debug_state (curr_state); in reset_sched_cycles_in_current_ebb()
/netbsd-src/external/gpl3/gdb/dist/sim/frv/
H A DChangeLog-20212530 * sim-main.h (_sim_cpu): Add debug_state member.
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog1258 * src/roff/troff/node.cpp: New extern `debug_state'.