Searched refs:appends (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/sed/
H A Dextern.h38 extern struct s_appends *appends;
H A Dprocess.c77 struct s_appends *appends; /* Array of pointers to strings to append. */ variable in typeref:struct:s_appends
78 static int appendx; /* Index into appends array. */
79 int appendnum; /* Size of appends array. */
116 if ((appends = realloc(appends,
120 appends[appendx].type = AP_STRING;
121 appends[appendx].s = cp->t;
122 appends[appendx].len = strlen(cp->t);
206 if ((appends = realloc(appends,
[all...]
H A Dcompile.c130 * Initialise appends.
139 appends = NULL;
140 else if ((appends = malloc(sizeof(struct s_appends) * appendnum)) ==

Completed in 96 milliseconds