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

/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c53 int next_free; /* next free character in string_table */ variable
256 header.str_size = swap(next_free);
263 header.str_size = next_free;
284 || fwrite(string_table, sizeof (char), next_free, fp) != next_free)
412 int old_next_free = next_free;
423 while (table_size < next_free + strlen(string))
432 strcpy(&string_table[next_free], string);
434 DEBUG(7, "at location %d\n", next_free);
435 next_free
[all...]
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c1612 db_pgno_t new_addr, next_free, newalloc_flag; local
1634 next_free = NEXT_PGNO(p);
1648 next_free = PGNO_INVALID;
1657 dbp->log_fileid, new_addr, next_free,
1668 hcp->hdr->last_freed = next_free;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c183 * next_free). In this way with a constant time computation, we can give a
190 svc_input_id_t next_free; member in union:_svc_management_user_fd::__anon2029
224 user_fd_mgt_array[(int)id].data.next_free = first_free;
262 first_free = user_fd_mgt_array[selected_index].data.next_free;

Completed in 30 milliseconds