Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/rcs/src/
Drcsgen.c379 aprintf(frew,"\n\n%s\n%c",Kdesc,SDELIM);
516 Kexpand, SDELIM, expand_names[Expand], SDELIM in putadmin()
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_(SDELIM, fout) /*double up SDELIM*/
672 if (c == SDELIM)
673 aputc_(SDELIM, fout)
[all …]
Drcsedit.c340 if ((c = *l++) == SDELIM && *l++ != SDELIM)
458 case SDELIM: in copystring()
460 if (c != SDELIM) { in copystring()
508 case SDELIM: in enterstring()
510 if (c != SDELIM) { in enterstring()
573 if (c==SDELIM) { in edit_string()
575 if (c!=SDELIM) { in edit_string()
640 case SDELIM:
643 if (c != SDELIM) {
704 if (c==SDELIM && ds) { /*skip next SDELIM */
[all …]
Drcslex.c577 case SDELIM:
583 if (c != SDELIM)
663 case SDELIM: in readstring()
665 if (c != SDELIM) { in readstring()
696 case SDELIM: in printstring()
698 if (c != SDELIM) { in printstring()
738 case SDELIM:
740 if (c != SDELIM) {
Drcssyn.c568 if (c==SDELIM) {
570 if (c==SDELIM) {
578 aprintf(fout, "%c%c", SDELIM, c);
Drlog.c691 case SDELIM:
693 if (c == SDELIM)
Drcsbase.h302 #define SDELIM '@' /* the actual character is needed for string handling*/ macro