Home
last modified time | relevance | path

Searched refs:lookup_command_attribute (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dcvs.h926 unsigned long int lookup_command_attribute (const char *);
H A Dserver.c3315 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()
H A Dmain.c370 lookup_command_attribute (const char *cmd_name) in lookup_command_attribute() function
H A DChangeLog-971123 was because I was misreading the lookup_command_attribute code).
2795 * main.c (lookup_command_attribute): Add the "init" command to the
2900 (lookup_command_attribute): Added 'logout' to list of commands
2992 * main.c (lookup_command_attribute): Don't use an ANSI prototype
3212 (lookup_command_attribute): new func.
3213 (main): use new func lookup_command_attribute() to establish if
3218 Prototype lookup_command_attribute().
3221 lookup_command_attribute() and its callers.
H A DChangeLog2947 * 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 the
8958 * main.c (lookup_command_attribute): Lookup specified command, not
9108 * main.c (cmds[], lookup_command_attribute, main): Include the
10048 * main.c (lookup_command_attribute): Add "release" to commands
11586 * main.c (lookup_command_attribute): Don't check for "history"
12225 (lookup_command_attribute): while we don't need the
12655 * main.c (lookup_command_attribute): the `annotate' command
12669 * main.c (lookup_command_attribute): the `rdiff' command shouldn't
H A DChangeLog-96753 there should be a function lookup_command_attribute() that could