HomeSort by: relevance | last modified time | path
    Searched refs:KDELIM (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcsfcmp.c 134 case KDELIM:
201 if (xc != KDELIM) {
223 case '\n': case KDELIM: case VDELIM:
229 (xc==KDELIM || xc==VDELIM) && (uc==KDELIM || uc==VDELIM) &&
253 case '\n': case KDELIM:
261 if (xc==KDELIM) {
262 /* Skip closing KDELIM. */
307 /* both end in the same character, but not a KDELIM */
rcskeys.c 88 * by a KDELIM or a VDELIM.
101 case KDELIM:
rcskeep.c 156 c = '\0'; /* anything but KDELIM */
158 if ( c==KDELIM) {
171 case '\n': case KDELIM: case VDELIM:
176 } while (c==KDELIM);
215 c = KDELIM;
251 if (c != KDELIM) {
252 workerror("closing %c missing on keyword", KDELIM);
288 * Do not report an error if OPTIONAL is set and KDELIM is found instead.
337 case KDELIM:
ident.c 96 * removed Suffix; added ungetc to avoid skipping over trailing KDELIM.
200 if (c == KDELIM) {
227 match(fp) /* group substring between two KDELIM's; then do pattern match */
245 return c ? c : '\n'/* anything but 0 or KDELIM or EOF */;
254 while( (c = getc(fp)) != KDELIM ) {
269 *tp++ = c; /*append trailing KDELIM*/
271 VOID printf(" %c%s\n", KDELIM, line);
rcsedit.c 185 * Changed keyword expansion to always print a space before closing KDELIM;
912 case KDELIM:
917 *tp++ = KDELIM;
943 /* try to find closing KDELIM, and replace value */
950 if (c=='\n' || c==KDELIM)
958 /* end of string before closing KDELIM or newline */
964 if (c!=KDELIM) {
965 /* couldn't find closing KDELIM -- give up */
1004 case KDELIM: aputs("\\044", out); break;
1039 aprintf(out, "%c%s", KDELIM, sp)
    [all...]
rcsbase.h 152 * changed DOLLAR to UNKN (conflict with KDELIM).
230 #define KDELIM '$' /* delimiter for keywords */
332 * there should be no overlap among SDELIM, KDELIM, and VDELIM
rcsrev.c 693 /* Same as expandsym, except if FP is nonzero, it is used to expand KDELIM. */
707 if (sp[0] == KDELIM && !sp[1]) {

Completed in 39 milliseconds