Searched refs:current_token (Results 1 – 2 of 2) sorted by relevance
416 DBusString current_token; in tokenize_command_line() local424 if (!_dbus_string_init (¤t_token)) in tokenize_command_line()440 if (!_dbus_string_append_byte (¤t_token, '\\') || in tokenize_command_line()441 !_dbus_string_append_byte (¤t_token, *p)) in tokenize_command_line()475 if (!_dbus_string_append_byte (¤t_token, *p)) in tokenize_command_line()486 if (!delimit_token (¤t_token, &retval, error)) in tokenize_command_line()489 _dbus_string_free (¤t_token); in tokenize_command_line()491 if (!_dbus_string_init (¤t_token)) in tokenize_command_line()505 if (_dbus_string_get_length (¤t_token) > 0) in tokenize_command_line()507 if (!delimit_token (¤t_token, &retval, error)) in tokenize_command_line()[all …]
355 fsmarc_token *current_token; in find_which_models_to_compute() local383 current_token = &(rec->fsmarc_token_array[current_token_index]); in find_which_models_to_compute()385 fsm_arc = &rec->context->FSMarc_list[ current_token->FSMarc_index]; in find_which_models_to_compute()391 if ((current_token->cost[i] != MAXcostdata) || in find_which_models_to_compute()392 ((i > 0) && current_token->cost[i-1] != MAXcostdata)) in find_which_models_to_compute()398 current_token_index = current_token->next_token_index; in find_which_models_to_compute()1101 fsmarc_token *current_token; in update_internal_hmm_states() local1131 current_token = &(rec->fsmarc_token_array[current_token_index]); in update_internal_hmm_states()1133 fsm_arc_index = current_token->FSMarc_index; in update_internal_hmm_states()1141 end_state = current_token->num_hmm_states - 1; in update_internal_hmm_states()[all …]