Home | History | Annotate | Download | only in crec

Lines Matching refs:stoken_index

1917   stokenID stoken_index, next_stoken_index;
1925 for (stoken_index = rec->active_fsmarc_tokens; stoken_index != MAXstokenID;
1926 stoken_index = next_stoken_index)
1928 stoken = &rec->fsmarc_token_array[ stoken_index];
1930 free_fsmarc_token(rec, stoken_index);