Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dtok822_parse.c486 TOK822 *first_token; in tok822_parse_limit() local
497 if ((first_token = tok822_scan_limit(str, &last_token, tok_count_limit)) == 0) in tok822_parse_limit()
506 GLUE(head, first_token); in tok822_parse_limit()
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dref.cpp596 int first_token = 1; in abbreviate_name() local
621 first_token = 1; in abbreviate_name()
623 else if (first_token && ti->is_accent()) { in abbreviate_name()
627 first_token = 0; in abbreviate_name()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc1583 int first_token, Lex::Mode lex_mode) in read_script_file() argument
1617 Lex lex(input_string.c_str(), input_string.length(), first_token); in read_script_file()
1622 first_token == Lex::DYNAMIC_LIST, in read_script_file()
3402 script_include_directive(int first_token, void* closurev, in script_include_directive() argument
3409 first_token, Lex::LINKER_SCRIPT); in script_include_directive()
H A DChangeLog-08151227 * script-c.h (script_include_directive): Add first_token parameter.
1228 * script.cc (script_include_directive): Add first_token parameter, and
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript.cc1583 int first_token, Lex::Mode lex_mode) in read_script_file() argument
1617 Lex lex(input_string.c_str(), input_string.length(), first_token); in read_script_file()
1622 first_token == Lex::DYNAMIC_LIST, in read_script_file()
3402 script_include_directive(int first_token, void* closurev, in script_include_directive() argument
3409 first_token, Lex::LINKER_SCRIPT); in script_include_directive()
H A DChangeLog-08151227 * script-c.h (script_include_directive): Add first_token parameter.
1228 * script.cc (script_include_directive): Add first_token parameter, and
/netbsd-src/external/bsd/libevent/dist/
H A Devdns.c3591 char *const first_token = strtok_r(start, delims, &strtok_state); in resolv_conf_parse_line() local
3593 if (!first_token) return; in resolv_conf_parse_line()
3595 if (!strcmp(first_token, "nameserver") && (flags & DNS_OPTION_NAMESERVERS)) { in resolv_conf_parse_line()
3600 } else if (!strcmp(first_token, "domain") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line()
3606 } else if (!strcmp(first_token, "search") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line()
3614 } else if (!strcmp(first_token, "options")) { in resolv_conf_parse_line()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c491 cp_token *next_token, *first_token, *start_token; in cp_debug_parser_tokens() local
497 first_token = parser->lexer->buffer->address (); in cp_debug_parser_tokens()
498 start_token = (next_token > first_token + window_size / 2) in cp_debug_parser_tokens()
500 : first_token; in cp_debug_parser_tokens()
31660 cp_token *first_token; in cp_parser_cache_defarg() local
31666 first_token = cp_lexer_peek_token (parser->lexer); in cp_parser_cache_defarg()
31667 if (first_token->type == CPP_OPEN_BRACE) in cp_parser_cache_defarg()
31840 = cp_token_cache_new (first_token, token); in cp_parser_cache_defarg()
42409 cp_token *first_token; in cp_parser_omp_declare_reduction() local
42524 first_token = cp_lexer_peek_token (parser->lexer); in cp_parser_omp_declare_reduction()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc492 cp_token *next_token, *first_token, *start_token; in cp_debug_parser_tokens() local
498 first_token = parser->lexer->buffer->address (); in cp_debug_parser_tokens()
499 start_token = (next_token > first_token + window_size / 2) in cp_debug_parser_tokens()
501 : first_token; in cp_debug_parser_tokens()
33964 cp_token *first_token; in cp_parser_cache_defarg() local
33970 first_token = cp_lexer_peek_token (parser->lexer); in cp_parser_cache_defarg()
33971 if (first_token->type == CPP_OPEN_BRACE) in cp_parser_cache_defarg()
34144 = cp_token_cache_new (first_token, token); in cp_parser_cache_defarg()
46202 cp_token *first_token; in cp_parser_omp_declare_reduction() local
46317 first_token = cp_lexer_peek_token (parser->lexer); in cp_parser_omp_declare_reduction()
[all …]
H A DChangeLog-20022774 (first_token): Likewise.
H A DChangeLog-20041969 (struct cp_lexer): Remove first_token, string_tokens,