Home
last modified time | relevance | path

Searched refs:callproc (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dparseinfo.c29 Parse_Info (const char *infofile, const char *repository, CALLPROC callproc, in Parse_Info() argument
151 err += callproc (repository, expanded_value, closure); in Parse_Info()
179 err += callproc (repository, expanded_value, closure); in Parse_Info()
199 err += callproc (repository, expanded_value, closure); in Parse_Info()
Dcvs.h513 CALLPROC callproc, int opt, void *closure);
DChangeLog4821 data field (closure) which is passed through into callproc to
6500 * cvs.h: update defs for Parse_Info and its callproc.