Searched defs:jump (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkScrollbar.c | 49 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 D | proc.c | 393 longjmp(state.jump.sigpipe, sig); 410 int jump = 0; local 419 jump = 1; 446 if (jump && !background)
|
H A D | mailx.h | 580 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