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

  /src/usr.bin/sed/
extern.h 44 extern size_t appendnum;
process.c 89 size_t appendnum; /* Size of appends array. */ variable in typeref:typename:size_t
129 if (appendx >= appendnum)
132 (appendnum *= 2));
222 if (appendx >= appendnum)
225 (appendnum *= 2));
compile.c 148 if (appendnum > 0)
149 appends = xmalloc(sizeof(struct s_appends) * appendnum);
1005 appendnum++;

Completed in 13 milliseconds