OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDELIM
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/rcs/dist/src/
rcsgen.c
385
aprintf(frew,"\n\n%s\n%c",Kdesc,
SDELIM
);
522
Kexpand,
SDELIM
, expand_names[Expand],
SDELIM
610
* Output to OUT one
SDELIM
if DELIM, then the string S with SDELIMs doubled.
618
aputc_(
SDELIM
, out)
621
if (*sp ==
SDELIM
)
622
aputc_(
SDELIM
, out)
627
aputc_(
SDELIM
, out)
656
aprintf(fout, "%s\n%c", Ktext,
SDELIM
);
665
if (c==
SDELIM
) aputc_(SDELIM, fout) /*double up SDELIM*
[
all
...]
rcsedit.c
406
if ((c = *l++) ==
SDELIM
&& *l++ !=
SDELIM
)
603
/* Function: Reads a string terminated by
SDELIM
from finptr and writes it
604
* to fcopy. Double
SDELIM
is replaced with single
SDELIM
.
616
/* Function: copies a string terminated with a single
SDELIM
from finptr to
617
* fcopy, replacing all double
SDELIM
with a single
SDELIM
.
641
case
SDELIM
:
643
if (c !=
SDELIM
) {
[
all
...]
rcssyn.c
557
* The input is delimited by
SDELIM
if delimiter is set, EOF otherwise.
577
if (c==
SDELIM
) {
579
if (c==
SDELIM
) {
587
aprintf(fout, "%c%c",
SDELIM
, c);
rcslex.c
591
case
SDELIM
:
597
if (c !=
SDELIM
)
673
/* skip over characters until terminating single
SDELIM
*/
689
case
SDELIM
:
691
if (c !=
SDELIM
) {
705
/* Function: copy a string to stdout, until terminated with a single
SDELIM
.
722
case
SDELIM
:
724
if (c !=
SDELIM
) {
740
/* Copies a string terminated with
SDELIM
from file finptr to buffer target.
741
* Double
SDELIM
is replaced with SDELIM
[
all
...]
rlog.c
693
case
SDELIM
:
695
if (c ==
SDELIM
)
rcsbase.h
330
#define
SDELIM
'@' /* the actual character is needed for string handling*/
331
/*
SDELIM
must be consistent with ctab[], so that ctab[
SDELIM
]==SBEGIN.
332
* there should be no overlap among
SDELIM
, KDELIM, and VDELIM
Completed in 19 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026