Lines Matching defs:is

7    This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
71 This file is part of GNU Binutils.
73 This program is free software; you can redistribute it and/or modify
78 This program is distributed in the hope that it will be useful,
89 /* This is a parser for Windows rc files. It is based on the parser
107 /* Dialog information. This is built by the nonterminals styles and
112 /* This is used when building a style. It is modified by the
126 /* This is used for COMBOBOX, LISTBOX and EDITTEXT which
399 rc_uint_type is;
486 /* This feature is available in gcc versions 2.5 and later. */
592 /* A type that is properly aligned for any stack member. */
883 means the default is an error. */
974 number is the opposite. If YYTABLE_NINF, syntax error. */
1325 /* This macro is provided for backward compatibility. */
1401 | Report that the YYRULE is going to be reduced. |
1430 /* Nonzero means print parse trace. It is left uninitialized so that
1447 if the built-in stack extension method is used).
1499 heuristic is that double-quoting is unnecessary unless the string
1501 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1544 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
1545 about the unexpected token YYTOKEN for the state stack whose top is
1548 Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is
1551 required number of bytes is too large to store. */
1568 - If this state is a consistent state with a default action, then
1569 the only way this function was invoked is if the default action
1570 is an error action. In that case, don't check for expected
1572 - The only way there can be no lookahead present (in yychar) is if
1573 this state is a consistent state with a default action. Thus,
1574 detecting the absence of a lookahead is sufficient to determine
1575 that there is no unexpected or expected token to report. In that
1577 - Don't assume there isn't a lookahead just because this state is a
1586 token list. However, the list is correct for canonical LR with
1773 | yynewstate -- Push a new state, which is found in yystate. |
1796 /* Each stack pointer address is followed by the size of the
1799 be undefined if yyoverflow is a macro. */
1866 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1881 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1884 /* If the proper action on seeing token YYTOKEN is to reduce or to
1931 /* yyn is the number of a rule to reduce with. */
1934 /* If YYLEN is nonzero, implement the default value of the action:
1938 This behavior is undocumented and Bison
2003 (yyval.acc).flags |= (yyvsp[0].is);
2049 (yyval.is) = (yyvsp[0].is);
2057 (yyval.is) = (yyvsp[-2].is) | (yyvsp[0].is);
2065 (yyval.is) = (yyvsp[-1].is) | (yyvsp[0].is);
2073 (yyval.is) = ACC_VIRTKEY;
2081 /* This is just the absence of VIRTKEY. */
2082 (yyval.is) = 0;
2090 (yyval.is) = ACC_NOINVERT;
2098 (yyval.is) = ACC_SHIFT;
2106 (yyval.is) = ACC_CONTROL;
2114 (yyval.is) = ACC_ALT;
2524 /* This is as per MSDN documentation. With some (???)
2525 versions of MS rc.exe their is no default style. */
3097 (yyval.menuitem) = define_menuitem ((yyvsp[-2].uni), (yyvsp[-1].il), (yyvsp[0].is), 0, 0, NULL);
3113 (yyval.menuitem) = define_menuitem ((yyvsp[-4].uni), 0, (yyvsp[-3].is), 0, 0, (yyvsp[-1].menuitem));
3121 (yyval.is) = 0;
3129 (yyval.is) = (yyvsp[-2].is) | (yyvsp[0].is);
3137 (yyval.is) = (yyvsp[-1].is) | (yyvsp[0].is);
3145 (yyval.is) = MENUITEM_CHECKED;
3153 (yyval.is) = MENUITEM_GRAYED;
3161 (yyval.is) = MENUITEM_HELP;
3169 (yyval.is) = MENUITEM_INACTIVE;
3177 (yyval.is) = MENUITEM_MENUBARBREAK;
3185 (yyval.is) = MENUITEM_MENUBREAK;
4451 One alternative is translating here after every semantic action,
4458 before the lookahead is translated. */
4487 user semantic actions for why this is necessary. */
4648 user semantic actions for why this is necessary. */