Searched refs:characters (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dtext.tcl39 4. Select. Press mouse button 1 and drag to select a range of characters.
47 5. Delete and replace. To delete text, select the characters you'd like
55 7. Edit. Text widgets support the standard Motif editing characters
56 plus many Emacs editing characters. Backspace and Control-h erase the
64 cursor. Control-t transposes the two characters on either side of the
69 even number of characters high and wide. Also, if you make the window
H A Dstyle.tcl66 or more ranges of characters within a text widget. You can configure
68 characters will be displayed with the styles you chose. The
102 with a border that makes characters appear either }
/ast/src/cmd/pack/
H A Dhuffdecode.c50 static char characters[END]; variable
170 eof = &characters[0];
/ast/src/cmd/ie/
H A Deditlib.c74 * single characters are read in RAW mode and acted upon immediately.
/ast/src/lib/libast/uwin/
H A Dcrypt.c95 #error C_block structure assumes 8 bit characters
483 * (of size "chars_in" characters) into another array (of size "chars_out"
484 * characters).
870 * Involve the rest of the password 8 characters at a time.
917 * Encode the 64 cipher bits as 11 ascii characters.
/ast/src/cmd/nmake/
H A Doption.c227 " \aseparator\a must not contain metarule or shell pattern characters.",
1296 error(3, "--%s: %s: value must not contain metarule or shell pattern characters", op->name, state.targetprefix);
/ast/src/lib/libast/misc/
H A Dmagic.c1522 s = (flags & CC_control) ? T("utf-8 text with control characters") : T("utf-8 text");
1524 s = (flags & CC_control) ? T("latin text with control characters") : T("latin text");
1526 s = (flags & CC_control) ? T("text with control characters") : T("text");
2078 (*mp->disc->errorf)(mp, mp->disc, 1, "invalid characters after substitution: %s", p);

Completed in 143 milliseconds