Lines Matching refs:space
58 static int space = -1;
74 if (space != -1) {
75 ar_free(space);
76 space = -1;
169 * have been copied into dup space yet, do that.
209 space = ar_create(EPTMALLOC, (unsigned)sizeof (struct cfent),
211 if (space == -1) {
240 ept_ptr = (struct cfent **)ar_next_avail(space);
255 (void) ar_delete(space, eptnum);
262 /* setup a pointer array to point to malloc'd entries space */
263 eptlist = (struct cfent **)ar_get_head(space);
335 (void) ar_delete(space, index);