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

/freebsd-9.3-release/usr.bin/sed/
H A Dextern.h42 extern int appendnum;
H A Dprocess.c79 int appendnum; /* Size of appends array. */ variable
115 if (appendx >= appendnum)
118 (appendnum *= 2))) == NULL)
205 if (appendx >= appendnum)
208 (appendnum *= 2))) == NULL)
H A Dcompile.c138 if (appendnum == 0)
140 else if ((appends = malloc(sizeof(struct s_appends) * appendnum)) ==
861 appendnum++;

Completed in 97 milliseconds