Home
last modified time | relevance | path

Searched refs:gettok_state (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2239 gettok_init(GETTOK_STATE *gettok_state, char *buf, int inc_null_final) in gettok_init() argument
2241 gettok_state->gtok_buf = gettok_state->gtok_cur_buf = buf; in gettok_init()
2242 gettok_state->gtok_inc_null_final = inc_null_final; in gettok_init()
2243 gettok_state->gtok_null_seen = 0; in gettok_init()
2269 gettok(GETTOK_STATE *gettok_state) in gettok() argument
2271 char *str = gettok_state->gtok_cur_buf; in gettok()
2284 if (gettok_state->gtok_inc_null_final && in gettok()
2285 !gettok_state->gtok_null_seen) { in gettok()
2286 gettok_state->gtok_inc_null_final = 0; in gettok()
2287 gettok_state->gtok_null_seen = 1; in gettok()
[all …]