OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldexpand
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
admin.c
845
char *
oldexpand
= RCS_getexpand (rcs);
local
846
if (
oldexpand
== NULL || strcmp (
oldexpand
, kflag) != 0)
admin.c
845
char *
oldexpand
= RCS_getexpand (rcs);
local
846
if (
oldexpand
== NULL || strcmp (
oldexpand
, kflag) != 0)
commit.c
2119
char *
oldexpand
;
local
2123
oldexpand
= RCS_getexpand (rcs);
2124
if ((
oldexpand
!= NULL
2126
&& strcmp (options + 2,
oldexpand
) != 0)
2127
|| (
oldexpand
== NULL && options != NULL))
commit.c
2119
char *
oldexpand
;
local
2123
oldexpand
= RCS_getexpand (rcs);
2124
if ((
oldexpand
!= NULL
2126
&& strcmp (options + 2,
oldexpand
) != 0)
2127
|| (
oldexpand
== NULL && options != NULL))
Completed in 31 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026