Home
last modified time | relevance | path

Searched refs:yylex (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/freebsd-12-stable/bin/sh/
Darith_yacc.c178 last_token = yylex(); in primary()
189 op = yylex(); in primary()
193 return -primary(op, val, yylex(), noeval); in primary()
196 return !primary(op, val, yylex(), noeval); in primary()
199 return ~primary(op, val, yylex(), noeval); in primary()
213 token = yylex(); in binop2()
216 b = primary(token, &val, yylex(), noeval); in binop2()
255 token = yylex(); in and()
258 b = and(token, val, yylex(), noeval | !a); in and()
272 token = yylex(); in or()
[all …]
/freebsd-12-stable/release/picobsd/tinyware/msh/
Dsh2.c76 _PROTOTYPE(static int yylex, (int cf ));
103 while ((c = yylex(0)) == '|') {
125 while ((c = yylex(0)) == LOGAND || c == LOGOR) { in andor()
143 if((peeksym = yylex(0)) == '&') in c_list()
145 while ((c = yylex(0)) == ';' || c == '&' || (multiline && c == '\n')) { in c_list()
148 if((peeksym = yylex(0)) == '&') in c_list()
166 if ((c = yylex(cf)) != '<' && c != '>') {
183 if ((peeksym = yylex(cf)) != c)
195 switch (peeksym = yylex(0)) { in simple()
243 switch (c = yylex(cf)) {
[all …]
/freebsd-12-stable/contrib/byacc/test/yacc/
Drename_debug.i8 int yylex(void);
33 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
34 # define YYLEX yylex(YYLEX_PARAM)
36 # define YYLEX_DECL() yylex(void)
37 # define YYLEX yylex()
Dpure_error.tab.c21 #ifndef yylex
22 #define yylex error_lex macro
105 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
134 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
136 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
138 # define YYLEX yylex(&yylval, YYLEX_PARAM)
140 # define YYLEX_DECL() yylex(YYSTYPE *yylval)
141 # define YYLEX yylex(&yylval)
247 yylex(YYSTYPE *value) in yylex() function
Derr_syntax10.tab.c21 #ifndef yylex
22 #define yylex err_syntax10_lex macro
101 int yylex(void);
119 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
120 # define YYLEX yylex(YYLEX_PARAM)
122 # define YYLEX_DECL() yylex(void)
123 # define YYLEX yylex()
232 yylex(void) in yylex() function
Derr_syntax12.tab.c21 #ifndef yylex
22 #define yylex err_syntax12_lex macro
101 int yylex(void);
125 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
126 # define YYLEX yylex(YYLEX_PARAM)
128 # define YYLEX_DECL() yylex(void)
129 # define YYLEX yylex()
244 yylex(void) in yylex() function
Derr_syntax18.tab.c21 #ifndef yylex
22 #define yylex err_syntax18_lex macro
101 int yylex(void);
125 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
126 # define YYLEX yylex(YYLEX_PARAM)
128 # define YYLEX_DECL() yylex(void)
129 # define YYLEX yylex()
240 yylex(void) in yylex() function
Dcode_error.code.c21 #ifndef yylex
22 #define yylex error_lex macro
103 int yylex(void);
129 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
130 # define YYLEX yylex(YYLEX_PARAM)
132 # define YYLEX_DECL() yylex(void)
133 # define YYLEX yylex()
222 yylex(void) in yylex() function
Derr_syntax20.tab.c21 #ifndef yylex
22 #define yylex err_syntax20_lex macro
101 int yylex(void);
119 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
120 # define YYLEX yylex(YYLEX_PARAM)
122 # define YYLEX_DECL() yylex(void)
123 # define YYLEX yylex()
236 yylex(void) in yylex() function
Derror.tab.c21 #ifndef yylex
22 #define yylex error_lex macro
101 int yylex(void);
125 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
126 # define YYLEX yylex(YYLEX_PARAM)
128 # define YYLEX_DECL() yylex(void)
129 # define YYLEX yylex()
238 yylex(void) in yylex() function
Derr_syntax11.tab.c21 #ifndef yylex
22 #define yylex err_syntax11_lex macro
101 int yylex(void);
125 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
126 # define YYLEX yylex(YYLEX_PARAM)
128 # define YYLEX_DECL() yylex(void)
129 # define YYLEX yylex()
238 yylex(void) in yylex() function
Dquote_calc3.tab.c21 #ifndef yylex
22 #define yylex quote_calc3_lex macro
107 int yylex(void);
132 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
133 # define YYLEX yylex(YYLEX_PARAM)
135 # define YYLEX_DECL() yylex(void)
136 # define YYLEX yylex()
347 yylex(void) { in yylex() function
Dquote_calc-s.tab.c21 #ifndef yylex
22 #define yylex quote_calc_lex macro
107 int yylex(void);
132 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
133 # define YYLEX yylex(YYLEX_PARAM)
135 # define YYLEX_DECL() yylex(void)
136 # define YYLEX yylex()
346 yylex(void) { in yylex() function
Dcalc.tab.c21 #ifndef yylex
22 #define yylex calc_lex macro
107 extern int yylex(void);
132 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
133 # define YYLEX yylex(YYLEX_PARAM)
135 # define YYLEX_DECL() yylex(void)
136 # define YYLEX yylex()
330 yylex(void) in yylex() function
Dquote_calc4-s.tab.c21 #ifndef yylex
22 #define yylex quote_calc4_lex macro
107 int yylex(void);
132 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
133 # define YYLEX yylex(YYLEX_PARAM)
135 # define YYLEX_DECL() yylex(void)
136 # define YYLEX yylex()
347 yylex(void) { in yylex() function
Dquote_calc4.tab.c21 #ifndef yylex
22 #define yylex quote_calc4_lex macro
107 int yylex(void);
132 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
133 # define YYLEX yylex(YYLEX_PARAM)
135 # define YYLEX_DECL() yylex(void)
136 # define YYLEX yylex()
347 yylex(void) { in yylex() function
Dquote_calc2-s.tab.c21 #ifndef yylex
22 #define yylex quote_calc2_lex macro
107 int yylex(void);
132 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
133 # define YYLEX yylex(YYLEX_PARAM)
135 # define YYLEX_DECL() yylex(void)
136 # define YYLEX yylex()
346 yylex(void) { in yylex() function
Dquote_calc3-s.tab.c21 #ifndef yylex
22 #define yylex quote_calc3_lex macro
107 int yylex(void);
132 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
133 # define YYLEX yylex(YYLEX_PARAM)
135 # define YYLEX_DECL() yylex(void)
136 # define YYLEX yylex()
347 yylex(void) { in yylex() function
Dempty.tab.c21 #ifndef yylex
22 #define yylex empty_lex macro
102 #define YYLEX_DECL() yylex(void)
129 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
130 # define YYLEX yylex(YYLEX_PARAM)
132 # define YYLEX_DECL() yylex(void)
133 # define YYLEX yylex()
Dcalc3.tab.c21 #ifndef yylex
22 #define yylex calc3_lex macro
107 #define YYLEX_DECL() yylex(YYSTYPE *yylval, int *YYLEX_PARAM)
136 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
138 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
140 # define YYLEX yylex(&yylval, YYLEX_PARAM)
142 # define YYLEX_DECL() yylex(YYSTYPE *yylval, int *base)
143 # define YYLEX yylex(&yylval, base)
Dpure_calc.tab.c21 #ifndef yylex
22 #define yylex calc_lex macro
110 #define YYLEX_DECL() yylex(YYSTYPE *yylval)
139 # define YYLEX_DECL() yylex(YYSTYPE *yylval, YYLEX_PARAM_TYPE YYLEX_PARAM)
141 # define YYLEX_DECL() yylex(YYSTYPE *yylval, void * YYLEX_PARAM)
143 # define YYLEX yylex(&yylval, YYLEX_PARAM)
145 # define YYLEX_DECL() yylex(YYSTYPE *yylval)
146 # define YYLEX yylex(&yylval)
/freebsd-12-stable/contrib/byacc/test/btyacc/
Dcode_debug.i8 int yylex(void);
33 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
34 # define YYLEX yylex(YYLEX_PARAM)
36 # define YYLEX_DECL() yylex(void)
37 # define YYLEX yylex()
Drename_debug.i8 int yylex(void);
33 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
34 # define YYLEX yylex(YYLEX_PARAM)
36 # define YYLEX_DECL() yylex(void)
37 # define YYLEX yylex()
/freebsd-12-stable/contrib/flex/
DFlexLexer.h75 virtual int yylex() = 0;
78 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 )
81 return yylex();
128 virtual int yylex();
/freebsd-12-stable/contrib/binutils/ld/
Dldfile.c191 if ((token = yylex ()) != '(') in ldfile_try_open_bfd()
193 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd()
198 token = yylex (); in ldfile_try_open_bfd()
201 if ((token = yylex ()) != NAME) in ldfile_try_open_bfd()
207 if ((token = yylex ()) != ',' in ldfile_try_open_bfd()
208 || (token = yylex ()) != NAME) in ldfile_try_open_bfd()
215 token = yylex (); in ldfile_try_open_bfd()
247 token = yylex (); in ldfile_try_open_bfd()

12345678910>>...13