Searched refs:token (Results 26 - 50 of 521) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/byacc/test/
H A Dok_syntax1.y25 %token DIGIT LETTER
27 %token OCT1 '\177'
28 %token HEX1 '\xff'
29 %token HEX2 '\xFF'
30 %token HEX3 '\x7f'
31 %token STR1 "\x7f\177\\\n"
32 %token STR2 "\x7f\
35 %token BELL '\a'
36 %token BS '\b'
37 %token N
[all...]
H A Dquote_calc.y15 %token OP_ADD "ADD"
16 %token OP_SUB "SUB"
17 %token OP_MUL "MUL"
18 %token OP_DIV "DIV"
19 %token OP_MOD "MOD"
20 %token OP_AND "AND"
22 %token DIGIT LETTER
H A Dquote_calc2.y15 %token OP_ADD "ADD"
16 %token OP_SUB "SUB"
17 %token OP_MUL "MUL"
18 %token OP_DIV "DIV"
19 %token OP_MOD "MOD"
20 %token OP_AND "AND"
22 %token DIGIT LETTER
H A Dquote_calc3.y15 %token OP_ADD "ADD-operator"
16 %token OP_SUB "SUB-operator"
17 %token OP_MUL "MUL-operator"
18 %token OP_DIV "DIV-operator"
19 %token OP_MOD "MOD-operator"
20 %token OP_AND "AND-operator"
22 %token DIGIT LETTER
H A Dquote_calc4.y15 %token OP_ADD "ADD-operator"
16 %token OP_SUB "SUB-operator"
17 %token OP_MUL "MUL-operator"
18 %token OP_DIV "DIV-operator"
19 %token OP_MOD "MOD-operator"
20 %token OP_AND "AND-operator"
22 %token DIGIT LETTER
H A Dinherit0.y12 %token GLOBAL LOCAL
13 %token REAL INTEGER
14 %token NAME
H A Derr_syntax16.y6 %token second
H A Derr_syntax13.y6 %token text 123
H A Derr_syntax9.y7 %token text '(' '*' '&'
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dtoken.c2 * token.c : routines for doing diffs
50 void *token; member in struct:svn_diff__node_t
71 * Support functions to build a tree of token positions
87 apr_uint32_t hash, void *token)
94 SVN_ERR_ASSERT(token);
105 SVN_ERR(vtable->token_compare(diff_baton, parent->token, token, &rv));
109 /* Discard the previous token. This helps in cases where
113 vtable->token_discard(diff_baton, parent->token);
115 parent->token
84 tree_insert_token(svn_diff__node_t **node, svn_diff__tree_t *tree, void *diff_baton, const svn_diff_fns2_t *vtable, apr_uint32_t hash, void *token) argument
162 void *token; local
[all...]
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_gram.y62 %token tARCH
63 %token tAS
64 %token tAUTOMOUNT
65 %token tCLUSTER
66 %token tCONFIG
67 %token tDUMPSET
68 %token tEQ
69 %token tNFSEQ
70 %token tEXPORTFS
71 %token tFRE
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dsimilarity.c42 /* Context for token similarity checking */
45 svn_string_t key; /* The token we're comparing with */
74 keya->score = simcheck_key_diff(&keya->token, &context->key,
77 keyb->score = simcheck_key_diff(&keyb->token, &context->key,
103 svn_cl__simcheck_t *const token = tokens[i];
104 token->score = -1;
105 token->diff = 0;
106 token->context = &context;
117 svn_cl__simcheck_t *const token = tokens[i];
118 token
101 svn_cl__simcheck_t *const token = tokens[i]; local
115 svn_cl__simcheck_t *const token = tokens[i]; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsel-gram.y50 %token kw_TRUE
51 %token kw_FALSE
52 %token kw_AND
53 %token kw_OR
54 %token kw_IN
55 %token kw_TAILMATCH
65 %token <string> NUMBER
66 %token <string> STRING
67 %token <string> IDENTIFIER
/freebsd-11-stable/usr.sbin/asf/
H A Dasf_prog.c51 char *token[MAXTOKEN]; local
67 tokens = tokenize(buf, token, MAXTOKEN);
70 base = (caddr_t)(uintptr_t)strtoumax(token[2], &endp, 16);
73 kfile_add(token[4], base);
H A Dasf.h36 int tokenize(char *cptr, char *token[], int maxtoken);
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A DMakefile.sub10 token.$(OBJEXT)
15 $(srcdir)/token.cpp
18 $(srcdir)/token.h \
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y84 %token <str> LABEL
85 %token <str> VARIABLE
86 %token <x> NUMBER
87 %token <lstr> TEXT
88 %token <lstr> COMMAND_LINE
89 %token <str> DELIMITED
90 %token <n> ORDINAL
91 %token TH
92 %token LEFT_ARROW_HEAD
93 %token RIGHT_ARROW_HEA
[all...]
/freebsd-11-stable/sys/powerpc/pseries/
H A Drtas_dev.c108 cell_t token; local
111 token = rtas_token_lookup("get-time-of-day");
112 if (token == -1)
114 error = rtas_call_method(token, 0, 8, &tod[0], &tod[1], &tod[2],
136 cell_t token, status; local
139 token = rtas_token_lookup("set-time-of-day");
140 if (token == -1)
144 error = rtas_call_method(token, 7, 1, ct.year, ct.mon, ct.day, ct.hour,
157 cell_t token, status; local
160 token
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c291 gss_cfx_wrap_token token;
422 token = (gss_cfx_wrap_token)header->buffer.value;
424 token->TOK_ID[0] = 0x05;
425 token->TOK_ID[1] = 0x04;
426 token->Flags = 0;
427 token->Filler = 0xFF;
430 token->Flags |= CFXSentByAcceptor;
433 token->Flags |= CFXAcceptorSubkey;
445 token->Flags |= CFXSealed;
446 token
1168 gss_cfx_wrap_token token; local
1378 gss_cfx_wrap_token token; local
1583 gss_cfx_mic_token token; local
1664 gss_cfx_mic_token token; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.y86 %token kw_ABSENT
87 %token kw_ABSTRACT_SYNTAX
88 %token kw_ALL
89 %token kw_APPLICATION
90 %token kw_AUTOMATIC
91 %token kw_BEGIN
92 %token kw_BIT
93 %token kw_BMPString
94 %token kw_BOOLEAN
95 %token kw_B
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dmcparse.y54 %token NL
55 %token<ustr> MCIDENT MCFILENAME MCLINE MCCOMMENT
56 %token<tok> MCTOKEN
57 %token MCENDLINE
58 %token MCLANGUAGENAMES MCFACILITYNAMES MCSEVERITYNAMES MCOUTPUTBASE MCMESSAGEIDTYPEDEF
59 %token MCLANGUAGE MCMESSAGEID MCSEVERITY MCFACILITY MCSYMBOLICNAME
60 %token <ival> MCNUMBER
63 %type<ustr> alias_name token lines comments
124 token '=' MCNUMBER alias_name
128 | token '
338 token: MCIDENT { $$ = $1; } label
[all...]
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.y7 %token ARCH
8 %token COMMA
9 %token CONFIG
10 %token CPU
11 %token NOCPU
12 %token DEVICE
13 %token NODEVICE
14 %token ENV
15 %token ENVVAR
16 %token EQUAL
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c58 struct token { int token; time_t value; }; member in struct:token
64 struct token *tokenp; /* Pointer to next token. */
107 if (gds->tokenp[0].token == tUNUMBER
108 && gds->tokenp[1].token == ':'
109 && gds->tokenp[2].token == tUNUMBER
110 && gds->tokenp[3].token == ':'
111 && gds->tokenp[4].token == tUNUMBER) {
119 else if (gds->tokenp[0].token
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgengtype-yacc.y38 %token <t>ENT_TYPEDEF_STRUCT
39 %token <t>ENT_STRUCT
40 %token ENT_EXTERNSTATIC
41 %token ENT_YACCUNION
42 %token GTY_TOKEN
43 %token UNION
44 %token STRUCT
45 %token ENUM
46 %token ALIAS
47 %token NESTED_PT
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthreadkeys.c43 * Save this and space to end of token
51 * If token length is zero return an error, else set end of
52 * token to zero and return start.
141 char *token; local
172 token = nexttok(&line);
173 if (token == NULL)
179 keyno = atoi(token);
183 token);
190 token, NTP_MAXKEY);
197 token
[all...]

Completed in 132 milliseconds

1234567891011>>