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

  /src/usr.bin/sed/
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));
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));

Completed in 23 milliseconds