Searched refs:current_token (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-shell.c416 DBusString current_token; local
424 if (!_dbus_string_init (&current_token))
440 if (!_dbus_string_append_byte (&current_token, '\\') ||
441 !_dbus_string_append_byte (&current_token, *p))
475 if (!_dbus_string_append_byte (&current_token, *p))
486 if (!delimit_token (&current_token, &retval, error))
489 _dbus_string_free (&current_token);
491 if (!_dbus_string_init (&current_token))
505 if (_dbus_string_get_length (&current_token) > 0)
507 if (!delimit_token (&current_token,
[all...]
/external/srec/srec/crec/
H A Dsrec.c355 fsmarc_token *current_token; local
383 current_token = &(rec->fsmarc_token_array[current_token_index]);
385 fsm_arc = &rec->context->FSMarc_list[ current_token->FSMarc_index];
391 if ((current_token->cost[i] != MAXcostdata) ||
392 ((i > 0) && current_token->cost[i-1] != MAXcostdata))
398 current_token_index = current_token->next_token_index;
711 current_token is the fsmnode_token to the left of the boundary
950 /* now drop alternative words, note the use of current_token
1101 fsmarc_token *current_token; local
1131 current_token
1254 fsmarc_token *current_token; local
[all...]

Completed in 47 milliseconds