Searched refs:tok (Results 176 - 200 of 517) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dmcparse.h110 const mc_keyword *tok; member in union:YYSTYPE
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dxtensa-istack.h48 expressionS tok[MAX_INSN_ARGS]; member in struct:tinsn_struct
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Ds390xcap.c36 tok[0], tok[1], tok[2]) == 2) { \
38 off = (tok[0][0] == '~') ? 1 : 0; \
39 if (sscanf(tok[0] + off, "%llx", &cap->NAME[0]) != 1) \
44 off = (tok[1][0] == '~') ? 1 : 0; \
45 if (sscanf(tok[1] + off, "%llx", &cap->NAME[1]) != 1) \
54 tok[0], tok[1]) == 1 \
55 && !strcmp(tok[
673 char *tok_begin, *tok_end, *buff, tok[S390X_STFLE_MAX][LEN + 1]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d1493 Token tok;
1495 scan(&tok); // read in heredoc identifier
1496 if (tok.value != TOK.identifier)
1498 error("identifier expected for heredoc, not %s", tok.toChars());
1503 hereid = tok.ident;
1540 Token tok;
1543 scan(&tok); // read in possible heredoc identifier
1544 //printf("endid = '%s'\n", tok.ident.toChars());
1545 if (tok.value == TOK.identifier && tok
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dipproto.h34 extern const struct tok ipproto_values[];
H A Dprint-vsock.c42 static const struct tok vsock_transport[] = {
57 static const struct tok vsock_op[] = {
70 static const struct tok virtio_type[] = {
86 static const struct tok virtio_op[] = {
H A Dprint-vxlan.c35 static const struct tok vxlan_flags [] = {
H A Dprint-slow.c48 static const struct tok slow_proto_values[] = {
55 static const struct tok slow_oam_flag_values[] = {
73 static const struct tok slow_oam_code_values[] = {
100 static const struct tok slow_oam_info_type_values[] = {
109 static const struct tok slow_oam_info_type_state_parser_values[] = {
118 static const struct tok slow_oam_info_type_state_mux_values[] = {
124 static const struct tok slow_oam_info_type_oam_config_values[] = {
143 static const struct tok slow_oam_link_event_values[] = {
179 static const struct tok slow_oam_loopbackctrl_cmd_values[] = {
198 static const struct tok slow_tlv_value
[all...]
H A Dprint-openflow-1.0.c114 static const struct tok ofppc_bm[] = {
139 static const struct tok ofpps_stp_str[] = {
158 static const struct tok ofpp_str[] = {
183 static const struct tok ofppf_bm[] = {
205 static const struct tok ofpqt_str[] = {
228 static const struct tok ofpfw_bm[] = {
260 static const struct tok ofpat_str[] = {
278 static const struct tok ofpat_bm[] = {
308 static const struct tok ofp_capabilities_bm[] = {
327 static const struct tok ofp_config_st
[all...]
H A Dprint-someip.c45 static const struct tok message_type_values[] = {
59 static const struct tok return_code_values[] = {
H A Dprint-brcmtag.c63 static const struct tok brcm_tag_te_values[] = {
71 static const struct tok brcm_tag_rc_values[] = {
H A Dprint-bfd.c117 static const struct tok bfd_v1_authentication_values[] = {
138 static const struct tok bfd_diag_values[] = {
151 static const struct tok bfd_port_values[] = {
160 static const struct tok bfd_v0_flag_values[] = {
172 static const struct tok bfd_v1_flag_values[] = {
182 static const struct tok bfd_v1_state_values[] = {
H A Dprint-lisp.c136 static const struct tok lisp_type [] = {
155 static const struct tok map_register_hdr_flag[] = {
164 static const struct tok map_notify_hdr_flag[] = {
170 static const struct tok auth_type[] = {
177 static const struct tok lisp_eid_action[] = {
185 static const struct tok lisp_loc_flag[] = {
H A Dprint-cfm.c55 static const struct tok cfm_opcode_values[] = {
91 static const struct tok cfm_md_nameformat_values[] = {
106 static const struct tok cfm_ma_nameformat_values[] = {
126 static const struct tok cfm_ltm_flag_values[] = {
137 static const struct tok cfm_ltr_flag_values[] = {
144 static const struct tok cfm_ltr_replay_action_values[] = {
161 static const struct tok cfm_tlv_values[] = {
184 static const struct tok cfm_tlv_port_status_values[] = {
190 static const struct tok cfm_tlv_interface_status_values[] = {
208 static const struct tok cfm_tlv_senderid_chassisid_value
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-istack.h48 expressionS tok[MAX_INSN_ARGS]; member in struct:tinsn_struct
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dmcparse.h110 const mc_keyword *tok; member in union:YYSTYPE
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-istack.h48 expressionS tok[MAX_INSN_ARGS]; member in struct:tinsn_struct
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentParser.h83 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Ddiv.cpp102 tok.skip();
694 while (!tok.newline() && !tok.eof())
695 tok.next();
739 tok.next();
773 while (!tok.newline() && !tok.eof())
774 tok.next();
781 tok.next();
801 while (!tok
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Dmdoc_html.c257 if (n->prev->tok == n->tok &&
258 MDOC_Fo != n->tok &&
259 MDOC_Ft != n->tok &&
260 MDOC_Fn != n->tok) {
265 switch (n->prev->tok) {
273 if (n->tok != MDOC_Fn && n->tok != MDOC_Fo)
404 if (n->tok < ROFF_MAX) {
410 assert(n->tok >
[all...]
H A Dmdoc_markdown.c257 md_act(enum roff_tok tok) argument
259 assert(tok >= MDOC_Dd && tok <= MDOC_MAX);
260 return md_acts + (tok - MDOC_Dd);
330 } else if (n->tok < ROFF_MAX) {
331 switch (n->tok) {
343 act = md_act(n->tok);
741 if ((prefix = md_act(n->tok)->prefix) != NULL) {
755 if ((suffix = md_act(n->tok)->suffix) != NULL) {
768 if ((prefix = md_act(n->tok)
[all...]
H A Dman_term.c138 man_term_act(enum roff_tok tok) argument
140 assert(tok >= MAN_TH && tok <= MAN_MAX);
141 return man_term_acts + (tok - MAN_TH);
169 if (n->tok == MAN_SH &&
209 if (n->parent->type == ROFFT_ROOT || n->parent->tok != MAN_RS)
247 if (n->parent->tok == MAN_HP && p->tcol->rmargin < p->maxrmargin) {
280 switch (n->tok) {
575 if (n->tok == MAN_TP)
665 } while (n != NULL && n->tok >
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp61 bool Matched = Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) &&
62 Tok.is(tok::raw_identifier) &&
64 Tok.is(tok::raw_identifier) &&
72 while (Tok.is(tok::comment))
129 if (Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) &&
130 Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == "include") {
133 if (Tok.is(tok::string_literal))
135 if (Tok.is(tok::less)) {
136 while (!Lex.LexFromRawLexer(Tok) && Tok.isNot(tok::greater)) {
138 if (Tok.is(tok
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp39 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
42 case tok::char_constant:
43 case tok::string_literal:
44 case tok::utf8_char_constant:
45 case tok::utf8_string_literal:
47 case tok::wide_char_constant:
48 case tok::wide_string_literal:
50 case tok::utf16_char_constant:
51 case tok::utf16_string_literal:
53 case tok
[all...]
/netbsd-current/usr.bin/xlint/lint1/
H A Ddebug.c531 debug_token(const token *tok) argument
533 switch (tok->kind) {
535 debug_printf("%s", tok->u.identifier);
538 val_t c = tok->u.constant;
553 debug_printf("%s", tok->u.string_literals.data);
556 debug_printf("%s", tok->u.punctuator);
566 const balanced_token *tok = seq->tokens + i; local
567 if (tok->kind != '\0') {
568 debug_printf("%s%c", sep, tok->kind);
569 debug_balanced_token_sequence(&tok
[all...]

Completed in 208 milliseconds

1234567891011>>