Searched refs:token (Results 1 - 25 of 521) sorted by path

1234567891011>>

/freebsd-11-stable/bin/expr/
H A Dexpr.y92 %token <val> TOKEN
/freebsd-11-stable/bin/sh/
H A DMakefile15 GENHDRS= builtins.h nodes.h syntax.h token.h
64 token.h: mktokens
H A Darith_yacc.c168 static arith_t primary(int token, union yystype *val, int op, int noeval) argument
173 switch (token) {
187 token = op;
211 int token; local
213 token = yylex();
216 b = primary(token, &val, yylex(), noeval);
235 static arith_t binop(int token, union yystype *val, int op, int noeval) argument
237 arith_t a = primary(token, val, op, noeval);
246 static arith_t and(int token, union yystype *val, int op, int noeval) argument
248 arith_t a = binop(token, va
263 or(int token, union yystype *val, int op, int noeval) argument
280 cond(int token, union yystype *val, int op, int noeval) argument
[all...]
H A Dmktokens38 # token marks the end of a list. The third column is the name to print in
73 exec > token.h
H A Dparser.c77 #include "token.h"
97 static int lasttoken; /* last token read */
98 static int tokpushback; /* last token pushed back */
104 static int quoteflag; /* set if (part of) last token was quoted */
105 static int startlinno; /* line # where last token started */
867 TRACE(("token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
869 TRACE(("reread token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
876 * Read the next input token.
877 * If the token is a word, we set backquotelist to the list of cmds in
880 * If the token i
1890 consumetoken(int token) argument
1904 synexpect(int token) argument
[all...]
/freebsd-11-stable/bin/test/
H A Dtest.c78 enum token { enum
121 #define TOKEN_TYPE(token) ((token) & 0xff00)
176 static int aexpr(enum token);
177 static int binop(enum token);
179 static int filstat(char *, enum token);
187 static int nexpr(enum token);
188 static int oexpr(enum token);
190 static int primary(enum token);
192 static enum token t_le
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y49 %token DT_TOK_COMMA DT_TOK_ELLIPSIS
50 %token DT_TOK_ASGN DT_TOK_ADD_EQ DT_TOK_SUB_EQ DT_TOK_MUL_EQ
51 %token DT_TOK_DIV_EQ DT_TOK_MOD_EQ DT_TOK_AND_EQ DT_TOK_XOR_EQ DT_TOK_OR_EQ
52 %token DT_TOK_LSH_EQ DT_TOK_RSH_EQ DT_TOK_QUESTION DT_TOK_COLON
53 %token DT_TOK_LOR DT_TOK_LXOR DT_TOK_LAND
54 %token DT_TOK_BOR DT_TOK_XOR DT_TOK_BAND DT_TOK_EQU DT_TOK_NEQ
55 %token DT_TOK_LT DT_TOK_LE DT_TOK_GT DT_TOK_GE DT_TOK_LSH DT_TOK_RSH
56 %token DT_TOK_ADD DT_TOK_SUB DT_TOK_MUL DT_TOK_DIV DT_TOK_MOD
57 %token DT_TOK_LNEG DT_TOK_BNEG DT_TOK_ADDADD DT_TOK_SUBSUB
58 %token DT_TOK_PREIN
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dconf_parse.y73 %token LEFT_BRACKET RIGHT_BRACKET EQUAL
74 %token NEWLINE
75 %token <strtype> NONWS_STRING
76 %token <strtype> NONWSEQ_STRING
77 %token <strtype> QUOTED_NONWSEQ_STRING
H A Dsun_map_parse.y85 %token NEWLINE COMMENT WSPACE
86 %token <strval> WORD
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex177 % Ignore a token.
433 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
451 % This space token undergoes the same procedure and is eventually removed
464 % Put the space token in:
470 % We prepended an \empty token at the very beginning and we expand it now,
476 % But first, we have to remove the trailing space token.
3678 % \splitoff TOKENS\endmark defines \first to be the first token in
3693 % Detect if the argument is a single token. If so, it might be a
3695 % (We will always have one token, because of the test we just made.
3700 % Only one token i
[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...]
H A Dnull_gram.c431 "$end", "error", "$undefined", "$accept", "token", YY_NULLPTR
436 /* YYTOKNUM[NUM] -- (External) token number corresponding to the
437 (internal) symbol number NUM (which must be that of a token). */
482 positive, shift that token. If negative, reduce the rule whose
543 /* Error token number */
608 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
783 about the unexpected token YYTOKEN for the state stack whose top is
813 that there is no unexpected or expected token to report. In that
819 - Of course, the expected token list depends on states to have
824 token lis
[all...]
H A Dnull_gram.y8 token: label
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_strtok.c29 char *token; local
41 token = str;
43 /* skip valid token characters to terminate token and
46 *last = token + 1;
55 return token;
/freebsd-11-stable/contrib/binutils/binutils/
H A Darparse.y43 %token NEWLINE
44 %token VERBOSE
45 %token <name> FILENAME
46 %token ADDLIB
47 %token LIST
48 %token ADDMOD
49 %token CLEAR
50 %token CREATE
51 %token DELETE
52 %token DIRECTOR
[all...]
H A Ddefparse.y33 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
34 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
35 %token READ WRITE EXECUTE SHARED NONSHARED NONAME PRIVATE
36 %token SINGLE MULTIPLE INITINSTANCE INITGLOBAL TERMINSTANCE TERMGLOBAL
37 %token <id> ID
38 %token <number> NUMBER
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...]
H A Drcparse.y113 %token BEG END
114 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
115 %token BITMAP
116 %token CURSOR
117 %token DIALOG DIALOGEX EXSTYLE CAPTION CLASS STYLE
118 %token AUTO3STATE AUTOCHECKBOX AUTORADIOBUTTON CHECKBOX COMBOBOX CTEXT
119 %token DEFPUSHBUTTON EDITTEXT GROUPBOX LISTBOX LTEXT PUSHBOX PUSHBUTTON
120 %token RADIOBUTTON RTEXT SCROLLBAR STATE3 USERBUTTON
121 %token BEDIT HEDIT IEDIT
122 %token FON
[all...]
H A Dsysinfo.y43 %token COND
44 %token REPEAT
45 %token '(' ')'
46 %token <s> TYPE
47 %token <s> NAME
48 %token <i> NUMBER UNIT
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-parse.y289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y106 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL
107 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL
108 %token PRIVATEU PRIVATEL
109 %token READ WRITE EXECUTE SHARED NONAMEU NONAMEL DIRECTIVE
110 %token <id> ID
111 %token <number> NUMBER
567 int token;
619 lex_forced_token = diropts[i].token;
870 int token;
945 printf ("lex: forcing token
[all...]
H A Dldfile.c175 int token, skip = 0; local
185 token = INPUT_SCRIPT;
186 while (token != 0)
188 switch (token)
191 if ((token = yylex ()) != '(')
193 if ((token = yylex ()) != NAME)
198 token = yylex ();
199 if (token == ',')
201 if ((token = yylex ()) != NAME)
207 if ((token
[all...]
H A Dldgram.y78 int token;
103 %token <bigint> INT
104 %token <name> NAME LNAME
111 %right <token> PLUSEQ MINUSEQ MULTEQ DIVEQ '=' LSHIFTEQ RSHIFTEQ ANDEQ OREQ
112 %right <token> '?' ':'
113 %left <token> OROR
114 %left <token> ANDAND
115 %left <token> '|'
116 %left <token> '^'
117 %left <token> '
[all...]
H A Dldlex.l87 #define RTOKEN(x) { yylval.token = x; return x; }
125 /* The first token of the input determines the initial parser state. */
/freebsd-11-stable/contrib/bmake/
H A Djob.c337 static int wantToken; /* we want a token */
355 static Job tokenWaitJob; /* token wait pseudo-job */
463 * pipe when we're waiting for a job token, but we might lose the
464 * race for the token when a new one becomes available, so the read
521 * Sends a token on the child exit pipe to wake us up from
1415 * Pass job token pipe to submakes.
2128 /* The first fd in the list is the job token pipe */
2137 char token = 0; local
2139 count = read(childExitJob.inPipe, &token, 1);
2142 Punt("unexpected eof on token pip
[all...]

Completed in 198 milliseconds

1234567891011>>