Searched defs:ylex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c529 int ylex, temp, op1; local
531 ylex = yylex();
532 if (ylex >= NOARG && ylex < MATCH) {
535 if (ylex == A_STRING) {
539 if (ylex == '(') {
547 ylex = yylex();
548 if (ylex > NOARG && ylex < MATCH) {
549 op1 = ylex;
[all...]

Completed in 44 milliseconds