Searched refs:do_debug (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dinit.c146 .do_debug = _dispatch_semaphore_debug,
153 .do_debug = _dispatch_semaphore_debug,
162 .do_debug = dispatch_queue_debug,
170 .do_debug = dispatch_queue_debug,
179 .do_debug = dispatch_queue_debug,
187 .do_debug = dispatch_queue_debug,
196 .do_debug = (void *)dispatch_queue_debug,
210 .do_debug = _dispatch_source_debug,
219 .do_debug = _dispatch_mach_debug,
227 .do_debug
[all...]
H A Dobject_internal.h86 size_t (*const do_debug)(struct dispatch_##x##_s *, char *, size_t); \
95 size_t (*do_debug)(struct dispatch_##x##_s *, char *, size_t); \
104 #define dx_debug(x, y, z) (x)->do_vtable->do_debug((x), (y), (z))
H A Dobject.m282 if (obj->do_vtable->do_debug) {
/macosx-10.9.5/llvmCore-3425.0.33/utils/release/
H A Dtest-release.sh36 do_debug="no"
108 do_debug="yes"
332 if [ "$do_debug" = "yes" ]; then
/macosx-10.9.5/vim-53/src/proto/
H A Dex_cmds2.pro2 void do_debug __ARGS((char_u *cmd));
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcretest.c639 int do_debug = debug; local
814 case 'D': do_debug = do_showinfo = 1; break;
1016 if (do_debug)
/macosx-10.9.5/pcre-7/pcre/
H A Dpcretest.c1049 int do_debug = debug; local
1221 case 'B': do_debug = 1; break;
1223 case 'D': do_debug = do_showinfo = 1; break;
1464 if (do_debug)
/macosx-10.9.5/vim-53/src/
H A Dex_cmds2.c77 * do_debug(): Debug mode.
81 do_debug(cmd) function
349 do_debug(eap->cmd);
361 do_debug(eap->cmd);
H A Dex_docmd.c1478 do_debug(getline_equal(getline, cookie, getsourceline)

Completed in 232 milliseconds