HomeSort by: relevance | last modified time | path
    Searched refs:appends (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/sed/
extern.h 40 extern struct s_appends *appends;
process.c 87 struct s_appends *appends; /* Array of pointers to strings to append. */ variable in typeref:struct:s_appends *
88 static size_t appendx; /* Index into appends array. */
89 size_t appendnum; /* Size of appends array. */
130 appends = xrealloc(appends,
133 appends[appendx].type = AP_STRING;
134 appends[appendx].s = cp->t;
135 appends[appendx].len = strlen(cp->t);
223 appends = xrealloc(appends,
    [all...]
compile.c 140 * Initialise appends.
149 appends = xmalloc(sizeof(struct s_appends) * appendnum);
  /src/usr.bin/make/unit-tests/
opt-tracefile.mk 3 # Tests for the command line option '-T', which in jobs mode appends a trace
sh-dots.mk 4 # commands below it but appends them to the list of commands that are run
var-op-append.mk 3 # Tests for the '+=' variable assignment operator, which appends to a
directive-export-gmake.mk 20 # It only exports VAR and appends everything else as the variable value.
varmod-assign.mk 30 # operator '+=' appends 3 times to the variable, therefore the variable

Completed in 36 milliseconds