Searched refs:outline (Results 1 - 15 of 15) sorted by relevance

/ast/src/cmd/builtin/
H A Dnl.c126 register int n,line=pp->startnum, outline, sectnum=SECTION_BODY; local
137 outline = 0;
181 outline = 1;
186 outline = !regnexec((regex_t*)pp->section[sectnum], cp, n, (size_t)0, NULL, 0);
188 outline = 1;
189 if(outline)
H A Dwho.c167 static void outline(Sfio_t *out,register struct utmpx *up,register State_t* sp) function
256 outline(out,&ut,&state);
/ast/src/lib/libtk/library/demos/
H A Dfloor.tcl41 $w create rect 0 100 1 101 -fill {} -outline {} -tags marker
110 # outline - Color to use for the floor's outline.
112 proc bg1 {w fill outline} {
127 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
128 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
129 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
130 $w create line 0 337 0 391 -fill $outline -tags {floor1 bg}
131 $w create line 60 391 0 391 -fill $outline -tags {floor1 bg}
132 $w create line 3 114 3 337 -fill $outline
[all...]
H A Ditems.tcl95 -outline black -width 4 -tags item
101 -outline black -tags item
104 $c create rectangle 1c 9.5c 4c 12.5c -outline $red -width 3m -tags item
106 $c create rectangle 6c 10c 9c 15c -outline {} \
111 $c create oval 11c 9.5c 14c 12.5c -outline $red -width 3m -tags item
113 $c create oval 16c 10c 19c 15c -outline {} \
130 $c create arc 0.5c 17c 7c 20c -fill $green -outline black \
133 -outline $blue -start -135 -extent 270 -tags item \
136 -fill {} -outline $red -start 225 -extent -90 -tags item
138 -fill $blue -outline {}
[all...]
H A Dctext.tcl37 $c create rectangle 245 195 255 205 -outline black -fill red
58 -outline black -fill $color -width 1]
76 -outline black -fill red]
H A Dcscroll.tcl48 -outline black -fill $bg -tags rect
H A Dplot.tcl50 [expr $x+6] [expr $y+6] -width 1 -outline black \
H A Druler.tcl70 -outline black -fill [lindex [$c config -bg] 4]]
H A Dtwind.tcl141 [expr $x+6] [expr $y+6] -width 1 -outline black \
/ast/src/lib/libcmd/
H A Dfmt.c79 outline(Fmt_t* fp) function
158 outline(fp);
161 outline(fp);
165 outline(fp);
200 outline(fp);
216 outline(fp);
414 outline(fp);
499 outline(fp);
631 outline(&fmt);
/ast/src/lib/libtk/library/
H A Dclrpick.tcl399 $data(canvasWidth) $height -fill {} -outline {}]
446 -fill $color -outline $color]
448 $col itemconf $l -fill $color -outline $color
H A Dtkfbox.tcl180 set rTag [$data(canvas) create rect 0 0 0 0 -fill "" -outline ""]
378 -fill #a0a0ff -outline #a0a0ff]
/ast/src/cmd/html/
H A Dmm2html.sh144 typeset -A ds map nr outline set tr
2553 rm -f [0123456789][0123456789].html index.html outline.html
2556 outline[$page]=$2
2587 outline[$page]=$1
3011 title "${outline[01]//\<*([!>])\>/}"
3018 exec > outline.html
3019 title "${title} outline"
3022 <BR><H1><FONT color=red>outline</FONT></H1>
3026 do print "<TR><TD><A href='javascript:goto_slide(${page#0})'><CENTER>${outline[$page]}</CENTER></A></TD></TR>"
H A Dmm2twiki.sh67 typeset -x -A ds map nr outline
H A Dmm2bb.sh68 typeset -x -A ds map nr outline

Completed in 36 milliseconds