Searched refs:cancel (Results 1 - 13 of 13) sorted by relevance
| /ast/src/lib/libtk/library/ |
| H A D | msgbox.tcl | 78 {cancel -width 6 -text Cancel -under 0} 84 {cancel -width 6 -text Cancel -under 0} 97 {cancel -width 6 -text Cancel -under 0}
|
| H A D | tk.tcl | 143 # This procedure is invoked to cancel an auto-repeat action described 153 after cancel $tkPriv(afterId)
|
| H A D | xmfbox.tcl | 24 # pathname of the selected file or "" if user hits cancel. The 219 set data(cancelBtn) [button $bot.cancel -text Cancel -width 6 -under 0 \ 222 pack $bot.ok $bot.filter $bot.cancel -padx 10 -pady 10 -expand yes \ 234 bind $w <Alt-c> "tkButtonInvoke $bot.cancel" 581 catch {after cancel $tkPriv(lbAccel,$w,afterId)} 592 after cancel $tkPriv(lbAccel,$w,afterId)
|
| H A D | clrpick.tcl | 293 button $botFrame.cancel -text Cancel -width 8 -under 0 \ 297 set data(cancelBtn) $botFrame.cancel 299 pack $botFrame.ok $botFrame.cancel \
|
| H A D | tkfbox.tcl | 546 after cancel $tkPriv(ILAccel,$w,afterId) 821 # f3: the frame with the cancel button and the file types field 834 set data(cancelBtn) [button $f3.cancel -text Cancel -under 0 -width 6]
|
| /ast/src/lib/libtk/library/demos/ |
| H A D | ixset | 27 proc cancel {} { 187 button .buttons.cancel -command "cancel" -text "Cancel" 190 pack .buttons.ok .buttons.apply .buttons.cancel .buttons.quit \
|
| /ast/src/cmd/3d/ |
| H A D | lib.c | 62 cancel(&state.table.fd); 71 cancel(&state.table.fd); 137 cancel(&state.table.fd);
|
| H A D | vcs.c | 166 cancel(&state.vcs.fd); 470 else if (n == -1) cancel(&state.vcs.fd); 475 cancel(&state.vcs.fd);
|
| H A D | 3d.h | 341 #define cancel(p) (*(p)>=RESERVED_FD?(state.file[*(p)].reserved=0,CLOSE(*(p)),*(p)=0):(-1)) macro
|
| H A D | init.c | 746 cancel(&state.table.fd); 751 cancel(&state.table.fd); 1090 cancel(&state.table.fd);
|
| H A D | fs.c | 618 cancel(&fs->fd);
|
| /ast/src/cmd/std/ |
| H A D | ps.c | 178 short cancel; /* cancel this if specified */ member in struct:Key_s 1399 kp->already = keys[kp->cancel].already = keys[kp->cancel].skip = 1;
|
| /ast/src/cmd/nmake/ |
| H A D | command.c | 40 #define INTERMEDIATE 003 /* waiting for parent cancel */ 821 cancel(register Rule_t* r, register List_t* p) function 1013 if (clear || cancel(job->target, job->prereqs)) 1426 if (action && cancel(r, prereqs)) 1525 if (cancel(r, prereqs))
|
Completed in 70 milliseconds