Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dwrapper.c49 char *rcsOption; member
175 if (wrap_list[i]->rcsOption != NULL) in wrap_send()
176 send_to_server (wrap_list[i]->rcsOption, 0); in wrap_send()
215 wrap_list[i]->rcsOption in wrap_unparse_rcs_options()
216 ? wrap_list[i]->rcsOption : "kv"); in wrap_unparse_rcs_options()
310 if (e->rcsOption) in wrap_free_entry_internal()
311 free (e->rcsOption); in wrap_free_entry_internal()
435 if (e.rcsOption) in wrap_add()
436 free (e.rcsOption); in wrap_add()
437 e.rcsOption = strcmp (temp, "kv") ? xstrdup (temp) : NULL; in wrap_add()
[all …]
Dsanity.sh31969 …icky Edit-file Template Clear-template Notified Module-expansion Wrapper-rcsOption M Mbinary E F MT
32262 …y Clear-sticky Template Clear-template Notified Module-expansion Wrapper-rcsOption M Mbinary E F MT
32295 …y Clear-sticky Template Clear-template Notified Module-expansion Wrapper-rcsOption M Mbinary E F MT
32325 …y Clear-sticky Template Clear-template Notified Module-expansion Wrapper-rcsOption M Mbinary E F MT
DChangeLog-961670 * wrapper.c (WrapperEntry): Add rcsOption field.
1673 (wrap_add_entry): Handle rcsOption field.
DChangeLog8299 (wrap_add): Set rcsOption to NULL for default (kv).
13853 (responses): new response "Wrapper-rcsOption"; allows the server
13855 (handle_wrapper_rcs_option): new func, handles "Wrapper-rcsOption"
13860 we know we can send "Wrapper-rcsOption..." to the client.
/netbsd/src/external/gpl2/xcvs/dist/doc/
Dcvsclient.texi1408 expansion modes in @code{Wrapper-rcsOption} responses.
1742 @item Wrapper-rcsOption @var{pattern} -k '@var{option}' \n
DChangeLog2637 "wrapper-sendme-rcsOptions" and "Wrapper-rcsOption".