sep 832 htags/asm.c int sep = 0; sep 835 htags/asm.c sep = c; sep 837 htags/asm.c sep = '>'; sep 841 htags/asm.c while ((c = input()) && c != '\n' && c != sep) sep 844 htags/asm.c if (c == sep) { sep 857 htags/asm.c put_char(sep); sep 877 htags/c.c char path[MAXPATHLEN+1], *p = path; sep 880 htags/c.c if (c == '"') sep 882 htags/c.c else if (c == '<') sep 886 htags/c.c /* pick up path name */ sep 889 htags/c.c *p = '\0'; sep 902 htags/c.c echos(path); sep 832 htags/cpp.c int sep = 0; sep 835 htags/cpp.c sep = c; sep 837 htags/cpp.c sep = '>'; sep 841 htags/cpp.c while ((c = input()) && c != sep && c != '\n') sep 844 htags/cpp.c if (c == sep) { sep 857 htags/cpp.c put_char(sep); sep 98 htags/fileindex.c int sep; sep 145 htags/fileindex.c sep = *p; sep 147 htags/fileindex.c if (sep != '\'' && sep != '"') sep 150 htags/fileindex.c if (sep != '<' && sep != '"') sep 153 htags/fileindex.c if (sep == '<') sep 154 htags/fileindex.c sep = '>'; sep 159 htags/fileindex.c while (*p && *p != '\n' && *p != sep) sep 162 htags/fileindex.c if (*p == sep) { sep 71 htags/htags.c int sep = '/'; sep 1681 htags/htags.c char *p = strrchr(cwdpath, sep); sep 55 htags/htags.h extern int sep; sep 958 htags/php.c int sep = 0; sep 961 htags/php.c sep = c; sep 965 htags/php.c while ((c = input()) && c != '\n' && c != sep) sep 968 htags/php.c if (c == sep) { sep 981 htags/php.c echoc(sep); sep 180 htags/src2html.c char buf[MAXBUFLEN], *limit, *p; sep 198 htags/src2html.c if (next > limit) { sep 66 libdb/bt_debug.c char *sep; sep 76 libdb/bt_debug.c (void)fprintf(stderr, "%s%s", sep, name); \ sep 77 libdb/bt_debug.c sep = ", "; \ sep 80 libdb/bt_debug.c sep = " flags ("; sep 108 libdb/bt_debug.c char *sep; sep 120 libdb/bt_debug.c (void)fprintf(stderr, "%s%s", sep, name); \ sep 121 libdb/bt_debug.c sep = ", "; \ sep 124 libdb/bt_debug.c sep = " ("; sep 167 libdb/bt_debug.c char *sep; sep 173 libdb/bt_debug.c (void)fprintf(stderr, "%s%s", sep, name); \ sep 174 libdb/bt_debug.c sep = ", "; \ sep 176 libdb/bt_debug.c sep = ""; sep 437 libdb/mpool.c char *sep; sep 455 libdb/mpool.c sep = ""; sep 459 libdb/mpool.c (void)fprintf(stderr, "%s%d", sep, bp->pgno); sep 465 libdb/mpool.c sep = "\n"; sep 468 libdb/mpool.c sep = ", "; sep 60 libutil/makepath.c char sep = '/'; sep 70 libutil/makepath.c sep = '\\'; sep 73 libutil/makepath.c strbuf_unputc(sb, sep); sep 74 libutil/makepath.c strbuf_putc(sb, sep);