opt_chain: /* empty */ { $$= (YYTHD->variables.completion_type == 1); } | AND_SYM NO_SYM CHAIN_SYM { $$=0; } | AND_SYM CHAIN_SYM { $$=1; } ;
Log in to post a comment.