/ast/src/cmd/pax/ |
H A D | tar.sh | 3 # This software is part of the ast package # 9 # A copy of the License is available at # 38 [+DESCRIPTION?The \btar\b utility is a compatibility script on top of 42 \akey\a. The \akey\a is an \aoptions\a string containing one of the 46 single-character function letters. Some of the function modifiers 47 (\bb\b, \bf\b, \bX\b) take operands. Operands of these function 48 modifiers appear after the \aoptions\a string instead of immediately 52 extracted. In all cases, appearance of a directory name refers to the 53 files and \(recursively\) subdirectories of that directory.] 56 [r:append?Append files to the end of a [all...] |
/ast/src/lib/libtk/library/demos/ |
H A D | text.tcl | 27 {This window is a text widget. It displays one or more lines of text 28 and allows you to edit the text. Here is a summary of the things you 39 4. Select. Press mouse button 1 and drag to select a range of characters. 41 button 1 with the shift key down. This will reset the end of the 42 selection nearest the mouse cursor and you can drag that end of the 53 click button 2 to copy the selection to the point of the mouse cursor. 57 character to the left of the insertion cursor. Delete and Control-d 58 erase the character to the right of the insertion cursor. Meta-backspace 59 deletes the word to the left of the insertion cursor, and Meta-d deletes 60 the word to the right of th [all...] |
H A D | dialog2.tcl | 13 set i [tk_dialog .dialog2 "Dialog with local grab" {This dialog box uses a global grab, so it prevents you from interacting with anything on your display until you invoke one of the buttons below. Global grabs are almost always a bad idea; don't use them unless you're truly desperate.} warning 0 OK Cancel {Show Code}]
|
H A D | rolodex | 7 # benchmark. It creates something that has some of the look and 8 # feel of a rolodex program, although it's lifeless and doesn't 74 # Phase 3: Print contents of card 99 .frame.2.entry insert 0 "CS Division, Department of EECS" 100 .frame.3.entry insert 0 "University of California" 163 set helpTopics(.frame.1.entry) {In this field of the rolodex entry you should type the person's name} 164 set helpTopics(.frame.2.entry) {In this field of the rolodex entry you should type the first line of the person's address} 165 set helpTopics(.frame.3.entry) {In this field of the rolodex entry you should type the second line of th [all...] |
H A D | bind.tcl | 40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked. 44 {1. Samples of all the different types of items that can be created in canvas widgets.} d1 47 {2. A simple two-dimensional plot that allows you to adjust the positions of the data points.} d2
|
H A D | dialog1.tcl | 8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
|
H A D | search.tcl | 3 # This demonstration script creates a collection of widgets that 11 # the previous contents of the widget. Tags for the old widget are 17 # file - The name of the file to load. Must be readable. 29 # Search for all instances of a given string in a text widget and 36 # tag - Tag to apply to each instance of a matching string. 63 # cmd2 - Command to execute in the *next* invocation of this 131 "Load File". This will cause all of the instances of the string to 133 display attributes to change to make all of the strings blink.}
|
H A D | style.tcl | 62 variety of styles. Display styles are controlled using a mechanism 66 or more ranges of characters within a text widget. You can configure 90 information to be drawn with a stipple fill instead of a solid fill. 95 $w.text insert end " ranges of text.\n" 99 $w.text insert end " ranges of text.\n" 114 $w.text insert end "position of text to generate superscript effects like 10" 120 $w.text insert end " You can control the amount of extra space left" 121 $w.text insert end " on\neach side of the text:\n" 122 $w.text insert end "This paragraph is an example of the use of " margin [all...] |
/ast/src/cmd/tw/ |
H A D | find.c | 3 * This software is part of the ast package * 9 * A copy of the License is available at * 26 * rewrite of find program to use fts*() and optget() 71 " be assembled, one or more of the invocations of \acommand\a" 77 " [+FINDCODES?Path name of the \blocate\b(1) database.]" 78 " [+LOCATE_PATH?Alternate path name of \blocate\b(1) database.]" 114 * this is the list of operations 275 " See \bupdatedb\b(1) for a description of this database.", 277 "Equivalent to `,'. Joins two expressions; the status of th [all...] |
/ast/src/lib/libcs/ |
H A D | genshare.sh | 3 # This software is part of the ast package # 9 # A copy of the License is available at # 20 : generate list of file servers
|
/ast/src/cmd/proto/ |
H A D | Makefile | 2 * NOTE: this provides ast enhanced versions of INIT executables 29 * this is a gross hack to allow only one copy of the source
|
/ast/src/cmd/probe/ |
H A D | probe.c | 3 * This software is part of the ast package * 9 * A copy of the License is available at * 29 * (1) $INSTALLROOT/lib/probe/probe set-uid to the owner of the 44 " probe information (re)generate the information when it is out of date" 53 " hash of \alanguage\a, \atool\a, and \aprocessor\a. The information" 56 " semantics of the language handled by \aprocessor\a should be included" 63 " sharing and each user will have private copies of the generated" 86 "[f:force?Force information generation even if it is out of date. Only probe" 88 "[g:generate?Generate the probe information if it is out of date. Only probe" 94 "[o:override?Make a writable copy of th 220 Sfio_t* of; local [all...] |
/ast/src/cmd/ksh93/ |
H A D | Makefile | 5 SH := $(PWD:B:/[0-9]*$//:N=ksh*:-ksh) /* name of the shell program */ 53 SHOPT_TIMEOUT == /* number of seconds for shell timeout */
|
/ast/src/cmd/INIT/ |
H A D | WWW.mk | 147 * `host' of type `arch' for www.bin files
|
/ast/src/cmd/builtin/ |
H A D | Makefile | 2 * standalone versions of -lcmd builtins
|
/ast/src/cmd/mailx/ |
H A D | collect.c | 3 * This software is part of the BSD package * 4 *Copyright (c) 1978-2006 The Regents of the University of California an* 10 * 1. Redistributions of source code must retain the above * 11 * copyright notice, this list of conditions and the * 15 * copyright notice, this list of conditions and the * 19 * 3. Neither the name of The Regents of the University of California* 20 * names of it 149 register FILE* of; local [all...] |
/ast/src/cmd/ksh93/tests/ |
H A D | substring.sh | 3 # This software is part of the ast package # 9 # A copy of the License is available at # 176 do [[ $(eval print -r -- \"\${xx//:/\\${str:i:1}}\") == "a${str:i:1}b" ]] || err_exit "substitution of \\${str:i:1}} failed" 177 [[ $(eval print -rn -- \"\${xx//:/\'${str:i:1}\'}\") == "a${str:i:1}b" ]] || err_exit "substitution of '${str:i:1}' failed" 178 [[ $(eval print -r -- \"\${xx//:/\"${str:i:1}\"}\") == "a${str:i:1}b" ]] || err_exit "substitution of \"${str:i:1}\" failed" 180 [[ ${xx//:/\\n} == 'a\nb' ]] || err_exit "substituion of \\\\n failed" 181 [[ ${xx//:/'\n'} == 'a\nb' ]] || err_exit "substituion of '\\n' failed" 182 [[ ${xx//:/"\n"} == 'a\nb' ]] || err_exit "substituion of \"\\n\" failed" 183 [[ ${xx//:/$'\n'} == $'a\nb' ]] || err_exit "substituion of \$'\\n' failed" 301 (( ${#.sh.match[@]} == 53 )) || err_exit '.sh.match has wrong number of element [all...] |
H A D | coprocess.sh | 3 # This software is part of the ast package # 9 # A copy of the License is available at # 20 # test the behavior of co-processes 36 then err_exit cygwin detected - coprocess tests disabled - enable at the risk of wedging your system 233 print foo >&p 2> /dev/null || err_exit "first write of foo to $cat coprocess failed" 234 print foo >&p 2> /dev/null || err_exit "second write of foo to coprocess failed"
|
/ast/src/cmd/ie/ |
H A D | editlib.c | 3 * This software is part of the ast package * 9 * A copy of the License is available at * 71 * read() is not one of those times, then you must perform the 73 * so forth. An example of this is in a curses application in which 343 * copy string a to string b and return pointer to end of string b
|
/ast/src/cmd/msgcc/ |
H A D | msgcc.sh | 3 # This software is part of the ast package # 9 # A copy of the License is available at # 58 where gzip(\ax\a) is the size of text \ax\a when compressed by 60 threshold of \b0\b turns off message replacement, but unused
|
/ast/src/cmd/html/ |
H A D | troff2html.c | 3 * This software is part of the ast package * 9 * A copy of the License is available at * 50 " of the options.]:[file]" 51 "[I:include?Appends \adirectory\a to the list of directories searched" 86 " a hot link to another portion of the document. \brefer\b and" 90 " at the top of the document.]" 236 error(ERROR_SYSTEM|3, "out of space"); 264 error(ERROR_SYSTEM|3, "out of space [file pushin]"); 306 error(ERROR_SYSTEM|3, "out of space [macro call]"); 751 * copy <type><name> into buf of siz [all...] |
H A D | htmlrefs.c | 3 * This software is part of the ast package * 9 * A copy of the License is available at * 31 " local closure of the input \bhtml\b \afile\as. If \afile\a is not" 39 " top level directories. \atype\a may be one of:]{" 53 " [+ignore?\adir\a is a \bksh\b(1) pattern of paths to ignore.]" 55 " pattern of internal paths.]" 69 "[d:dependents?List each selected local file followed by \b:\b and a list of" 88 " constructs: a left bracket followed by one of \b-+!$*#\b. Manually" 262 error(ERROR_SYSTEM|3, "out of space [file]"); 372 error(ERROR_SYSTEM|3, "out of spac [all...] |
/ast/src/cmd/mam/ |
H A D | mamexec.sh | 3 # This software is part of the ast package # 9 # A copy of the License is available at # 38 Mamfiles are generated by the \b--mam\b option of \bnmake\b(1) and 47 [f:force?Force all targets to be out of date.] 115 (set -e; false || true) && _set_=e || echo $_command_: command errors ignored because of shell botch >&2
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 36 set option=';all-static;bp;-;Force the prerequisite libraries of static \b+l\b\aname\a library references to be static.' 38 set option=';ancestor-source;s;-;A list of \b.SOURCE\b\a.suffix\a \adirectory\a pairs added to the ancestor directory search.;.SOURCE.suffix directory...:=$(.ANCESTOR.LIST)' 39 set option=';archive-clean;s;-;A catenation of edit operators that selects archive member files to be removed after being added to the archive.;edit-ops' 43 set option=';clobber;sv;-;Replace existing \binstall\b action targets matching \apattern\a instead of renaming to \atarget\a\b.old\b.;pattern:!*' 48 set option=';ld-script;s;-;A space-separated list of suffixes of script files to be passed to the linker.;suffix' 50 set option=';link;s;-;Hard link \binstall\b action targets matching \apattern\a instead of copying.;pattern' 52 set option=';native-pp;np;-;Force the use of the native C preprocessor and print a \alevel\a diagnostic message noting the override.;level' 54 set option=';prefix-include;b;-;Override the C preprocessor prefix include option. \b--noprefix-include\b may be needed for some compilers that misbehave when \b$$(CC.INCLUDE.LOCAL)\b is set and \b#include "..."\b assumes the subdirectory of the including file. The default value is based on the \bprobe\b(1) information.' 55 set option=';preserve;sv;-;Move existing \binstall\b action targets matching \apattern\a to the \bETXTBSY\b subdirectory of th [all...] |
/ast/src/cmd/ksh93/features/ |
H A D | math.sh | 3 # This software is part of the ast package # 9 # A copy of the License is available at # 302 * first byte is two-digit octal number. Last digit is number of args
|