Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README-astsa | H A D | 27-Dec-2020 | 524 | 16 | 10 | |
aso.c | H A D | 27-Dec-2020 | 2 KiB | 57 | 32 | |
aso.h | H A D | 27-Dec-2020 | 1.8 KiB | 33 | 8 | |
ast.c | H A D | 27-Dec-2020 | 2.3 KiB | 86 | 54 | |
ast.h | H A D | 27-Dec-2020 | 4.7 KiB | 157 | 100 | |
ast_common.h | H A D | 27-Dec-2020 | 1.9 KiB | 50 | 22 | |
astsa.manifest | H A D | 27-Dec-2020 | 713 | 51 | 50 | |
astsa.mm | H A D | 27-Dec-2020 | 677 | 34 | 32 | |
astsa.omk | H A D | 27-Dec-2020 | 1.2 KiB | 83 | 70 | |
ccode.h | H A D | 27-Dec-2020 | 1.7 KiB | 35 | 9 | |
debug.h | H A D | 27-Dec-2020 | 1.6 KiB | 30 | 5 | |
error.c | H A D | 27-Dec-2020 | 2.9 KiB | 104 | 71 | |
error.h | H A D | 27-Dec-2020 | 2.5 KiB | 67 | 31 | |
hashkey.h | H A D | 27-Dec-2020 | 2.6 KiB | 62 | 24 | |
mkast_sa | H A D | 27-Dec-2020 | 3.2 KiB | 151 | 141 | |
option.h | H A D | 27-Dec-2020 | 3.5 KiB | 107 | 59 | |
optlib.h | H A D | 27-Dec-2020 | 3.5 KiB | 106 | 66 | |
sfstr.c | H A D | 27-Dec-2020 | 4.6 KiB | 247 | 193 | |
sfstr.h | H A D | 27-Dec-2020 | 2.3 KiB | 61 | 34 | |
strdup.c | H A D | 27-Dec-2020 | 1.7 KiB | 38 | 9 | |
strmatch.c | H A D | 27-Dec-2020 | 12.5 KiB | 598 | 476 | |
times.h | H A D | 27-Dec-2020 | 1.6 KiB | 28 | 4 | |
vmalloc.c | H A D | 27-Dec-2020 | 2.8 KiB | 103 | 69 | |
vmalloc.h | H A D | 27-Dec-2020 | 2.3 KiB | 62 | 29 |
README-astsa
1astsa implements a small subset of the ast library for other ast 2standalone commands and libraries using X/Open interfaces. 3 4To get better performance and functionality, consider using any of 5the full-featured ast-* packages at 6 7 http://www.research.att.com/sw/download/ 8 9astsa.omk is an old make makefile that builds the headers and objects 10and defines these variables for use in other makefiles 11 12 ASTSA_OPTIMIZE ``-O'' by default 13 14The astsa files may be combined in a single directory with other ast 15standalone packages. 16