Searched refs:jump (Results 1 - 10 of 10) sorted by relevance
/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 | main.c | 166 longjmp(state.jump.header, sig); 508 if (sig = setjmp(state.jump.header))
|
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
|
H A D | cmd1.c | 338 if (sig = setjmp(state.jump.sigpipe)) 479 if (f = setjmp(state.jump.sigpipe)) {
|
H A D | collect.c | 87 * Then jump out of the collection loop. 655 if (sig = setjmp(state.jump.sigpipe))
|
/ast/src/lib/libdss/ |
H A D | cxeval.c | 143 cx->jump = 1; 159 pc += cx->jump;
|
H A D | cxlib.h | 52 int jump; \
|
H A D | cxopen.c | 430 cx->jump = (int)pc->data.number;
|
/ast/src/lib/libtk/library/ |
H A D | scrlbar.tcl | 236 # 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 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},
|
Completed in 54 milliseconds