Searched refs:text (Results 1 - 25 of 65) sorted by relevance

123

/ast/src/cmd/dsslib/text/
H A Dlib.c24 DSSLIB(text)
H A DMakefile7 text plugin=dss :LIBRARY: text.c lib.c -ldss
10 text.o : .CC.NOOPTIMIZE
/ast/src/lib/libtk/library/demos/
H A Dhello15 button .hello -text "Hello, world" -command {
H A Dtimer10 label .counter -text 0.00 -relief raised -width 10
11 button .start -text Start -command {
17 button .stop -text Stop -command {set stopped 1}
35 .counter config -text [format "%d.%02d" $seconds $hundredths]
H A Dixset171 proc labelentry {path text length} {
173 label $path.label -text $text
185 button .buttons.ok -command "ok" -text "Ok"
186 button .buttons.apply -command "writesettings" -text "Apply"
187 button .buttons.cancel -command "cancel" -text "Cancel"
188 button .buttons.quit -command "quit" -text "Quit"
198 label .bell.label -text "Bell Settings"
216 label .kbd.label -text "Keyboard Repeat Settings"
220 -text "O
[all...]
H A Drolodex29 label .frame.$i.label -text [lindex $names $i] -anchor e
36 button .buttons.clear -text Clear
37 button .buttons.add -text Add
38 button .buttons.search -text Search
39 button .buttons.delete -text "Delete ..."
50 menubutton .menu.file -text "File" -menu .menu.file.m -underline 0
56 menubutton .menu.help -text "Help" -menu .menu.help.m -underline 0
112 .buttons.clear config -text "Clear Ctrl+C"
114 .buttons.add config -text "Add Ctrl+A"
116 .buttons.search config -text "Searc
[all...]
H A Dwidget21 # and a text widget that explains how to use the program, plus lists
28 menubutton .menuBar.file -text File -menu .menuBar.file.m -underline 0
41 text .t -yscrollcommand {.s set} -wrap word -width 60 -height 30 -font $font \
47 label .statusBar.lab -text " " -relief sunken -bd 1 \
55 # Create a bunch of tags to use in the text widget, such as those for
94 .statusBar.lab config -text ""
111 # Create the text for the text widget.
120 .t insert end "1. Labels (text and bitmaps)." {demo demo-label}
159 .t insert end "1. Basic editable text
[all...]
/ast/src/lib/libexpr/
H A Dexcc.c120 sfprintf(cc->ccdisc->text, "sfprintf(%s, \"%s", expr->data.print.descriptor->op == CONSTANT && expr->data.print.descriptor->data.constant.value.integer == 2 ? "sfstderr" : "sfstdout", fmtesq(x->format, quote));
122 sfprintf(cc->ccdisc->text, "%s", fmtesq(x->format, quote));
123 sfprintf(cc->ccdisc->text, "\"");
130 sfprintf(cc->ccdisc->text, ", (");
132 sfprintf(cc->ccdisc->text, ")");
134 sfprintf(cc->ccdisc->text, ", (");
136 sfprintf(cc->ccdisc->text, ")");
139 sfprintf(cc->ccdisc->text, ");\n");
155 sfprintf(cc->ccdisc->text, "sfscanf(sfstdin, \"%s", fmtesq(x->format, quote));
157 sfprintf(cc->ccdisc->text, "
[all...]
/ast/src/lib/libast/string/
H A Dfmtsignal.c27 * if sig>=0 then return signal text for signal sig
43 buf = sig_info.text[sig];
/ast/src/cmd/INIT/
H A Dditto.sh217 if read -r -u5 text src_mtime src_sum src_uid src_gid src_type src_perm src_path src_link
219 if [[ $text != +([[:digit:]]) ]]
221 print -u2 $COMMAND: source: "'$text'"
225 src_size=$text
242 if read -r -u6 text dst_mtime dst_sum dst_uid dst_gid dst_type dst_perm dst_path dst_link
244 if [[ $text != +([[:digit:]]) ]]
246 print -u2 $COMMAND: destination: $text
250 dst_size=$text
H A Dhurl.sh121 if ! read prot code text
128 test 0 != $verbose && echo "$command: prot=$prot code=$code $text" >&2
187 *) echo "$0: $url: $code: $text" >&2
/ast/src/lib/libcodex/
H A Dcode-uu.c65 int text; member in struct:State_s
173 int text; local
176 string = text = 0;
195 else if (streq(s, "text"))
196 text = 1;
211 state->text = text;
307 if (state->text)
345 if (state->text)
358 if (state->text)
[all...]
/ast/src/cmd/html/
H A Dmm2twiki.sh68 typeset cond dirs files fg frame label list prev text title type
304 trap 'set -- "${text[@]}"' 0
432 set -A text -- "${v[@]}"
434 *) set -A text -- $data
437 case ${text[0]} in
439 set -- "${text[@]}"
443 case ${text[0]} in
445 then warning "unmatched ${text[0]}"
467 case ${text[0]} in
484 set -A text
[all...]
H A Dmm2html.sh26 # \h'0/\w"LABEL"'TEXT\h'0' local link label with alternate text
37 # .xx begin=internal begin internal text
38 # .xx end=internal end internal text
42 # .sn file like .so but text copied to output
103 [+author=text?Specifies the contact information for the
112 [+package=text?\atext\a is prepended to the \bhtml\b document
114 [+title=text?Sets the document title.]
118 construct \\h'\'$'0*\\w\"label\"'\'$'text\\h'\'$'0'\'$', where
119 \alabel\a is the local link label and \atext\a is the hot link text. If
121 \\h'\'$'0*1'\'$'text\\
[all...]
H A Dbb2tok.c85 token(State_t* state, Sfio_t* op, const char* text, const Header_t* head, int push) argument
91 if (*state->lex == LABEL && (streq(text, ":") || streq(text, "Code") || streq(text, "wrote")))
98 sfputr(op, text, *state->lex == HEADER ? ' ' : '\n');
H A Dmm2bb.sh69 typeset cond dirs files fg frame label list prev text title type
314 trap 'set -- "${text[@]}"' 0
442 set -A text -- "${v[@]}"
444 *) set -A text -- $data
447 case ${text[0]} in
449 set -- "${text[@]}"
453 case ${text[0]} in
455 then warning "unmatched ${text[0]}"
477 case ${text[0]} in
494 set -A text
[all...]
/ast/src/lib/libtk/generic/
H A DtkMenubutton.c41 char *text; /* Text to display in button (malloc'ed) member in struct:__anon410
43 int numChars; /* # of characters in text. */
49 * then text and textVar and underline
52 * NULL. If non-NULL, bitmap, text, and
85 XFontStruct *fontPtr; /* Information about text font, or NULL. */
92 GC normalTextGC; /* GC for drawing text in normal mode. */
93 GC activeTextGC; /* GC for drawing text in active mode (NULL
95 Pixmap gray; /* Pixmap for displaying disabled text/icon if
99 * draw button text or icon. Otherwise
100 * text o
[all...]
H A DtkCanvText.c4 * This file implements text items for canvas widgets.
19 * One of the following structures is kept for each line of text
20 * in a text item. It contains geometry and display information
26 * line (in the "text" field of enclosing
27 * text item). */
37 int x1, y1; /* Upper-left pixel that is part of text
40 int x2, y2; /* Lower-left pixel that is part of text
46 * The structure below defines the record for each text item.
58 char *text; /* Text for item (malloc-ed). */ member in struct:TextItem
59 int numChars; /* Number of non-NULL characters in text
[all...]
/ast/src/cmd/ksh93/tests/
H A Dpty.sh63 typeset text
66 while read -r text
67 do if [[ $text == *debug* ]]
68 then print -u2 -r -- "$text"
69 else offset=${text/*: line +([[:digit:]]):*/\1}
70 err_exit "${text/: line $offset:/: line $(( lineno + offset)):}"
/ast/src/cmd/msgcc/
H A Dmsgcc.sh50 either reuse the message numbers with new message text that
51 is similar to the old or to delete the message text, leaving
55 [+similar=\anumber\a?The message text similarity measure threshold.
57 text is 100*(2*gzip(\aold\a+\anew\a)/(gzip(\aold\a)+gzip(\anew\a))-1),
58 where gzip(\ax\a) is the size of text \ax\a when compressed by
/ast/src/lib/libast/comp/
H A Dfmtmsglib.c85 "text", 0, MM_text,
201 fmtmsg(long classification, const char* label, int severity, const char* text, const char* action, const char* tag)
297 if ((mask & MM_text) && text)
298 sfprintf(sp, "%s\n", text);
/ast/src/cmd/builtin/
H A Dpty.c46 "in text are converted, including \\E for ESC and \\cX for "
67 "in text are converted, including \\E for ESC and \\cX for "
379 * return 1 is extended re pattern matches text
383 match(char* pattern, char* text, int must) argument
397 if (text)
398 error(2, "got \"%s\"", fmtesq(text, "\""));
403 if (!text)
406 error(2, "expected EOF, got \"%s\"", fmtesq(text, "\""));
410 if (!text)
422 if (regexec(re, text,
706 char* text; member in struct:Cond_s
[all...]
/ast/src/lib/libast/features/
H A Dsignal.c40 char* text; member in struct:_m_
364 else if (map[j].text)
365 printf(" \"%s\",\n", map[j].text);
/ast/src/cmd/nmake/
H A DMakefile68 text='hard link' macro
69 echo "$text" > /tmp/mkl$$/nl
72 "$text") _feature_="$_feature_ ln" ;;
/ast/src/lib/libast/misc/
H A Dtranslate.c60 char text[1]; /* message text */ member in struct:__anon296
81 { offsetof(Message_t, text), 0, 0 },
111 strcpy(mp->text, msg);
275 * msg message text to be translated
277 * the translated message text is returned on success

Completed in 33 milliseconds

123