Searched defs:jump (Results 1 - 3 of 3) sorted by relevance

/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},
/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 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

Completed in 32 milliseconds