Searched refs:debug_print (Results 1 - 20 of 20) sorted by path

/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dbox.cpp278 // debug_print();
587 p[0]->debug_print();
590 p[i]->debug_print();
594 void quoted_text_box::debug_print() function in class:quoted_text_box
599 void half_space_box::debug_print() function in class:half_space_box
604 void space_box::debug_print() function in class:space_box
609 void tab_box::debug_print() function in class:tab_box
H A Dbox.h31 virtual void debug_print() = 0;
77 void debug_print();
100 void debug_print(const char *);
112 void debug_print();
131 void debug_print();
143 void debug_print() = 0;
152 void debug_print();
161 void debug_print() = 0;
170 void debug_print();
178 void debug_print();
[all...]
H A Ddelim.cpp174 void debug_print();
393 void delim_box::debug_print() function in class:delim_box
396 p->debug_print();
H A Dlimit.cpp34 void debug_print();
171 void limit_box::debug_print() function in class:limit_box
174 p->debug_print();
178 from->debug_print();
183 to->debug_print();
H A Dlist.cpp229 void list_box::debug_print() function in class:list_box
H A Dmark.cpp29 void debug_print();
66 void mark_box::debug_print() function in class:mark_box
69 p->debug_print();
79 void debug_print();
116 void lineup_box::debug_print() function in class:lineup_box
119 p->debug_print();
H A Dother.cpp32 void debug_print();
134 void accent_box::debug_print() function in class:accent_box
137 p->debug_print();
139 ab->debug_print();
147 void debug_print();
162 void overline_char_box::debug_print() function in class:overline_char_box
172 void debug_print();
212 void overline_box::debug_print() function in class:overline_box
215 p->debug_print();
228 void debug_print();
295 void uaccent_box::debug_print() function in class:uaccent_box
323 void underline_char_box::debug_print() function in class:underline_char_box
382 void underline_box::debug_print() function in class:underline_box
418 void size_box::debug_print() function in class:size_box
460 void font_box::debug_print() function in class:font_box
490 void fat_box::debug_print() function in class:fat_box
527 void vmotion_box::debug_print() function in class:vmotion_box
559 void hmotion_box::debug_print() function in class:hmotion_box
595 void vcenter_box::debug_print() function in class:vcenter_box
[all...]
H A Dover.cpp33 void debug_print();
181 void over_box::debug_print() function in class:over_box
184 num->debug_print();
189 den->debug_print();
H A Dpile.cpp109 void pile_box::debug_print() function in class:pile_box
111 col.debug_print("pile");
248 void matrix_box::debug_print() function in class:matrix_box
251 p[0]->debug_print("col");
254 p[i]->debug_print("col");
273 void column::debug_print(const char *s) function in class:column
H A Dscript.cpp34 void debug_print();
198 void script_box::debug_print() function in class:script_box
201 p->debug_print();
205 sub->debug_print();
210 sup->debug_print();
H A Dspecial.cpp54 void debug_print();
110 void special_box::debug_print() function in class:special_box
113 p->debug_print();
H A Dsqrt.cpp31 void debug_print();
170 void sqrt_box::debug_print() function in class:sqrt_box
173 p->debug_print();
H A Dtext.cpp31 void debug_print();
46 void debug_print();
217 void char_box::debug_print() function in class:char_box
253 void special_char_box::debug_print() function in class:special_char_box
298 void debug_print();
353 void prime_box::debug_print() function in class:prime_box
355 p->debug_print();
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp540 void entry_format::debug_print() const function in class:entry_format
697 void debug_print();
723 void input_entry_format::debug_print() function in class:input_entry_format
728 entry_format::debug_print();
1106 tem->debug_print();
H A Dtable.h78 void debug_print() const;
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.c5175 if (!p2p->cfg->debug_print)
5182 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf);
5191 if (!p2p->cfg->debug_print)
5198 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf);
5207 if (!p2p->cfg->debug_print)
5214 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf);
H A Dp2p.h589 * debug_print - Debug print
594 void (*debug_print)(void *ctx, int level, const char *msg); member in struct:p2p_config
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Devents.c535 struct wpa_bss *bss, int debug_print)
558 if (debug_print)
571 if (debug_print)
579 if (debug_print)
586 if (debug_print)
593 if (debug_print)
601 if (debug_print)
608 if (debug_print)
618 if (debug_print)
627 if (debug_print)
533 wpa_supplicant_ssid_bss_match(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_bss *bss, int debug_print) argument
788 rate_match(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int debug_print) argument
1011 wpa_scan_res_match(struct wpa_supplicant *wpa_s, int i, struct wpa_bss *bss, struct wpa_ssid *group, int only_first_ssid, int debug_print) argument
[all...]
H A Dp2p_supplicant.c4454 p2p.debug_print = wpas_p2p_debug_print;
H A Dwpa_supplicant_i.h1539 int only_first_ssid, int debug_print);

Completed in 408 milliseconds