Lines Matching refs:FROM
19 * may be used to endorse or promote products derived from this software
217 %token SAINFO FROM
1453 | FROM IDENTIFIERTYPE identifierstring
1619 struct remoteconf *from, *new;
1626 from = getrmconf_by_name($4->v);
1627 if (from == NULL) {
1633 new = duprmconf_shallow(from);
1635 yyerror("failed to duplicate remoteconf from \"%s\".",
1669 struct remoteconf *from, *new;
1671 from = getrmconf($4, GETRMCONF_F_NO_ANONYMOUS);
1672 if (from == NULL) {
1678 new = duprmconf_shallow(from);
1680 yyerror("failed to duplicate remoteconf from %s.",