Searched refs:KDELIM (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c131 case KDELIM:
198 if (xc != KDELIM) {
220 case '\n': case KDELIM: case VDELIM:
226 (xc==KDELIM || xc==VDELIM) && (uc==KDELIM || uc==VDELIM) &&
250 case '\n': case KDELIM:
258 if (xc==KDELIM) {
259 /* Skip closing KDELIM. */
304 /* both end in the same character, but not a KDELIM */
H A Drcskeep.c153 c = '\0'; /* anything but KDELIM */
155 if ( c==KDELIM) {
168 case '\n': case KDELIM: case VDELIM:
173 } while (c==KDELIM);
210 c = KDELIM;
246 if (c != KDELIM) {
247 workerror("closing %c missing on keyword", KDELIM);
283 * Do not report an error if OPTIONAL is set and KDELIM is found instead.
332 case KDELIM:
H A Drcskeys.c90 * by a KDELIM or a VDELIM.
107 case KDELIM:
H A Drcsedit.c182 * Changed keyword expansion to always print a space before closing KDELIM;
909 case KDELIM:
914 *tp++ = KDELIM;
940 /* try to find closing KDELIM, and replace value */
947 if (c=='\n' || c==KDELIM)
955 /* end of string before closing KDELIM or newline */
961 if (c!=KDELIM) {
962 /* couldn't find closing KDELIM -- give up */
1001 case KDELIM: aputs("\\044", out); break;
1036 aprintf(out, "%c%s", KDELIM, s
[all...]
H A Drcsbase.h149 * changed DOLLAR to UNKN (conflict with KDELIM).
227 #define KDELIM '$' /* delimiter for keywords */ macro
329 * there should be no overlap among SDELIM, KDELIM, and VDELIM
H A Drcsrev.c682 /* Same as expandsym, except if FP is nonzero, it is used to expand KDELIM. */
696 if (sp[0] == KDELIM && !sp[1]) {
/freebsd-10.0-release/gnu/usr.bin/rcs/ident/
H A Dident.c93 * removed Suffix; added ungetc to avoid skipping over trailing KDELIM.
197 if (c == KDELIM) {
224 match(fp) /* group substring between two KDELIM's; then do pattern match */
242 return c ? c : '\n'/* anything but 0 or KDELIM or EOF */;
251 while( (c = getc(fp)) != KDELIM ) {
266 *tp++ = c; /*append trailing KDELIM*/
268 VOID printf(" %c%s\n", KDELIM, line);

Completed in 119 milliseconds