Searched refs:library (Results 1 - 19 of 19) sorted by relevance

/ast/src/cmd/tests/
H A DMakefile2 * regression tests for library functions
/ast/src/lib/libtk/
H A DMakefile45 /* Generated with: ksh gen library '/$(ID)$(TK_VERSION)' */
48 library/bgerror.tcl \
49 library/button.tcl \
50 library/clrpick.tcl \
51 library/comdlg.tcl \
52 library/console.tcl \
53 library/dialog.tcl \
54 library/entry.tcl \
55 library/focus.tcl \
56 library/folde
[all...]
/ast/src/lib/libmam/
H A DMakefile2 * MAM library
/ast/src/lib/libodelta/
H A DMakefile2 * kpv delta/update library
/ast/src/lib/libcoshell/
H A DMakefile2 * coshell library
/ast/src/lib/libast/misc/
H A Derror.c117 "library", OPT_LIBRARY,
363 char* library; local
399 library = 0;
401 else if ((library = strchr(catalog, ':')) && !*++library)
402 library = 0;
407 library = 0;
426 if (!library)
467 library,
468 ERROR_translate(NiL, NiL, ast.id, "library"));
[all...]
/ast/src/cmd/3d/
H A DMakefile2 * 3d fs library
73 * -l<library> :lib: <subdir> ...
75 * snarf src from <library> and its <subdir>s
/ast/src/lib/libexpr/
H A DMakefile2 * expression library
/ast/src/lib/libpp/
H A DMakefile2 * C preprocessor library
121 * preprocessor library debug maps
/ast/src/cmd/INIT/
H A DMakefile83 * ksh93 builtin command library -lcmd
84 * ksh93 ld library path search on PATH
H A Diffe.sh153 dat) mm="a library data symbol" ;;
160 lib) mm="a library function" ;;
162 "") mm="a library" ;;
163 *) ii=$*; mm="a library group" ;;
168 mth) mm="a math library symbol" ;;
765 [L:library?Adds \b-L\b\adir\a to the C compiler flags.]:[dir]
784 library symbols are only detected when referenced at runtime from
821 [+library references?\b-l\b*, *\b.a\b, etc. \b_LIB_\b\aname\a
822 is defined to be 1 if \b-l\b\aname\a is a library.]
957 symbol in the math library
[all...]
/ast/src/lib/libcmd/
H A DMakefile2 * command library -- commands small enough to be builtins
/ast/src/lib/libcs/
H A DMakefile2 * connect stream library
/ast/src/lib/libtksh/lib/tksh7.6/
H A Dinit.tcl16 error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]"
22 if {[lsearch -exact $auto_path [info library]] < 0} {
23 lappend auto_path [info library]
149 # Checks a collection of library directories to see if a procedure
151 # library file to create the procedure. Returns 1 if it successfully
484 # Try to load the file if it has the shared library extension,
/ast/src/cmd/nmake/
H A DMakerules.mk36 set option=';all-static;bp;-;Force the prerequisite libraries of static \b+l\b\aname\a library references to be static.'
46 set option=';force-shared;b;-;Do not ignore \b-l\b\aname\a shared library reference modification times.'
49 set option=';lib-type;bp;-;Bind library references to \b--debug-symbols\b or \b--profile\b specific variants.'
51 set option=';local-static;bp;-;Compile and link against static library targets. The default links against shared library targets, but care must be taken to point runtime shared library binding to the current directory when executing command targets in the current directory.'
57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'
596 .PACKAGE.$(.S.).library := -l
969 .PACKAGE.$(B).library := +l
1217 * library re
3270 library := -l macro
3290 library := +l macro
3292 library := -l macro
[all...]
H A DScanrules.mk84 I| \# pragma library "%"|A.VIRTUAL|A.ACCEPT|M.LIBRARY.$$(%)|
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c894 * add library to loaded list
949 int sh_addlib(Shell_t* shp, void* library, char* name, Pathcomp_t* pp) argument
974 void *library=0; local
1031 if(!(library = dllplugin(SH_ID, arg, NiL, SH_PLUGIN_VERSION, &ver, RTLD_LAZY, path, sizeof(path))))
1040 if(!(library = dllplug(SH_ID,arg,NIL(char*),RTLD_LAZY,NIL(char*),0)))
1042 if(!(library = dllfind(arg,NIL(char*),RTLD_LAZY,NIL(char*),0)))
1049 sh_addlib(tdata.sh,library,arg,NiL);
/ast/src/cmd/ksh93/features/
H A Dmath.sh99 : check the math library
/ast/src/lib/libast/
H A DMakefile2 * ast library

Completed in 43 milliseconds