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

/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c412 int old_next_free = next_free; local
437 return (old_next_free);
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c750 int old_next_free; local
756 old_next_free = next_free;
779 return (old_next_free);

Completed in 60 milliseconds