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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2230 * gettok_state - gettok state block to use
2239 gettok_init(GETTOK_STATE *gettok_state, char *buf, int inc_null_final) argument
2241 gettok_state->gtok_buf = gettok_state->gtok_cur_buf = buf;
2242 gettok_state->gtok_inc_null_final = inc_null_final;
2243 gettok_state->gtok_null_seen = 0;
2251 * gettok_state - State of gettok() operation. Initialized
2255 * If a token is found, gettok_state->gtok_last_token is filled in
2258 * gettok_state->gtok_last_token are undefined.
2261 * - The token returned references the memory in gettok_state
2269 gettok(GETTOK_STATE *gettok_state) argument
2428 GETTOK_STATE gettok_state; local
[all...]

Completed in 63 milliseconds