/ast/src/lib/libast/stdio/ |
H A D | fgets.c | 3 * This software is part of the ast package * 5 * and is licensed under the * 9 * A copy of the License is available at * 30 unsigned char* is; local 39 is = (uchar*)us; 54 if((ps = (uchar*)memccpy((char*)is,(char*)ps,'\n',p)) != NIL(uchar*)) 55 p = ps-is; 56 is += p; 60 { while(p-- && (*is++ = *ps++) != '\n') 68 while((*is [all...] |
/ast/src/cmd/INIT/ |
H A D | ignore.sh | 3 # This software is part of the ast package # 5 # and is licensed under the # 9 # A copy of the License is available at # 24 *x*:[0123456789]*) : bash set -x is broken :; set +ex ;;
|
H A D | silent.sh | 3 # This software is part of the ast package # 5 # and is licensed under the # 9 # A copy of the License is available at # 24 *x*:[01234567899]*) : bash set -x is broken :; set +ex ;;
|
H A D | iffe.sh | 3 # This software is part of the ast package # 5 # and is licensed under the # 9 # A copy of the License is available at # 24 # this script is written to make it through all sh variants 29 *x*:[0123456789]*) : bash set -x is broken :; set +ex ;; 71 is hdr $1 139 is() # op name function 148 ?*) yy=is 443 # verify that cc is a C compiler 722 [+DESCRIPTION?\biffe\b is [all...] |
H A D | mamprobe.sh | 3 # This software is part of the ast package # 5 # and is licensed under the # 9 # A copy of the License is available at # 25 *x*:[0123456789]*) : bash set -x is broken :; set +ex ;; 41 probe information for use by \bmamake\b(1). \acc-path\a is the 42 absolute path of the probed compiler and \ainfo-file\a is where 43 the information is placed. \ainfo-file\a is usually 44 \b$INSTALLROOT/lib/probe/C/mam/\b\ahash\a, where \ahash\a is a hash 46 If \ainfo-file\a is \ [all...] |
H A D | package.mk | 22 * NOTE: $(PACKAGEDIR) is in the lowest view and is shared among all views 71 * if a base archive is generated then also generate an 75 * a target is specified 117 This is a package root directory $PACKAGEROOT. Source and binary 133 Each package is covered by one of the license files 137 where <license> is the license type for the package. At the top 138 of each license file is a URL; the license covers all software that 309 $(P).README := This is the $(P) package. 505 error 3 $(name): previous base $(old.version) is newe [all...] |
/ast/src/cmd/msgcc/ |
H A D | msgcc.sh | 3 # This software is part of the ast package # 5 # and is licensed under the # 9 # A copy of the License is available at # 35 [+DESCRIPTION?\bmsgcc\b is a C language message catalog compiler. It accepts 37 is generated for each input \b.c\b file. If the \b-c\b option is not 38 specified then a \bgencat\b(1) format \b.msg\b file is generated from 39 the input \b.mso\b and \b.msg\b files. If \b-c\b is not specified then 40 a \b.msg\b suffix is appended to the \b-o\b \afile\a if it doesn\'t 41 already have a suffix. The default output is \b [all...] |
/ast/src/lib/libtk/library/demos/ |
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 | rolodex | 69 tk_dialog .fileSelection {File Selection} {This is a dummy file selection dialog box, which is used because there isn't a good file selection dialog built into Tk yet.} {} 0 OK 141 set msg "Sorry, but no help is available for this topic" 156 set helpTopics(.menu.file) {This is the "file" menu. It can be used to invoke some overall operations on the rolodex applications, such as loading a file or exiting.} 179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.} 181 set helpTopics(window) {This window is a dummy rolodex application created as part of Tom LaStrange's toolkit benchmark. It doesn't really do anything useful except to demonstrate a few features of the Tk toolkit.} 183 set helpTopics(version) {This is version 1.0.}
|
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 62 character if that is the only thing left on the line. Control-o opens 71 additional lines so that all the information is always visible.}
|
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.
|
H A D | menu.tcl | 18 label $w.msg -font $font -wraplength 4i -justify left -text "This window contains a collection of menus and cascaded menus. You can post a menu from the keyboard by typing Alt+x, where \"x\" is the character underlined on the menu. You can then traverse among the menus using the arrow keys. When a menu is posted, you can invoke the current entry by typing space, or you can invoke any entry by typing its underlined character. If a menu entry has an accelerator, you can invoke the entry without posting the menu just by typing the accelerator." 30 $m add command -label "Open ..." -command {error "this is just a demo: no action has been defined for the \"Open ...\" entry"} 31 $m add command -label "New" -command {error "this is just a demo: no action has been defined for the \"New\" entry"} 32 $m add command -label "Save" -command {error "this is just a demo: no action has been defined for the \"Save\" entry"} 33 $m add command -label "Save As ..." -command {error "this is just a demo: no action has been defined for the \"Save As ...\" entry"} 35 $m add command -label "Print Setup ..." -command {error "this is just a demo: no action has been defined for the \"Print Setup ...\" entry"} 36 $m add command -label "Print ..." -command {error "this is just a demo: no action has been defined for the \"Print ...\" entry"} 99 tk_dialog .pattern {Bitmap Menu Entry} {The menu entry you invoked displays a bitmap rather than a text string. Other than this, it is just like any other menu entry.} {} 0 OK
|
/ast/src/cmd/proto/ |
H A D | Makefile | 28 * ../INIT/proto.c is snarfed from the standalone src 29 * this is a gross hack to allow only one copy of the source
|
/ast/src/cmd/ksh93/features/ |
H A D | math.sh | 3 # This software is part of the ast package # 5 # and is licensed under the # 9 # A copy of the License is available at # 302 * first byte is two-digit octal number. Last digit is number of args 303 * first digit is 0 if return value is double, 1 for integer
|
/ast/src/cmd/ksh93/tests/ |
H A D | grep.sh | 3 # This software is part of the ast package # 5 # and is licensed under the # 9 # A copy of the License is available at # 86 test "$cflag" && print $tc # print count if cflag is set 91 this is a food bar test
|
/ast/src/cmd/nmake/ |
H A D | pkg-cobol.mk | 24 #I|\D *. COPY % |M$$(.INCLUDE.SUFFIX. cob)| # this one is trouble for ^[[:space:]]*COPY sqlca.cbl$
|
H A D | Makerules.mk | 40 set option=';archive-output;s;-;The output file name for archiving actions (\bpax\b, \bsave\b, \btgz\b, etc.) The default is based on the current directory and the VERSION variable.;file' 41 set option=';cctype;s;-;Set the \bprobe\b(1) C compiler type identifier. The default value is based on the \bCC\b variable. To disable the C probe use \b--cctype=-\b or set \bCC=""\b.;[type]' 53 set option=';official-output;s;-;The \bdiff\b(1) log file name for the \bofficial\b action. If \afile\a is a relative path name then it is written in the next view level.;file:=OFFICIAL' 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.' 59 set option=';recurse-leave;s;-;\atext\a prependeded to the \adirectory\a\b:\b message printed on the standard error upon leaving a recursive \b:MAKE:\b directory. If \b--recurse-leave\b is not specified then no message is printed upon leaving \b:MAKE:\b directories.;text' 61 set option=';separate-include;b;-;Allow \b$$(CC.INCLUDE.LOCAL)\b to be used with compilers that support it. On by default. If \b--noseparate-include\b is set then \b$$(CC.INCLUDE.LOCAL)\b will not be used, even if the current compiler supports it.' 67 set option=';view-verify;n;-;Verify that all view root directories exist. If there are any missing directories then a \alevel\a diagnostic is printe [all...] |
H A D | ppcc.sh | 3 # This software is part of the ast package # 5 # and is licensed under the # 9 # A copy of the License is available at # 25 *x*:[0123456789]*) : bash set -x is broken :; set +ex; old=1 ;;
|
/ast/src/lib/libexpr/ |
H A D | Makefile | 44 then : $(YACC) is botched : yyact indices are bogus :
|
/ast/src/cmd/sort/ |
H A D | main.c | 3 * This software is part of the ast package * 5 * and is licensed under the * 9 * A copy of the License is available at * 45 "standard input. If no files are named, the standard input is sorted.]" 46 "[+?The default sort key is an entire line. Default ordering is " 47 "lexicographic by bytes in machine collating sequence. The ordering is " 50 "[+?For backwards compatibility the \b-o\b option is allowed in any file " 59 "If \a.n\a is missing from \apos1\a, it is take 854 struct stat is; local [all...] |
/ast/src/cmd/pax/ |
H A D | tar.sh | 3 # This software is part of the ast package # 5 # and is licensed under the # 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 45 function character used. The leading - is optional for the
|
/ast/lib/package/ |
H A D | package.mk | 22 * NOTE: $(PACKAGEDIR) is in the lowest view and is shared among all views 71 * if a base archive is generated then also generate an 75 * a target is specified 117 This is a package root directory $PACKAGEROOT. Source and binary 133 Each package is covered by one of the license files 137 where <license> is the license type for the package. At the top 138 of each license file is a URL; the license covers all software that 309 $(P).README := This is the $(P) package. 505 error 3 $(name): previous base $(old.version) is newe [all...] |
/ast/src/cmd/ie/ |
H A D | editlib.c | 3 * This software is part of the ast package * 5 * and is licensed under the * 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 134 * on some systems read() is globally bound by the
|
/ast/src/cmd/3d/ |
H A D | Makefile | 4 * NOTE: ld -r does not work with $(CC.DLL) so lib3d.o is not possible
|
/ast/src/lib/libast/ |
H A D | Makefile | 214 * man is stdio.h problematic 238 * NOTE: sun4 runtime link botches ro data so advertised sig_info is rw 372 * atmain.C is the only C++ and only for a few systems 386 /* astsa is a standalone subset of ast for imbedded applications */ 395 /* libmini.a is a bootstrap dll for uwin cc -D_BLD_ast that exports part of ast */
|