Searched refs:watch (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/sys/ddb/
H A Ddb_watch.c62 db_watchpoint_t watch; local
64 if ((watch = db_free_watchpoints) != 0) {
65 db_free_watchpoints = watch->link;
66 return (watch);
72 watch = db_next_free_watchpoint;
75 return (watch);
79 db_watchpoint_free(db_watchpoint_t watch) argument
81 watch->link = db_free_watchpoints;
82 db_free_watchpoints = watch;
88 db_watchpoint_t watch; local
118 db_watchpoint_t watch; local
135 db_watchpoint_t watch; local
181 db_watchpoint_t watch; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A DMakefile.am79 watch.c \
94 watch.h
H A Dbuild_src.com51 $ CC watch.c
64 subr.obj,tag.obj,update.obj,version.obj,vers_ts.obj,watch.obj,wrapper.obj,-
H A DMakefile.in163 watch.c \
178 watch.h
229 update.$(OBJEXT) vers_ts.$(OBJEXT) watch.$(OBJEXT) \
275 @AMDEP_TRUE@ $(DEPDIR)/watch.Po $(DEPDIR)/wrapper.Po \
459 @_am_include@ @_am_quote@$(DEPDIR)/watch.Po@_am_quote@
H A Dwatch.c1 /* Implementation for "cvs watch add", "cvs watchers", and related commands
16 #include "watch.h"
107 /* Copy over existing watch types, except those to be removed. */
161 /* Copy over any unrecognized watch types, for future
173 /* Add in new watch types. */
319 new watch types and client is still running an old version. */
343 "watch-add\012" : "watch-remove\012",
381 watch (argc, argv) function
H A Dcvs.h866 int watch PROTO ((int argc, char **argv));
H A Dmain.c149 { "watch", NULL, NULL, watch, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
222 " watch Set watches\n",
H A Dsanity.sh7415 # or use of watch lists).
12153 dotest_fail 171a0 "${testcvs} watch" "Usage${DOTSTAR}"
12154 if ${testcvs} watch on; then
12271 dotest devcom-a1 "${testcvs} watch add" ''
12275 dotest devcom-a3 "${testcvs} watch remove -a unedit abb" ''
12325 dotest devcom-b0 "${testcvs} watch off" ''
12326 dotest devcom-b1 "${testcvs} watch remove" ''
12331 dotest devcom-some0 "${testcvs} watch on abc" ''
12352 # More watch tests, most notably setting watches on
12360 # This should probably be an error; setting a watch o
[all...]
/openbsd-current/usr.bin/cvs/
H A DMakefile13 version.c watch.c xmalloc.c
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DGenealogySPI.h88 typedef void (^os_activity_watch_block_t)(os_activity_watch_t watch, variable
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dclosure.t572 my $watch = '1';
573 linger(\$watch);
574 is($watch, '12', 'RT #1028');
585 my $watch = '1';
586 linger2(\$watch);
587 is($watch, 12, 'RT #10085');
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py53 watch = self.inferior_target.FindWatchpointByID(watchid)
55 lldbutil.get_description(watch), watch.GetHitCount())
157 # threads doing each action (break/crash/signal/watch)
/openbsd-current/gnu/usr.bin/cvs/emx/
H A DMakefile.in125 ${cvs_srcdir}/watch.c \
217 ${cvs_srcdir}/watch.o \
H A DMakefile125 ${cvs_srcdir}/watch.c \
217 ${cvs_srcdir}/watch.o \
/openbsd-current/gnu/usr.bin/cvs/os2/
H A DMakefile.in141 ${cvs_srcdir}${SL}watch.c \
225 ${cvs_srcdir}${SL}watch.obj \
H A DMakefile141 ${cvs_srcdir}${SL}watch.c \
225 ${cvs_srcdir}${SL}watch.obj \
H A Dwatcom.mak104 $(cvs_srcdir)\watch.obj &
/openbsd-current/gnu/usr.bin/cvs/
H A Dcvsnt.mak101 -@erase ".\WinRel\watch.obj"
230 "$(INTDIR)/watch.obj" \
324 -@erase ".\WinDebug\watch.obj"
455 "$(INTDIR)/watch.obj" \
705 ".\src\watch.h"\
1478 ".\src\watch.h"\
2297 ".\src\watch.h"\
2373 SOURCE=.\src\watch.c
2378 ".\src\watch.h"\
2405 "$(INTDIR)\watch
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl74 In any case, watch for this pattern. It occurs fairly often.
390 =item * 2 - watch expressions are active
413 Previous values of watch expressions. First set when the expression is
414 entered; reset whenever the watch expression changes.
430 The 'watch' expressions: to be evaluated before each line is executed.
565 (the "watch expressions" code does this to get the value of the watch
2942 # (watch expressions) has changed.
2945 # If we have any watch expressions ...
2990 if ( $trace & 4 ) { # User-installed watch
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dprocfs.c2887 char watch[sizeof (prwatch_t)];
2891 pwatch = (prwatch_t *) &arg.watch;
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm43 The CPAN shell can watch the C<blib/> directories that are built up
55 The CPAN shell can watch the C<blib/> directories that are built up
/openbsd-current/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.pm1468 watch the OutputDebugString() output:
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm2860 packages that ask questions had a need to ask, so you should watch
2936 Or if you want to schedule a I<cron> job to watch CPAN, you could list
2958 watch only for three modules. You can write
2965 # watch only for a new mod_perl module
/openbsd-current/gnu/usr.bin/perl/
H A Dembed.h1088 # define watch(a) Perl_watch(aTHX_ a) macro

Completed in 797 milliseconds