Searched refs:stop (Results 51 - 75 of 281) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_global.c233 rp->stop == start - 1) {
234 ++rp->stop;
242 rp->start = rp->stop = start;
275 if (rp->stop < lno)
285 --rp->stop;
288 ++rp->stop;
300 if (rp->start > --rp->stop) {
307 nrp->stop = rp->stop + 1;
308 rp->stop
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dutil.h30 /* Offset to next column of stop size, e.g. tab offsets. */
31 #define COL_OFF(c, stop) ((stop) - ((c) % (stop)))
/netbsd-6-1-5-RELEASE/dist/nvi/include/
H A Dbitstring.h81 /* clear bits start ... stop in bitstring */
82 #define bit_nclear(name, start, stop) { \
84 register int _start = start, _stop = stop; \
98 /* set bits start ... stop in bitstring */
99 #define bit_nset(name, start, stop) { \
101 register int _start = start, _stop = stop; \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d10v/
H A Dinstruction_packing-001.s15 stop
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-evts.c52 if (add_new_registry (&gdb_py_events.stop, "stop") < 0)
/netbsd-6-1-5-RELEASE/gnu/usr.bin/diffutils/include/
H A Dregex.h20 int start, int range, struct re_registers *regs, int stop));
29 int start, struct re_registers *regs, int stop));
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dbitstring.h74 /* clear bits start ... stop in bitstring */
75 #define bit_nclear(name, start, stop) do { \
77 register int _start = (start), _stop = (stop); \
91 /* set bits start ... stop in bitstring */
92 #define bit_nset(name, start, stop) do { \
94 register int _start = (start), _stop = (stop); \
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.h22 int start, int range, struct re_registers *regs, int stop));
31 int start, struct re_registers *regs, int stop));
/netbsd-6-1-5-RELEASE/games/tetris/
H A Dtetris.h142 * The value eventually reaches a limit, and things stop going faster,
173 void stop(const char *) __dead;
H A Dinput.c98 stop("poll failed, help");
160 stop("end of file, help");
H A Dscreen.c106 stop("cannot clear screen");
108 stop("cannot do random cursor positioning");
162 * we stop while at it, stopset() above will longjmp back
180 stop(""); /* stop() supplies \n */
183 stop("tcgetattr() fails");
188 stop("tcsetattr() fails");
241 stop(const char *why) function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgen-trialdivtab.c57 int stop; local
109 stop = mpz_cmp (acc, Bhalf) >= 0;
110 if (!stop)
113 stop = sumspills (acc, pre + 2, 5);
116 if (stop)
160 stop = mpz_cmp (acc, Bhalf) >= 0;
161 if (!stop)
164 stop = sumspills (acc, pre + 2, 5);
167 if (stop)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-spu/
H A Dpic.d80 84: 00 00 00 00 stop
83 88: 00 00 00 00 stop
88 100: 00 00 00 01 stop
92 110: 00 00 00 02 stop
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpostmod-1.c29 volatile int stop = 1; variable
50 while (!stop);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-events.py22 print "event type: stop"
24 print "stop reason: signal"
25 print "stop signal: %s" % (event.stop_signal)
31 print "event type: stop"
33 print "stop reason: breakpoint"
58 gdb.events.stop.connect (signal_stop_handler)
59 gdb.events.stop.connect (breakpoint_stop_handler)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-bits.h413 INLINE_SIM_BITS(unsigned8) LSEXTRACTED8 (unsigned8 val, int start, int stop);
414 INLINE_SIM_BITS(unsigned16) LSEXTRACTED16 (unsigned16 val, int start, int stop);
415 INLINE_SIM_BITS(unsigned32) LSEXTRACTED32 (unsigned32 val, int start, int stop);
416 INLINE_SIM_BITS(unsigned64) LSEXTRACTED64 (unsigned64 val, int start, int stop);
418 INLINE_SIM_BITS(unsigned_word) LSEXTRACTED (unsigned_word val, int start, int stop);
420 INLINE_SIM_BITS(unsigned8) MSEXTRACTED8 (unsigned8 val, int start, int stop);
421 INLINE_SIM_BITS(unsigned16) MSEXTRACTED16 (unsigned16 val, int start, int stop);
422 INLINE_SIM_BITS(unsigned32) MSEXTRACTED32 (unsigned32 val, int start, int stop);
423 INLINE_SIM_BITS(unsigned64) MSEXTRACTED64 (unsigned64 val, int start, int stop);
425 INLINE_SIM_BITS(unsigned_word) MSEXTRACTED (unsigned_word val, int start, int stop);
[all...]
H A Dsim-core.c721 address_word stop; local
727 /* since xor-endian is enabled stop^xor defines the start
729 stop = start + nr_this_transfer - 1;
730 SIM_ASSERT (start <= stop);
731 SIM_ASSERT ((stop ^ byte_xor) <= (start ^ byte_xor));
732 if (sim_core_read_buffer (sd, cpu, map, x, stop ^ byte_xor, nr_this_transfer)
738 start = stop + 1;
742 stop = start + nr_this_transfer - 1;
743 SIM_ASSERT (stop == (addr + nr_bytes - 1));
744 if (sim_core_read_buffer (sd, cpu, map, x, stop
773 address_word stop; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/microcode/aic7xxx/
H A Daicasm.c166 stop("-d: Assembler not built with debugging "
177 stop(NULL, EX_CANTCREAT);
193 stop(NULL, EX_CANTCREAT);
201 stop(NULL, EX_CANTCREAT);
208 stop(NULL, EX_CANTCREAT);
238 stop(NULL, EX_OSERR);
243 stop(NULL, EX_OSERR);
281 stop("Unterminated conditional expression", EX_DATAERR);
306 stop(NULL, 0);
341 stop(bu
684 stop(const char *string, int err_code) function
[all...]
H A Daicasm.h89 void stop(const char *errstring, int err_code);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dcond.c131 char *stop = NULL; local
135 stop = mri_comment_field (&stopc);
180 mri_comment_end (stop, stopc);
264 char *stop = NULL; local
272 stop = mri_comment_field (&stopc);
297 mri_comment_end (stop, stopc);
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_stripelocks.c119 ( SINGLE_RANGE_OVERLAP((_cand)->start, (_cand)->stop, \
120 (_pred)->start, (_pred)->stop ) || \
122 (_pred)->start, (_pred)->stop ) || \
123 SINGLE_RANGE_OVERLAP((_cand)->start, (_cand)->stop, \
271 lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop2);
300 tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop2);
319 tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop2);
326 * conflict. stop searching as soon as we
347 tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop,
356 tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop,
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/gen/
H A D_setjmp.S88 stop #0
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dcpuvar.h75 int (*stop)(struct cpu_info *); member in struct:cpu_functions
/netbsd-6-1-5-RELEASE/regress/sys/kern/nameibench/
H A Dnameibench.c60 volatile sig_atomic_t stop; variable
108 for (c = 0, p = 0; !stop; c++) {
159 stop = (sig_atomic_t)1;
176 stop = 0;
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dcmdtab.c53 #define downhelp "do a 'stop' followed by 'disable' and put a message in status"
59 #define stophelp "stop a spooling daemon after current job completes and disable printing"
75 { "stop", stophelp, stop, 1 },

Completed in 284 milliseconds

1234567891011>>