Searched refs:Text (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/re/
H A Dsed.h34 } Text; typedef in typeref:struct:__anon205
36 extern void compile(Text*, Text*);
37 extern void execute(Text*, Text*);
38 extern word recomp(Text*, Text*, int);
40 extern int match(unsigned char*, Text*, int);
41 extern int substitute(regex_t*, Text*);
43 extern void tcopy(Text*, Tex
[all...]
H A Dsed2.c28 int selected(unsigned char*, Text*);
38 Text hold;
48 writeline(Text *data)
60 sel1(word addr, Text *data)
79 selected(unsigned char *pc, Text *data)
120 vacate(Text *t)
128 tcopy(Text *from, Text *to)
141 vv(Text *script, unsigned char *pc, Text *dat
[all...]
H A Dsed1.c31 int blank(Text*);
32 void fixlabels(Text*);
33 void fixbrack(Text*);
34 void ckludge(Text*, int, int, int, Text*);
35 int addr(Text*, Text*);
43 static Text rebuf;
86 blank(Text *t)
124 putword(Text *
[all...]
H A Dsed0.c64 static void readscript(Text*, char*);
65 static void copyscript(Text*, unsigned char*);
83 grow(Text *t, word n)
98 safescript(Text *t)
116 readscript(Text *t, char *s)
137 copyscript(Text *t, const unsigned char *s)
158 readline(Text *t)
239 compile(Text *script, Text *t)
248 execute(Text *
[all...]
H A Dsed3.c24 Text retemp; /* holds a rewritten regex, without delimiter */
27 recomp(Text *rebuf, Text *t, int sub)
82 substitute(regex_t *re, Text *data)
/ast/src/lib/libtk/library/
H A Dtext.tcl43 bind Text <1> {
47 bind Text <B1-Motion> {
52 bind Text <Double-1> {
57 bind Text <Triple-1> {
62 bind Text <Shift-1> {
67 bind Text <Double-Shift-1> {
71 bind Text <Triple-Shift-1> {
75 bind Text <B1-Leave> {
80 bind Text <B1-Enter> {
83 bind Text <ButtonReleas
[all...]
/ast/src/lib/libtk/library/demos/
H A Drmt57 bindtags .t {.t Text . all}
H A Dctext.tcl11 wm title $w "Canvas Text Demonstration"
12 wm iconname $w "Text"
78 $c create text [expr $x+45] [expr $y-5] -text {Text Position} -anchor s \
H A Dstyle.tcl11 wm title $w "Text Demonstration - Display Styles"
61 $w.text insert end {Text widgets like this one allow you to display information in a
H A Dtext.tcl11 wm title $w "Text Demonstration - Basic Facilities"
55 7. Edit. Text widgets support the standard Motif editing characters
H A Ditems.tcl117 $c create text 25c 8.2c -text Text -anchor n

Completed in 92 milliseconds