Searched refs:first_token (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dref.cpp594 int first_token = 1; local
619 first_token = 1;
621 else if (first_token && ti->is_accent()) {
625 first_token = 0;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c270 cp_token first_token;
280 cp_parser_initial_pragma (&first_token);
304 *pos = first_token;
12638 cp_token *first_token;
12642 argument. We add the range [first_token, token). */
12643 first_token = cp_lexer_peek_token (parser->lexer);
12721 = cp_token_cache_new (first_token, token);
19350 cp_parser_initial_pragma (cp_token *first_token)
19354 cp_lexer_get_preprocessor_token (NULL, first_token);
19355 if (first_token
269 cp_token first_token; local
12636 cp_token *first_token; local
19344 cp_parser_initial_pragma(cp_token *first_token) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devdns.c3533 char *const first_token = strtok_r(start, delims, &strtok_state); local
3535 if (!first_token) return;
3537 if (!strcmp(first_token, "nameserver") && (flags & DNS_OPTION_NAMESERVERS)) {
3542 } else if (!strcmp(first_token, "domain") && (flags & DNS_OPTION_SEARCH)) {
3548 } else if (!strcmp(first_token, "search") && (flags & DNS_OPTION_SEARCH)) {
3556 } else if (!strcmp(first_token, "options")) {

Completed in 203 milliseconds