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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorsubr.c346 * new wordv, allowing the first emptyhead slots to be empty
349 wordvsplice(int emptyhead, int wordc, char **wordv) argument
352 int nwordc = emptyhead + wordc;
356 for (i = 0; i < emptyhead; i++)
358 for (i = emptyhead; i < nwordc; i++) {
359 nwordv[i] = wordv[i-emptyhead];

Completed in 204 milliseconds