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

/pkg/src/modules/actions/
H A D_actions.c157 int *slashmap = NULL; local
397 * "slashmap" is a list of the positions of the
403 if (slashmap == NULL) {
405 slashmap = calloc(smlen, sizeof (int));
406 if (slashmap == NULL) {
412 * Terminate slashmap with an invalid
416 slashmap[smpos] = -1;
419 slashmap = realloc(slashmap,
421 if (slashmap
[all...]

Completed in 6 milliseconds