Home | History | Annotate | Download | only in xwin

Lines Matching refs:From

91  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
97 * from the XFree86 Project.
455 /* Relocate STACK from its old location to the new one. The
474 /* Copy COUNT objects from FROM to TO. The source and destination do
478 # define YYCOPY(To, From, Count) \
479 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
481 # define YYCOPY(To, From, Count) \
486 (To)[yyi] = (From)[yyi]; \
789 /* This is here to suppress warnings from the GCC cpp's
792 YYFAIL uses, which will produce warnings from Bison 2.5. */
818 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
944 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
1098 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1185 to perform extra reductions after fetching a lookahead from the
1187 (from LALR or IELR) and default reductions corrupt the expected
1310 /* Prevent warnings from -Wmissing-prototypes. */
1389 /* The variables used to return semantic value and location from the
1915 /* If not already recovering from an error, report this error. */