/ast/src/lib/libtk/library/demos/ |
H A D | menu.tcl | 30 $m add command -label "Open ..." -command {error "this is just a demo: no action has been defined for the \"Open ...\" entry"} 31 $m add command -label "New" -command {error "this is just a demo: no action has been defined for the \"New\" entry"} 32 $m add command -label "Save" -command {error "this is just a demo: no action has been defined for the \"Save\" entry"} 33 $m add command -label "Save As ..." -command {error "this is just a demo: no action has been defined for the \"Save As ...\" entry"} 34 $m add separator 35 $m add command -label "Print Setup ..." -command {error "this is just a demo: no action has been defined for the \"Print Setup ...\" entry"} 36 $m add command -label "Print ..." -command {error "this is just a demo: no action has been defined for the \"Print ...\" entry"} 37 $m add separator 38 $m add command -label "Quit" -command "destroy $w" 43 $m add comman [all...] |
H A D | rolodex | 37 button .buttons.add -text Add 40 pack .buttons.clear .buttons.add .buttons.search .buttons.delete \ 52 .menu.file.m add command -label "Load ..." -command fileAction -underline 0 53 .menu.file.m add command -label "Exit" -command {destroy .} -underline 0 83 .buttons.add config -command addAction 114 .buttons.add config -text "Add Ctrl+A" 187 .menu.help.m add command -label "On Context..." -command {Help context} \ 189 .menu.help.m add command -label "On Help..." -command {Help help} \ 191 .menu.help.m add command -label "On Window..." -command {Help window} \ 193 .menu.help.m add comman [all...] |
H A D | rmt | 39 .menu.file.m add cascade -label "Select Application" \ 41 .menu.file.m add command -label "Quit" -command "destroy ." -underline 0 137 .t tag add bold {promptEnd linestart} promptEnd 186 .t tag add bold "promptEnd linestart" promptEnd 198 .menu.file.m.apps add command -label $i -command [list newApp $i] 200 .menu.file.m.apps add command -label local -command {newApp local}
|
H A D | tcolor | 50 .menu.file.m add radio -label "RGB color space" -variable colorSpace \ 52 .menu.file.m add radio -label "CMY color space" -variable colorSpace \ 54 .menu.file.m add radio -label "HSB color space" -variable colorSpace \ 56 .menu.file.m add separator 57 .menu.file.m add radio -label "Automatic updates" -variable autoUpdate \ 59 .menu.file.m add radio -label "Manual updates" -variable autoUpdate \ 61 .menu.file.m add separator 62 .menu.file.m add command -label "Exit program" -underline 0 \
|
H A D | widget | 30 .menuBar.file.m add command -label "About ... " -command "aboutBox" \ 32 .menuBar.file.m add sep 33 .menuBar.file.m add command -label "Quit" -command "exit" -underline 0 87 .t tag add hot "$lastLine +1 chars" "$lastLine lineend -1 chars" 105 .t tag add hot "$lastLine +1 chars" "$lastLine lineend -1 chars" 287 .t tag add visited "$index linestart +1 chars" "$index lineend -1 chars"
|
H A D | search.tcl | 49 $w tag add $tag $cur "$cur + $length char"
|
H A D | twind.tcl | 96 $t tag add buttons $t.default end 156 $t tag add center plot
|
/ast/src/lib/libtk/library/ |
H A D | tk.tcl | 88 set op add 102 event add <<Cut>> <Control-Key-x> <Key-F20> 103 event add <<Copy>> <Control-Key-c> <Key-F16> 104 event add <<Paste>> <Control-Key-v> <Key-F18> 109 event add <<Cut>> <Control-Key-x> <Shift-Key-Delete> 110 event add <<Copy>> <Control-Key-c> <Control-Key-Insert> 111 event add <<Paste>> <Control-Key-v> <Shift-Key-Insert> 114 event add <<Cut>> <Control-Key-x> <Key-F2> 115 event add <<Copy>> <Control-Key-c> <Key-F3> 116 event add <<Past [all...] |
H A D | optMenu.tcl | 39 $w.menu add command -label $firstValue \ 42 $w.menu add command -label $i -command [list set $varName $i]
|
H A D | tearoff.tcl | 108 set cmd [list $dst add [$src type $i]]
|
H A D | dialog.tcl | 59 option add *Dialog.msg.wrapLength 3i widgetDefault
|
H A D | text.tcl | 239 %W tag add sel 1.0 end 499 $w tag add sel $first $last 530 $w tag add sel $first $last 613 $w tag add sel $new insert 615 $w tag add sel insert $new 627 $w tag add sel $first $last
|
/ast/src/lib/libsum/ |
H A D | sum-prng.c | 32 [+add?The 32 bit PRNG addend.]:[number:=0]\ 50 Prngnum_t add; member in struct:Prng_s 76 else if (strneq(t, "add", i)) 77 sum->add = v ? strtoul(v + 1, NiL, 0) : ~sum->add; 110 c = c * sum->mpy + sum->add + *b++;
|
/ast/src/lib/libvdelta/ |
H A D | vdsqueeze.c | 65 n_add = begs ? here-begs : 0; /* add size */ 149 reg uchar *add, *endfold; local 160 add = NIL(uchar*); 218 { if(vdputinst(tab,add,s,bestm,len) < 0) 221 /* add a sufficient number of suffices */ 227 add = NIL(uchar*); 231 { if(!add) 232 add = s; 234 ends = (s += 1); /* add one prefix */ 240 if(ss < ends) for(;;) /* add prefice [all...] |
H A D | vddelta.c | 66 n_add = begs ? here-begs : 0; /* add size */ 162 reg uchar *add; local 168 { add = fold; 177 add = NIL(uchar*); 242 { if(target && vdputinst(tab,add,fold,bestm,len) < 0) 245 /* add a sufficient number of suffices */ 253 add = NIL(uchar*); 257 { if(!add) 258 add = fold; 260 ends = (fold += 1); /* add on [all...] |
/ast/src/lib/libvcodex/Vcdelta/ |
H A D | vcdhdr.h | 29 implementation only allows add+copy and copy+add instructions. 46 { ssize_t add; /* max single ADD size */ member in struct:_vcdsize_s 54 { Vcchar_t add[VCD_ADDMAX]; member in struct:_vcdindex_s
|
H A D | vcdtblinit.c | 33 { 17, /* add */ 68 for(s = 0; s <= siz->add; ++s) 76 idx->add[s] = i;
|
/ast/src/cmd/ksh93/tests/ |
H A D | glob.sh | 35 typeset lineno expected drop arg got sep op val add del 43 then add=${1#++} 65 if [[ $add ]] 66 then expected="<$add> $expected"
|
/ast/src/lib/libvdelta/vd01/ |
H A D | vddelta01.c | 70 n_add = begs ? here-begs : 0; /* add size */ 168 reg uchar *add, *endfold; local 187 add = NIL(uchar*); 257 { if(output && vdputinst(tab,add,s,bestm,len) < 0) 260 /* add a sufficient number of suffices */ 268 add = NIL(uchar*); 272 { if(!add) 273 add = s; 275 ends = (s += 1); /* add one prefix */ 281 if(ss < ends) for(;;) /* add prefice [all...] |
/ast/src/lib/libodelta/ |
H A D | delta.c | 38 #define A_MAX 5 /* max size of the header of an add instruction */ 158 /* make a new add command */ 213 /* it's good but it may be better to merge it to an add */ 233 register long add, m_cost, a_cost; local 236 add = (s->last && s->last->type == DELTA_ADD) ? s->last->size : 0; 253 if(add > 0) 255 cost_m += 1 + add + NBYTE(add); 256 cost_a += add; 269 /* convert the entire sequence to an add */ [all...] |
/ast/src/lib/libvcodex/Vchuff/ |
H A D | vchuffpart.c | 63 static double eupdate(double e, ssize_t* freq, ssize_t* fr, int add) argument 65 static double eupdate(e, freq, fr, add) 69 int add; /* 1/0 for adding/subtracting */ 78 if(add)
|
/ast/src/lib/libvcodex/ |
H A D | vclzparse.c | 205 Obj_t *m, *p, *obj, *add, *endo, **ht; local 224 if(vcpa->nsrc >= hs->poly) /* add source data into hash table */ 239 for(add = obj = hs->tar, endo = obj + vcpa->ntar - (mmin-1); ; ) 305 if(add < obj) 306 { fpair.mtch[n].tpos = add - hs->src; 308 fpair.mtch[n].size = obj - add; 378 if(add < obj) 379 { rpair.mtch[n].tpos = add - hs->src; 381 rpair.mtch[n].size = obj - add; 400 else if((add [all...] |
/ast/src/cmd/INIT/ |
H A D | mamake.c | 116 #define add(b,c) (((b)->nxt >= (b)->end) ? append(b, "") : NiL, *(b)->nxt++ = (c)) macro 159 char* nxt; /* next char to add */ 899 add(buf, c); 1154 add(buf, c); 1157 add(buf, '\\'); 1158 add(buf, c); 1161 add(buf, c); 1163 add(buf, '\''); 1206 add(buf, *s); 1238 add(bu [all...] |
/ast/src/lib/libast/misc/ |
H A D | stk.c | 423 * if extra is non-zero, first add a extra bytes and zero the first 492 * add a new stack frame of size >= <n> to the current stack. 507 int nn=0,add=1; local 532 add = 0; 550 if(add)
|
/ast/src/cmd/pax/ |
H A D | testpax.sh | 162 : add subdir to old 168 : add same subdir to new but with newer time
|