HomeSort by: relevance | last modified time | path
    Searched defs:redirects (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
client.c 613 static List *redirects = NULL;
617 if (redirects && findnode (redirects, args))
621 if (!redirects) redirects = getlist();
622 push_string (redirects, args);
642 * CURRENT_PARSED_ROOT should not be reset by this function. Redirects
643 * should be "added" to it. The REDIRECTS list should also be replaced
612 static List *redirects = NULL; local

Completed in 16 milliseconds