sep               955 htags/asm.c    			int sep = 0;
sep               958 htags/asm.c    				sep = c;
sep               960 htags/asm.c    				sep = '>';
sep               964 htags/asm.c    			while ((c = input()) && c != EOF && c != '\n' && c != sep)
sep               969 htags/asm.c    			if (c == sep) {
sep               982 htags/asm.c    				put_char(sep);
sep              1000 htags/c.c      			int sep = 0;
sep              1003 htags/c.c      				sep = c;
sep              1005 htags/c.c      				sep = '>';
sep              1009 htags/c.c      			while ((c = input()) && c != EOF && c != '\n' && c != sep)
sep              1014 htags/c.c      			if (c == sep) {
sep              1027 htags/c.c      				put_char(sep);
sep               955 htags/cpp.c    			int sep = 0;
sep               958 htags/cpp.c    				sep = c;
sep               960 htags/cpp.c    				sep = '>';
sep               964 htags/cpp.c    			while ((c = input()) && c != EOF && c != sep && c != '\n')
sep               969 htags/cpp.c    			if (c == sep) {
sep               982 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                77 htags/htags.c  int sep = '/';
sep              1847 htags/htags.c  		char *p = strrchr(cwdpath, sep);
sep                67 htags/htags.h  extern int sep;
sep              1098 htags/php.c    			int sep = 0;
sep              1106 htags/php.c    				sep = c;
sep              1110 htags/php.c    			while ((c = input()) && c != EOF && c != '\n' && c != sep)
sep              1115 htags/php.c    			if (c == sep) {
sep              1128 htags/php.c    				echoc(sep);
sep               206 htags/src2html.c 		if (*p == sep)
sep               222 htags/src2html.c 			*(p - 1) = sep;
sep                65 libdb/bt_debug.c 	char *sep;
sep                75 libdb/bt_debug.c 		(void)fprintf(stderr, "%s%s", sep, name); \
sep                76 libdb/bt_debug.c 		sep = ", "; \
sep                79 libdb/bt_debug.c 		sep = " flags (";
sep               106 libdb/bt_debug.c 	char *sep;
sep               118 libdb/bt_debug.c 		(void)fprintf(stderr, "%s%s", sep, name); \
sep               119 libdb/bt_debug.c 		sep = ", "; \
sep               122 libdb/bt_debug.c 		sep = " (";
sep               164 libdb/bt_debug.c 	char *sep;
sep               170 libdb/bt_debug.c 		(void)fprintf(stderr, "%s%s", sep, name); \
sep               171 libdb/bt_debug.c 		sep = ", "; \
sep               173 libdb/bt_debug.c 	sep = "";
sep               485 libdb/mpool.c  	char *sep;
sep               503 libdb/mpool.c  	sep = "";
sep               507 libdb/mpool.c  		(void)fprintf(stderr, "%s%d", sep, bp->pgno);
sep               513 libdb/mpool.c  			sep = "\n";
sep               516 libdb/mpool.c  			sep = ", ";
sep               212 libltdl/argz.c argz_stringify (char *argz, size_t argz_len, int sep)
sep               216 libltdl/argz.c   if (sep)
sep               222 libltdl/argz.c 	    argz[argz_len] = sep;
sep                58 libltdl/argz_.h LT_SCOPE void	 argz_stringify	(char *argz, size_t argz_len, int sep);
sep                74 libutil/makepath.c 	char sep = '/';
sep                84 libutil/makepath.c 			sep = '\\';
sep                87 libutil/makepath.c 		strbuf_unputc(sb, sep);
sep                88 libutil/makepath.c 		strbuf_putc(sb, sep);