Searched refs:appends (Results 1 – 13 of 13) sorted by relevance
74 struct s_appends *appends; /* Array of pointers to strings to append. */ variable117 if ((appends = realloc(appends, in process()121 appends[appendx].type = AP_STRING; in process()122 appends[appendx].s = cp->t; in process()123 appends[appendx].len = strlen(cp->t); in process()209 if ((appends = realloc(appends, in process()213 appends[appendx].type = AP_FILE; in process()214 appends[appendx].s = cp->t; in process()215 appends[appendx].len = strlen(cp->t); in process()548 switch (appends[i].type) { in flush_appends()[all …]
39 extern struct s_appends *appends;
135 appends = NULL; in compile()136 else if ((appends = malloc(sizeof (struct s_appends) * appendnum)) == in compile()
29 # This script appends the input file from the package to the
40 acom.c append comment: appends to, or creates a .comment section
28 # This script appends the input file from the package to the
559 # for the SQL and appends a "nosort" to the result if the program contains the561 # opcode it appends "sort"
360 # for the SQL and appends a "nosort" to the result if the program contains the362 # opcode it appends "sort"
83 # cti_appendfile() appends to contents of a file.
112 09-03-26 UNIT - ... appends (options) to command line
298 - Clarify how gzopen() appends in zlib.h comments