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

/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c72 struct s_appends *appends; /* Array of pointers to strings to append. */ variable in typeref:struct:s_appends
73 static int appendx; /* Index into appends array. */
74 int appendnum; /* Size of appends array. */
115 if ((appends = realloc(appends,
119 appends[appendx].type = AP_STRING;
120 appends[appendx].s = cp->t;
121 appends[appendx].len = strlen(cp->t);
207 if ((appends = realloc(appends,
[all...]

Completed in 58 milliseconds