Lines Matching refs:yylex

88       if (yylex(&state, pin)!=' ')  in handle_response()
91 res = yylex(&state, pin); in handle_response()
98 if (yylex(&state, pin)==TOKEN_REFERRAL) { in handle_response()
99 if (yylex(&state, pin)!=' ') in handle_response()
101 if (yylex(&state, pin)!=STRING) in handle_response()
106 if (yylex(&state, pin)!=')') in handle_response()
111 res = yylex(&state, pin); in handle_response()
118 res = yylex(&state, pin); in handle_response()
119 if (res == ' ') res = yylex(&state, pin); in handle_response()
130 if (yylex(&state, pin)!=' ') in handle_response()
133 res = yylex(&state, pin); in handle_response()
141 res = yylex(&state, pin); in handle_response()
147 res = yylex(&state, pin); in handle_response()
148 if (res == ' ') res = yylex(&state, pin); in handle_response()
164 res = yylex(&state, pin); in handle_response()
166 if (yylex(&state, pin) != '(') in handle_response()
169 if (yylex(&state, pin)==TOKEN_SASL) { in handle_response()
170 if (yylex(&state, pin)!=' ') in handle_response()
172 if (yylex(&state, pin)!=STRING) in handle_response()
177 if (yylex(&state, pin)!=')') in handle_response()
191 if (yylex(&state, pin)!=STRING) in handle_response()
196 if (yylex(&state, pin)!=EOL) in handle_response()
214 res=yylex(&state, pin); in deleteascript()
249 res=yylex(&state,pin); in installdata()
358 res=yylex(&state,pin); in installafile()
389 if ((res=yylex(&state, pin))==STRING) in list_wcb()
393 if (yylex(&state, pin)==' ') in list_wcb()
395 if (yylex(&state, pin)!=TOKEN_ACTIVE) in list_wcb()
397 if (yylex(&state, pin)!=EOL) in list_wcb()
443 res=yylex(&state, pin); in setscriptactive()
471 res=yylex(&state,pin); in getscriptvalue()
477 if (yylex(&state, pin)!=EOL) in getscriptvalue()
480 res=yylex(&state,pin); in getscriptvalue()