Searched refs:f3 (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtpool.c44 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 Dtstack.c82 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 Dform.tcl24 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 Dvariables.sh373 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 Dxmfbox.tcl175 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 Dtkfbox.tcl821 # 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 Dlog1p.c106 vc(sqrt2, 1.4142135623730950622E0 ,04f3,40b5,de65,33f9, 1, .B504F333F9DE65)
/ast/src/cmd/INIT/
H A Dpackage.sh6086 f1= f2= f3= f4=
6096 f3="$f3 $f"
6103 set '' $f1 $f2 $f3 $f4
/ast/src/cmd/html/
H A Dtroff2html.c4630 "f3", "3",

Completed in 552 milliseconds