Searched refs:cur_declarator (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/byacc/test/
H A Dgrammar.y297 * and <cur_declarator> is not NULL, then the comment is attached to the
301 static Declarator *cur_declarator;
730 cur_declarator = $$;
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c327 * and <cur_declarator> is not NULL, then the comment is attached to the
331 static Declarator *cur_declarator; variable
1668 cur_declarator = yyval.declarator;
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c347 * and <cur_declarator> is not NULL, then the comment is attached to the
351 static Declarator *cur_declarator; variable
2395 cur_declarator = yyval.declarator;

Completed in 63 milliseconds