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

/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c370 i = firstfree;
406 * firstfree for the next call of find_table_space().
409 firstfree = i + 1;
434 * Initializes "firstfree" to be one beyond the end of the table. Initializes
444 firstfree = tblend + 1;
573 baseaddr = firstfree;
634 if ( baseaddr == firstfree )
636 for ( ++firstfree; chk[firstfree] != 0; ++firstfree )
[all...]
H A Dflexdef.h585 * firstfree - first empty entry in "nxt/chk" table
604 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
H A Dmain.c92 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c752 intmax_t maxsize, size, sector, firstfree, stripe; local
819 maxsize = size = gpart_max_free(geom, &firstfree);
977 snprintf(startstr, sizeof(startstr), "%jd", firstfree);
988 firstfree += bootpart_size(scheme) / sector;
990 if (stripe > 0 && (firstfree*sector % stripe) != 0)
991 firstfree += (stripe - ((firstfree*sector) %
1005 snprintf(startstr, sizeof(startstr), "%jd", firstfree);

Completed in 54 milliseconds