Searched refs:f3 (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/tests/sfio/ |
H A D | tpool.c | 44 Sfio_t *f, *f1, *f2, *f3, *f4; local 48 !(f3 = sfopen((Sfio_t*)0,tstfile("sf", 2),"w"))) 60 sfsetbuf(f3,poolbuf,sizeof(poolbuf)); 61 if(!sfpool(f2,f3,0) ) 75 if(sfwrite(f3,s,n) != n) 82 !(f3 = sfopen(f3, tstfile("sf", 2), "r")) ) 85 if(sfsize(f1) != sfsize(f2) || sfsize(f2) != sfsize(f3)) 91 !(s3 = sfreserve(f3,n,0)) ) 98 sfclose(f3); [all...] |
H A D | tstack.c | 82 Sfio_t *f1, *f2, *f3, *f; local 111 !(f3 = sfopen((Sfio_t*)0,s3,"s"))) 143 if(sfstack(f,f3) != f) 167 !(f3 = sfopen((Sfio_t*)0,s3,"s"))) 171 if(sfstack(f,f3) != f || sfstack(f,f2) != f || sfstack(f,f1) != f)
|
/ast/src/lib/libtk/library/demos/ |
H A D | form.tcl | 24 foreach i {f1 f2 f3 f4 f5} { 34 pack $w.msg $w.f1 $w.f2 $w.f3 $w.f4 $w.f5 -side top -fill x
|
/ast/src/cmd/ksh93/tests/ |
H A D | variables.sh | 373 f3=$1 374 case $f3 in 375 '-') f3='' ;; 392 $f2$d2|$d2$f3) continue ;; 396 case $f3$d3 in 397 '') split "$d0$f1$d1$f2$d2$f3$d3" "[2]($f1)($f2)" "($f1)($f2)" ;; 399 *) x=$f2$d2$f3$d3 402 split "$d0$f1$d1$f2$d2$f3$d3" "[3]($f1)($f2)($f3)" "($f1)($x)"
|
/ast/src/lib/libtk/library/ |
H A D | xmfbox.tcl | 175 set f3 [frame $top.f3] 178 pack $f3 -side bottom -fill x 207 label $f3.lab -text "Selection:" -under 0 -anchor w 208 entry $f3.ent 209 pack $f3.lab -side top -fill x -padx 6 -pady 0 210 pack $f3.ent -side top -fill x -padx 4 -pady 4 211 set data(sEnt) $f3.ent
|
H A D | tkfbox.tcl | 821 # f3: the frame with the cancel button and the file types field 823 set f3 [frame $w.f3] 824 set data(typeMenuLab) [label $f3.lab -text "Files of type:" \ 826 set data(typeMenuBtn) [menubutton $f3.menu -indicatoron 1 -menu $f3.menu.m] 834 set data(cancelBtn) [button $f3.cancel -text Cancel -under 0 -width 6] 836 # pack the widgets in f2 and f3 849 pack $f3 -side bottom -fill x
|
/ast/src/lib/libast/uwin/ |
H A D | log1p.c | 106 vc(sqrt2, 1.4142135623730950622E0 ,04f3,40b5,de65,33f9, 1, .B504F333F9DE65)
|
/ast/src/cmd/INIT/ |
H A D | package.sh | 6086 f1= f2= f3= f4= 6096 f3="$f3 $f" 6103 set '' $f1 $f2 $f3 $f4
|
/ast/src/cmd/html/ |
H A D | troff2html.c | 4630 "f3", "3",
|
Completed in 552 milliseconds