Searched refs:lookup_command_attribute (Results 1 – 6 of 6) sorted by relevance
926 unsigned long int lookup_command_attribute (const char *);
3315 if (lookup_command_attribute (cmd_name) & CVS_CMD_MODIFIES_REPOSITORY) in check_command_valid_p()3544 if (lookup_command_attribute (cmd_name) in do_cvs_command()3564 if (lookup_command_attribute (cmd_name) in do_cvs_command()5770 && lookup_command_attribute (arg) & CVS_CMD_MODIFIES_REPOSITORY in serve_command_prep()5811 if (lookup_command_attribute (arg) & CVS_CMD_MODIFIES_REPOSITORY in serve_command_prep()
370 lookup_command_attribute (const char *cmd_name) in lookup_command_attribute() function
1123 was because I was misreading the lookup_command_attribute code).2795 * main.c (lookup_command_attribute): Add the "init" command to the2900 (lookup_command_attribute): Added 'logout' to list of commands2992 * main.c (lookup_command_attribute): Don't use an ANSI prototype3212 (lookup_command_attribute): new func.3213 (main): use new func lookup_command_attribute() to establish if3218 Prototype lookup_command_attribute().3221 lookup_command_attribute() and its callers.
2947 * main.c (lookup_command_attribute): Declare arg const.2948 * cvs.h (lookup_command_attribute): Ditto.8226 * main.c (lookup_command_attribute): Throw a fatal error if the8958 * main.c (lookup_command_attribute): Lookup specified command, not9108 * main.c (cmds[], lookup_command_attribute, main): Include the10048 * main.c (lookup_command_attribute): Add "release" to commands11586 * main.c (lookup_command_attribute): Don't check for "history"12225 (lookup_command_attribute): while we don't need the12655 * main.c (lookup_command_attribute): the `annotate' command12669 * main.c (lookup_command_attribute): the `rdiff' command shouldn't
753 there should be a function lookup_command_attribute() that could