Searched refs:jump (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/mailx/
H A Dproc.c393 longjmp(state.jump.sigpipe, sig);
410 int jump = 0; local
419 jump = 1;
446 if (jump && !background)
H A Dmain.c166 longjmp(state.jump.header, sig);
508 if (sig = setjmp(state.jump.header))
H A Dmailx.h580 int x = setjmp(state.jump.sr); \
583 #define reset(x) longjmp(state.jump.sr, x)
682 int working; /* Whether to long jump */
690 } jump; member in struct:__anon136
H A Dcmd1.c338 if (sig = setjmp(state.jump.sigpipe))
479 if (f = setjmp(state.jump.sigpipe)) {
H A Dcollect.c87 * Then jump out of the collection loop.
655 if (sig = setjmp(state.jump.sigpipe))
/ast/src/lib/libdss/
H A Dcxeval.c143 cx->jump = 1;
159 pc += cx->jump;
H A Dcxlib.h52 int jump; \
H A Dcxopen.c430 cx->jump = (int)pc->data.number;
/ast/src/lib/libtk/library/
H A Dscrlbar.tcl236 # jump scrolling, and it just updates the scrollbar if we are jump
250 if [$w cget -jump] {
267 # It scrolls the window if we're in jump mode, otherwise it does nothing.
279 if [$w cget -jump] {
/ast/src/lib/libtk/generic/
H A DtkScrollbar.c49 int jump; /* Value of -jump option. */ member in struct:__anon416
217 {TK_CONFIG_BOOLEAN, "-jump", "jump", "Jump",
218 DEF_SCROLLBAR_JUMP, Tk_Offset(Scrollbar, jump), 0},

Completed in 54 milliseconds