Searched refs:token (Results 201 - 225 of 1018) sorted by relevance

1234567891011>>

/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Drrsig_46.c27 isc_token_t token; local
46 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
48 result = dns_rdatatype_fromtext(&covered, &token.value.as_textregion);
50 i = strtol(DNS_AS_STR(token), &e, 10);
64 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
66 RETTOK(dns_secalg_fromtext(&c, &token.value.as_textregion));
72 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
74 if (token.value.as_ulong > 0xffU) {
77 c = (unsigned char)token.value.as_ulong;
83 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_numbe
[all...]
H A Dsink_40.c25 isc_token_t token; local
36 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
38 if (token.value.as_ulong > 0xffU) {
41 RETERR(uint8_tobuffer(token.value.as_ulong, target));
44 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
46 if (token.value.as_ulong > 0xffU) {
49 RETERR(uint8_tobuffer(token.value.as_ulong, target));
52 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
54 if (token.value.as_ulong > 0xffU) {
57 RETERR(uint8_tobuffer(token
[all...]
H A Duri_256.c23 isc_token_t token; local
36 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
38 if (token.value.as_ulong > 0xffffU) {
41 RETERR(uint16_tobuffer(token.value.as_ulong, target));
46 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
48 if (token.value.as_ulong > 0xffffU) {
51 RETERR(uint16_tobuffer(token.value.as_ulong, target));
56 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
58 if (token.type != isc_tokentype_qstring) {
61 RETTOK(multitxt_fromtext(&token
[all...]
H A Dnsec3param_51.c44 isc_token_t token; local
57 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
59 RETTOK(dns_hashalg_fromtext(&hashalg, &token.value.as_textregion));
63 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
65 flags = token.value.as_ulong;
72 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
74 if (token.value.as_ulong > 0xffffU) {
77 RETERR(uint16_tobuffer(token.value.as_ulong, target));
80 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
82 if (token
[all...]
H A Ddoa_259.c23 isc_token_t token; local
35 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
37 RETERR(uint32_tobuffer(token.value.as_ulong, target));
42 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
44 RETERR(uint32_tobuffer(token.value.as_ulong, target));
49 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
51 if (token.value.as_ulong > 0xffU) {
54 RETERR(uint8_tobuffer(token.value.as_ulong, target));
59 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
61 RETTOK(txt_fromtext(&token
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc182 lexed token on the line. Used for diagnostic line numbers. */
184 cb_line_change (cpp_reader * ARG_UNUSED (pfile), const cpp_token *token,
187 if (token->type != CPP_EOF && !parsing_args)
188 input_location = token->src_loc;
310 const cpp_token *token;
312 token = get_token_no_padding (pfile);
313 if (token->type != CPP_OPEN_PAREN)
319 token = get_token_no_padding (pfile);
320 if (token->type == CPP_NAME)
323 cpp_token_as_text (pfile, token));
183 cb_line_change (cpp_reader * ARG_UNUSED (pfile), const cpp_token *token, variable
309 const cpp_token *token; local
449 const cpp_token *token = get_token_no_padding (pfile); local
814 interpret_integer(const cpp_token *token, unsigned int flags, enum overflow_type *overflow) argument
916 interpret_float(const cpp_token *token, unsigned int flags, const char *suffix, enum overflow_type *overflow) argument
1130 interpret_fixed(const cpp_token *token, unsigned int flags) argument
1438 lex_charconst(const cpp_token *token) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c127 /* The various kinds of required token */
275 /* Dump up to NUM tokens in BUFFER to FILE starting with token
277 first token in BUFFER. If NUM is 0, dump all the tokens. If
287 cp_token *token;
309 for (i = 0; buffer->iterate (i, &token) && nprinted < num; i++)
311 if (token == start_token)
318 if (token == curr_token)
321 cp_lexer_print_token (file, token);
323 if (token == curr_token)
326 switch (token
286 cp_token *token; local
513 cp_token *token; local
643 cp_token token; local
805 cp_lexer_get_preprocessor_token(cp_lexer *lexer, cp_token *token) argument
898 cp_lexer_set_source_position_from_token(cp_token *token) argument
910 cp_token *token = cp_lexer_peek_token (lexer); local
1028 cp_token *token; local
1083 cp_token *token; local
1116 cp_token *token = lexer->next_token; local
1250 cp_lexer_print_token(FILE * stream, cp_token *token) argument
2725 cp_parser_is_pure_string_literal(cp_token* token) argument
2738 cp_parser_is_string_literal(cp_token* token) argument
2751 cp_parser_is_keyword(cp_token* token, enum rid keyword) argument
2760 cp_parser_pragma_kind(cp_token *token) argument
2883 cp_token *token = cp_lexer_peek_token (parser->lexer); local
3546 cp_token *token = cp_lexer_peek_token (parser->lexer); local
3607 cp_token * token = cp_lexer_peek_token (parser->lexer); local
3711 cp_token *token = cp_lexer_peek_token (parser->lexer); local
3804 cp_token *token = cp_lexer_peek_token (parser->lexer); local
3857 cp_token *token = cp_lexer_peek_token (parser->lexer); local
3898 cp_token *token; local
4104 cp_token *token; local
4386 cp_token *token = cp_lexer_consume_token (parser->lexer); local
4483 cp_token *token = cp_lexer_consume_token (parser->lexer); local
4710 cp_token *token = cp_lexer_peek_token (parser->lexer); local
4791 cp_token *token = cp_lexer_token_at (parser->lexer, start); local
4964 cp_parser_fold_operator(cp_token *token) argument
5060 cp_token* token = cp_lexer_peek_token (parser->lexer); local
5099 const cp_token* token = cp_lexer_peek_token (parser->lexer); local
5208 cp_token *token = NULL; local
5899 cp_token *token; local
5978 cp_token *token; local
6344 cp_token *token; local
6666 cp_token *token; local
6887 cp_token *token; local
7803 cp_token *token = cp_lexer_peek_token (parser->lexer); local
7959 cp_token *token; local
8210 cp_token *token; local
8576 cp_parser_unary_operator(cp_token* token) argument
8766 cp_token *token; local
8802 cp_token *token = cp_lexer_peek_token (parser->lexer); local
9006 cp_token *token; local
9145 cp_token *token = cp_lexer_peek_token (parser->lexer); local
9559 cp_token *token; local
9788 struct cp_token *token; local
9950 cp_token *token; local
10216 cp_token *token; local
10514 cp_token *token = cp_lexer_peek_token (parser->lexer); local
11319 cp_token *token; local
11568 cp_token *token; local
11702 cp_token *token = cp_lexer_peek_token (parser->lexer); local
11834 cp_token *token = cp_lexer_peek_token (parser->lexer); local
11938 cp_token *token; local
12845 cp_token *token; local
13053 cp_token *token; local
13324 cp_token *token = cp_lexer_peek_token (parser->lexer); local
13465 cp_token *token = cp_lexer_peek_token (parser->lexer); local
13684 cp_token *token = cp_lexer_peek_token (parser->lexer); local
13733 cp_token *token; local
13824 cp_token *token = cp_lexer_peek_token (parser->lexer); local
14123 cp_token *token; local
14513 cp_token *token = cp_lexer_peek_token (parser->lexer); local
15196 cp_token *token = cp_lexer_peek_token (parser->lexer); local
15299 cp_token *token = cp_lexer_peek_token (parser->lexer); local
15371 cp_token *token = cp_lexer_peek_token (parser->lexer); local
15494 cp_token *token; local
16197 cp_token *token = cp_lexer_peek_token (parser->lexer); local
16231 const cp_token* token = cp_lexer_peek_token (parser->lexer); local
16276 cp_token *token; local
16396 cp_token *token; local
16587 cp_token *token = cp_lexer_peek_token (parser->lexer); local
16885 cp_token *token = cp_lexer_peek_token (parser->lexer); local
17124 cp_token *token = cp_lexer_peek_token (parser->lexer); local
17190 cp_token *token = NULL, *argument_start_token = NULL; local
17579 cp_token *token = cp_lexer_peek_token (parser->lexer); local
17686 cp_token *token; local
17884 cp_token *token; local
18592 cp_token *token = cp_lexer_peek_token (parser->lexer); local
18675 cp_token *token = NULL; local
18691 cp_token *token = cp_lexer_peek_token (parser->lexer); local
19547 cp_token *token = cp_lexer_peek_token (parser->lexer); local
19650 cp_token* token local
19768 cp_token *token = cp_lexer_peek_token (parser->lexer); local
19840 cp_token *token; local
20237 cp_token *token = cp_lexer_peek_token (parser->lexer); local
20546 cp_token *token = NULL, *asm_spec_start_token = NULL, local
21143 cp_token *token; local
21760 cp_token *token; local
21872 cp_token *token; local
21937 cp_token *token = cp_lexer_peek_token (parser->lexer); local
21980 cp_token *token = cp_lexer_peek_token (parser->lexer); local
22024 cp_token *token; local
22124 cp_token *token; local
22519 cp_token *token; local
22689 cp_token *token; local
22785 cp_token *token = NULL, *declarator_token_start = NULL; local
23184 cp_token *token; local
23335 cp_token * token = cp_lexer_peek_token (parser->lexer); local
23443 cp_token *token; local
23660 cp_token *token; local
23937 cp_token *token = cp_lexer_peek_token (parser->lexer); local
24727 cp_token *token; local
24754 cp_token *token = cp_lexer_peek_token (parser->lexer); local
24782 cp_token *token; local
24865 cp_token *token = NULL; local
24987 cp_token *token = cp_lexer_peek_token (parser->lexer); local
25409 cp_token *token = cp_lexer_previous_token (parser->lexer); local
25423 cp_token *token = cp_lexer_previous_token (parser->lexer); local
25474 cp_token *token; local
25579 cp_token *token; local
25643 cp_token *token; local
25876 cp_token *token; local
25988 cp_token *token; local
26072 cp_token *token; local
26173 cp_token *token; local
26275 cp_token* token; local
26317 cp_token *token = cp_lexer_peek_token (parser->lexer); local
26353 cp_token *token; local
26552 cp_token *token = cp_lexer_peek_nth_token (parser->lexer, n); local
26567 cp_token *token = cp_lexer_peek_nth_token (parser->lexer, n); local
26623 cp_token *token; local
26698 cp_token *token; local
26816 cp_token *token; local
27001 cp_token *token = NULL; local
27055 cp_token *token = cp_lexer_peek_token (parser->lexer); local
27447 cp_token *token = cp_lexer_peek_token (parser->lexer); local
27548 cp_token *token = cp_lexer_peek_token (parser->lexer); local
28630 cp_token *token; local
28987 cp_token *token; local
29017 cp_token *token = cp_lexer_peek_token (parser->lexer); local
29111 cp_token *token = cp_lexer_peek_token (parser->lexer); local
29243 cp_token *token = cp_lexer_peek_token (parser->lexer); local
29852 cp_token *token = cp_lexer_peek_token (parser->lexer); local
29863 cp_token *token = cp_lexer_peek_token (parser->lexer); local
29877 cp_token *token = cp_lexer_consume_token (parser->lexer); local
30179 cp_token *token = cp_lexer_peek_token (parser->lexer); local
30320 cp_parser_set_storage_class(cp_parser *parser, cp_decl_specifier_seq *decl_specs, enum rid keyword, cp_token *token) argument
30382 cp_parser_set_decl_spec_type(cp_decl_specifier_seq *decl_specs, tree type_spec, cp_token *token, bool type_definition_p) argument
30432 token_is__thread(cp_token *token) argument
30451 set_and_check_decl_spec_loc(cp_decl_specifier_seq *decl_specs, cp_decl_spec ds, cp_token *token) argument
30859 cp_token *token = cp_parser_require (parser, CPP_KEYWORD, token_desc); local
30875 cp_parser_token_starts_function_definition_p(cp_token* token) argument
30897 cp_token *token; local
30911 cp_token *token; local
30927 cp_token *token; local
30949 cp_parser_token_is_class_key(cp_token* token) argument
30969 cp_parser_token_is_type_parameter_key(cp_token* token) argument
31560 cp_token *token = cp_lexer_peek_token (parser->lexer); local
31606 cp_token *token = cp_lexer_peek_token (parser->lexer); local
31661 cp_token *token; local
32150 cp_token *token = cp_lexer_peek_token (parser->lexer); local
32210 cp_token *token; local
32315 cp_token *token; local
32540 cp_token *token = cp_lexer_peek_token (parser->lexer); local
32623 cp_token *token = cp_lexer_consume_token (parser->lexer); local
32656 cp_token *token = cp_lexer_peek_token (parser->lexer); local
32733 cp_token *token = cp_lexer_peek_token (parser->lexer); local
32792 cp_token *token = cp_lexer_peek_token (parser->lexer); local
32878 cp_token *token = cp_lexer_peek_token (parser->lexer); local
32927 cp_token *token = cp_lexer_peek_token (parser->lexer); local
33001 cp_token *token = cp_lexer_peek_token (parser->lexer); local
33641 cp_token *token; local
33749 cp_token *token = cp_lexer_peek_token (parser->lexer); local
34278 cp_token *token; local
35969 cp_token *token; local
36277 cp_token *token = cp_lexer_peek_token (parser->lexer); local
37242 cp_token *token = NULL; local
37976 cp_token *token; local
38412 cp_token *token = cp_lexer_peek_token (parser->lexer); local
38681 cp_token *token = cp_lexer_peek_token (parser->lexer); local
41653 cp_token *token = cp_lexer_peek_token (parser->lexer); local
43314 cp_token *token; local
43356 cp_parser_transaction(cp_parser *parser, cp_token *token) argument
43418 cp_token *token; local
43501 cp_token *token; local
43545 cp_token *token; local
[all...]
/netbsd-current/sys/arch/powerpc/powerpc/
H A Drtas.c43 int token; member in struct:__anon8932
154 rtas_function_token[index].token = of_decode_int(buf);
200 rtas_call(int token, int nargs, int nreturns, ...) argument
204 int token; member in struct:__anon8934
221 if (!rtas_function_token[token].exists)
230 args.token = rtas_function_token[token].token;
256 rtas_has_func(int token) argument
258 return rtas_function_token[token]
[all...]
/netbsd-current/games/atc/
H A Dgrammar.y44 %token <ival> HeightOp
45 %token <ival> WidthOp
46 %token <ival> UpdateOp
47 %token <ival> NewplaneOp
48 %token <cval> DirOp
49 %token <ival> ConstOp
50 %token <ival> LineOp
51 %token <ival> AirportOp
52 %token <ival> BeaconOp
53 %token <iva
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-token-plain.exp30 make: "cond-token-plain.mk" line 106: A bare word is treated like defined(...), and the variable 'bare' is not defined.
32 make: "cond-token-plain.mk" line 113: A bare word is treated like defined(...).
34 make: "cond-token-plain.mk" line 121: ok
36 make: "cond-token-plain.mk" line 130: Undefined variables in bare words expand to an empty string.
38 make: "cond-token-plain.mk" line 139: Numbers can be composed from literals and expressions.
40 make: "cond-token-plain.mk" line 144: Numbers can be composed from literals and expressions.
42 make: "cond-token-plain.mk" line 151: Missing right-hand side of operator '=='
44 make: "cond-token-plain.mk" line 160: Malformed conditional (== "")
46 make: "cond-token-plain.mk" line 176: The variable '\\' is not defined.
48 make: "cond-token
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dsink_40.c25 isc_token_t token; local
36 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
38 if (token.value.as_ulong > 0xffU) {
41 RETERR(uint8_tobuffer(token.value.as_ulong, target));
44 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
46 if (token.value.as_ulong > 0xffU) {
49 RETERR(uint8_tobuffer(token.value.as_ulong, target));
52 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
54 if (token.value.as_ulong > 0xffU) {
57 RETERR(uint8_tobuffer(token
[all...]
H A Duri_256.c23 isc_token_t token; local
36 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
38 if (token.value.as_ulong > 0xffffU) {
41 RETERR(uint16_tobuffer(token.value.as_ulong, target));
46 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
48 if (token.value.as_ulong > 0xffffU) {
51 RETERR(uint16_tobuffer(token.value.as_ulong, target));
56 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
58 if (token.type != isc_tokentype_qstring) {
61 RETTOK(multitxt_fromtext(&token
[all...]
H A Ddoa_259.c23 isc_token_t token; local
35 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
37 RETERR(uint32_tobuffer(token.value.as_ulong, target));
42 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
44 RETERR(uint32_tobuffer(token.value.as_ulong, target));
49 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
51 if (token.value.as_ulong > 0xffU) {
54 RETERR(uint8_tobuffer(token.value.as_ulong, target));
59 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
61 RETTOK(txt_fromtext(&token
[all...]
H A Dnsec3param_51.c44 isc_token_t token; local
57 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
59 RETTOK(dns_hashalg_fromtext(&hashalg, &token.value.as_textregion));
63 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
65 flags = token.value.as_ulong;
72 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number,
74 if (token.value.as_ulong > 0xffffU) {
77 RETERR(uint16_tobuffer(token.value.as_ulong, target));
80 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_string,
82 if (token
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinespec.c251 /* Consumed token */
261 /* A token of the linespec lexer */
265 /* The type of the token */
268 /* Data for the token */
306 /* The current token. */
332 /* If the current token was a quoted string, then this is the
336 /* If the current token was a quoted string, then this points at the
578 copy_token_string (linespec_token token) argument
582 if (token.type == LSTOKEN_KEYWORD)
583 return make_unique_xstrdup (LS_TOKEN_KEYWORD (token));
671 linespec_token token; local
1605 linespec_token token; local
1716 linespec_token token; local
2508 linespec_token token = linespec_lexer_consume_token (parser); local
2706 linespec_token token; local
[all...]
H A Dd-exp.y117 %token <sval> IDENTIFIER UNKNOWN_NAME
118 %token <tsym> TYPENAME
119 %token <voidval> COMPLETE
126 %token <sval> NAME_OR_INT
128 %token <typed_val_int> INTEGER_LITERAL
129 %token <typed_val_float> FLOAT_LITERAL
130 %token <tsval> CHARACTER_LITERAL
131 %token <tsval> STRING_LITERAL
138 %token ENTRY
139 %token ERRO
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-tcl.c322 /* A token consists of a sequence of characters. */
323 struct token struct
327 char *chars; /* the token's constituents */
330 /* Initialize a 'struct token'. */
332 init_token (struct token *tp)
339 /* Free the memory pointed to by a 'struct token'. */
341 free_token (struct token *tp)
346 /* Ensure there is enough room in the token for one more character. */
348 grow_token (struct token *tp)
428 struct token *toke member in struct:word
[all...]
/netbsd-current/sys/dev/ppbus/
H A Dppbus_base.c475 * Search the first occurrence of a token within a string
479 search_token(char *str, int slen, const char *token) argument
491 /* get token's length */
492 for (tlen = 0, p = token; *p != '\0'; p++)
500 if (str[i+j] != token[j])
520 char * token; local
551 if ((token = search_token(str, len, "MFG")) != NULL ||
552 (token = search_token(str, len, "MANUFACTURER")) != NULL)
554 search_token(token, UNKNOWN_LENGTH, ":") + 1);
558 if ((token
[all...]
/netbsd-current/external/mit/lua/dist/src/
H A Dllex.c58 static l_noret lexerror (LexState *ls, const char *msg, int token);
86 const char *luaX_token2str (LexState *ls, int token) { argument
87 if (token < FIRST_RESERVED) { /* single-byte symbols? */
88 if (lisprint(token))
89 return luaO_pushfstring(ls->L, "'%c'", token);
91 return luaO_pushfstring(ls->L, "'<\\%d>'", token);
94 const char *s = luaX_tokens[token - FIRST_RESERVED];
95 if (token < TK_EOS) /* fixed format (symbols and reserved words)? */
103 static const char *txtToken (LexState *ls, int token) { argument
104 switch (token) {
119 lexerror(LexState *ls, const char *msg, int token) argument
[all...]
/netbsd-current/lib/libc/gen/
H A Dsysctlgetmibinfo.c415 char sep[2], token[SYSCTL_NAMELEN], local
456 token[0] = '\0';
490 l = strlcpy(token, piece, sizeof(token));
491 if (l > sizeof(token)) {
497 else if (dot - piece > (intptr_t)(sizeof(token) - 1)) {
498 COPY_OUT_DATA(token, cname, csz, namelenp, nl);
503 strncpy(token, piece, (size_t)(dot - piece));
504 token[dot - piece] = '\0';
508 * i wonder if this "token" i
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgo-exp.y124 %token <typed_val_int> INT
125 %token <typed_val_float> FLOAT
135 %token <tsval> RAW_STRING
136 %token <tsval> STRING
137 %token <tsval> CHAR
138 %token <ssym> NAME
139 %token <tsym> TYPENAME /* Not TYPE_NAME cus already taken. */
140 %token <voidval> COMPLETE
149 %token <ssym> NAME_OR_INT
151 %token <lva
[all...]
/netbsd-current/sys/arch/hpc/hpc/platid_gen/
H A Dgram.y68 %token '{' '}' '=' ':'
69 %token <str>FSYM
70 %token <str>SYM
71 %token <str>MOD
72 %token <str>NAME
73 %token <str>DIRECTIVE
/netbsd-current/usr.bin/tabs/
H A Dtabs.c85 char *term, *arg, *token, *end, *tabs = NULL, *p; local
154 while ((token = strsep(&p, ", ")) != NULL) {
155 if (*token == '\0')
161 num = strtol(token, &end, 10);
163 errx(EXIT_FAILURE, "%s: invalid tab stop", token);
165 if (*token == '+') {
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dgetprogname.c195 int token;
204 for (token = 0; token >= 0;
205 token = w_getpsent (token, &buf, sizeof(buf)))
207 if (token > 0 && buf.ps_pid == pid)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dsysinfo.y45 %token COND
46 %token REPEAT
47 %token '(' ')'
48 %token <s> TYPE
49 %token <s> NAME
50 %token <i> NUMBER UNIT

Completed in 411 milliseconds

1234567891011>>