Searched refs:SDELIM (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsgen.c382 aprintf(frew,"\n\n%s\n%c",Kdesc,SDELIM);
518 Kexpand, SDELIM, expand_names[Expand], SDELIM
606 * Output to OUT one SDELIM if DELIM, then the string S with SDELIMs doubled.
614 aputc_(SDELIM, out)
617 if (*sp == SDELIM)
618 aputc_(SDELIM, out)
623 aputc_(SDELIM, out)
652 aprintf(fout, "%s\n%c", Ktext, SDELIM);
661 if (c==SDELIM) aputc
[all...]
H A Drcsedit.c403 if ((c = *l++) == SDELIM && *l++ != SDELIM)
600 /* Function: Reads a string terminated by SDELIM from finptr and writes it
601 * to fcopy. Double SDELIM is replaced with single SDELIM.
613 /* Function: copies a string terminated with a single SDELIM from finptr to
614 * fcopy, replacing all double SDELIM with a single SDELIM.
638 case SDELIM:
640 if (c != SDELIM) {
[all...]
H A Drcssyn.c542 * The input is delimited by SDELIM if delimiter is set, EOF otherwise.
562 if (c==SDELIM) {
564 if (c==SDELIM) {
572 aprintf(fout, "%c%c", SDELIM, c);
H A Drcslex.c588 case SDELIM:
594 if (c != SDELIM)
670 /* skip over characters until terminating single SDELIM */
686 case SDELIM:
688 if (c != SDELIM) {
702 /* Function: copy a string to stdout, until terminated with a single SDELIM.
719 case SDELIM:
721 if (c != SDELIM) {
737 /* Copies a string terminated with SDELIM from file finptr to buffer target.
738 * Double SDELIM i
[all...]
H A Drcsbase.h327 #define SDELIM '@' /* the actual character is needed for string handling*/ macro
328 /* SDELIM must be consistent with ctab[], so that ctab[SDELIM]==SBEGIN.
329 * there should be no overlap among SDELIM, KDELIM, and VDELIM
/freebsd-10-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c698 case SDELIM:
700 if (c == SDELIM)

Completed in 86 milliseconds