OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numlength
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/rcs/dist/src/
ci.c
997
int field,
numlength
;
local
1000
numlength
= countnumflds(num->string);
1005
if (
numlength
==0) {
1008
} else if (
numlength
&1)
1012
} else if (
numlength
==0) {
1025
field =
numlength
- ((
numlength
&1) ^ 1);
1039
if (
numlength
&1) bufscat(num, ".1");
1060
if (
numlength
&1)
ci.c
997
int field,
numlength
;
local
1000
numlength
= countnumflds(num->string);
1005
if (
numlength
==0) {
1008
} else if (
numlength
&1)
1012
} else if (
numlength
==0) {
1025
field =
numlength
- ((
numlength
&1) ^ 1);
1039
if (
numlength
&1) bufscat(num, ".1");
1060
if (
numlength
&1)
Completed in 29 milliseconds
Indexes created Sat Sep 05 00:25:07 UTC 2026