q                1079 global/global.c 	char *p, *q, *grep;
q                1111 global/global.c 		q = path + 2;
q                1117 global/global.c 			*q++ = *p++;
q                1118 global/global.c 		*q = '\0'; 
q                  76 global/literal.c } w[MAXSIZ], *smax, *q;
q                 308 global/literal.c 			*rear = (q = s->nst);
q                 322 global/literal.c 			qloop:	q->fail = state->nst;
q                 324 global/literal.c 					q->out = 1;
q                 325 global/literal.c 				if ((q = q->link) != 0)
q                 389 gtags/gtags.c  			char *q = locatestring(p, cwd, LOCATEFLAG);
q                 391 gtags/gtags.c  			if (q && *q == '/')
q                 392 gtags/gtags.c  				snprintf(regular_path_name, MAXPATHLEN, "./%s", q + 1);
q                  97 htags/fileindex.c 	char *q;
q                 130 htags/fileindex.c 		char *q;
q                 132 htags/fileindex.c 		if (((q = locatestring(p, "include_next", MATCH_AT_FIRST)) == NULL) &&
q                 133 htags/fileindex.c 		    ((q = locatestring(p, "import", MATCH_AT_FIRST)) == NULL) &&
q                 134 htags/fileindex.c 		    ((q = locatestring(p, "include", MATCH_AT_FIRST)) == NULL))
q                 136 htags/fileindex.c 		p = q;
q                 158 htags/fileindex.c 	q = buf; 
q                 160 htags/fileindex.c 		*q++ = *p++;
q                 161 htags/fileindex.c 	*q = '\0';
q                 163 htags/fileindex.c 		q = locatestring(buf, "/", MATCH_LAST);
q                 164 htags/fileindex.c 		if (q)
q                 165 htags/fileindex.c 			q++;
q                 167 htags/fileindex.c 			q = buf;
q                 168 htags/fileindex.c 		return q;
q                 207 htags/fileindex.c 	const char *q = path, *limit = strrchr(path, '/');
q                 209 htags/fileindex.c 	while (q < limit)
q                 210 htags/fileindex.c 		*p++ = *q++; 
q                 405 htags/fileindex.c 				char *q, *last = basedir + baselen;
q                 416 htags/fileindex.c 				q = last;
q                 417 htags/fileindex.c 				*q++ = '/';
q                 419 htags/fileindex.c 					*q++ = *p++;
q                 420 htags/fileindex.c 				*q = '\0';
q                 501 htags/fileindex.c 		char *p, *q;
q                 507 htags/fileindex.c 			q = ++p;
q                 508 htags/fileindex.c 			while (*q && *q != '/')
q                 509 htags/fileindex.c 				q++;
q                 510 htags/fileindex.c 			save = *q;
q                 511 htags/fileindex.c 			if (*q == '/')
q                 512 htags/fileindex.c 				*q = '\0';
q                 518 htags/fileindex.c 			*q = save;
q                 846 htags/fileindex.c 			char *q = buf;
q                 849 htags/fileindex.c 				*q++ = *p;
q                 853 htags/fileindex.c 				*q++ = *p;
q                 854 htags/fileindex.c 			*q = '\0';
q                 550 htags/htags.c  				const char *q;
q                 554 htags/htags.c  				for (q = tab[i].value; *q; q++) {
q                 555 htags/htags.c  					if (*q == '"')
q                 557 htags/htags.c  					else if (*q == '\n')
q                 559 htags/htags.c  					strbuf_putc(result, *q);
q                1214 htags/htags.c  	char *p, *q;
q                1302 htags/htags.c  		q = p + strlen(p) - 1;
q                1303 htags/htags.c  		if (*q == '/')
q                1304 htags/htags.c  			*q = '\0';
q                1312 htags/htags.c  			q = check_strdup(strbuf_value(sb));
q                1314 htags/htags.c  			body_end = q;
q                1324 htags/htags.c  			q = check_strdup(strbuf_value(sb));
q                1326 htags/htags.c  			table_end = q;
q                1336 htags/htags.c  			q = check_strdup(strbuf_value(sb));
q                1338 htags/htags.c  			title_end = q;
q                1348 htags/htags.c  			q = check_strdup(strbuf_value(sb));
q                1350 htags/htags.c  			comment_end = q;
q                1360 htags/htags.c  			q = check_strdup(strbuf_value(sb));
q                1362 htags/htags.c  			sharp_end = q;
q                1372 htags/htags.c  			q = check_strdup(strbuf_value(sb));
q                1374 htags/htags.c  			brace_end = q;
q                1384 htags/htags.c  			q = check_strdup(strbuf_value(sb));
q                1386 htags/htags.c  			reserved_end = q;
q                1396 htags/htags.c  			q = check_strdup(strbuf_value(sb));
q                1398 htags/htags.c  			position_end = q;
q                1408 htags/htags.c  			q = check_strdup(strbuf_value(sb));
q                1410 htags/htags.c  			warned_line_end = q;
q                 167 libdb/mpool.c  	CIRCLEQ_INSERT_TAIL(&mp->lqh, bp, q);
q                 216 libdb/mpool.c  		CIRCLEQ_REMOVE(&mp->lqh, bp, q);
q                 217 libdb/mpool.c  		CIRCLEQ_INSERT_TAIL(&mp->lqh, bp, q);
q                 259 libdb/mpool.c  	CIRCLEQ_INSERT_TAIL(&mp->lqh, bp, q);
q                 314 libdb/mpool.c  		CIRCLEQ_REMOVE(&mp->lqh, mp->lqh.cqh_first, q);
q                 337 libdb/mpool.c  	    bp != (void *)&mp->lqh; bp = bp->q.cqe_next)
q                 370 libdb/mpool.c  	    bp != (void *)&mp->lqh; bp = bp->q.cqe_next)
q                 382 libdb/mpool.c  			CIRCLEQ_REMOVE(&mp->lqh, bp, q);
q                 506 libdb/mpool.c  	    bp != (void *)&mp->lqh; bp = bp->q.cqe_next) {
q                  49 libdb/mpool.h  	CIRCLEQ_ENTRY(_bkt) q;		/**< lru queue */
q                  58 libdb/mpool.h  	} q;						/**< lru queue */
q                  95 libltdl/argz.c       char *q;
q                 101 libltdl/argz.c       for (p = str, q = argz; *p != EOS_CHAR; ++p)
q                 107 libltdl/argz.c 	      if ((q > argz) && (q[-1] != EOS_CHAR))
q                 108 libltdl/argz.c 		*q++ = EOS_CHAR;
q                 113 libltdl/argz.c 	    *q++ = *p;
q                 116 libltdl/argz.c       *q = *p;
q                  42 libltdl/libltdl/lt__alloc.h #define MEMREASSIGN(p, q)				LT_STMT_START {	\
q                  43 libltdl/libltdl/lt__alloc.h 	if ((p) != (q)) { if (p) free (p); (p) = (q); (q) = 0; }	\
q                  55 libltdl/lt__strl.c   const char *q;
q                  67 libltdl/lt__strl.c   for ( p = dst + length, q = src;
q                  68 libltdl/lt__strl.c         (*q != 0) && (length < dstsize - 1) ;
q                  69 libltdl/lt__strl.c         length++, p++, q++ )
q                  70 libltdl/lt__strl.c     *p = *q;
q                  77 libltdl/lt__strl.c   while (*q++)
q                 103 libltdl/lt__strl.c   const char *q;
q                 112 libltdl/lt__strl.c   for ( p=dst, q=src, length=0 ;
q                 113 libltdl/lt__strl.c         (*q != 0) && (length < dstsize-1) ;
q                 114 libltdl/lt__strl.c         length++, p++, q++ )
q                 115 libltdl/lt__strl.c     *p = *q;
q                 122 libltdl/lt__strl.c   while (*q++)
q                 209 libparser/Cpp.c 				char *q = classname;
q                 216 libparser/Cpp.c 				while (*q && p < completename_limit)
q                 217 libparser/Cpp.c 					*p++ = *q++;
q                  94 libparser/java.c 				char *q = classname;
q                 101 libparser/java.c 				while (*q)
q                 102 libparser/java.c 					*p++ = *q++;
q                 152 libparser/parser.c 	char *p, *q;
q                 173 libparser/parser.c 		q = strchr(lt_dl_name, ':');
q                 174 libparser/parser.c 		if (q == NULL) {
q                 177 libparser/parser.c 			*q++ = '\0';
q                 178 libparser/parser.c 			if (*q == '\0')
q                 180 libparser/parser.c 			parser_name = q;
q                 252 libutil/abs2rel.c 	char *final, *q = result;
q                 257 libutil/abs2rel.c 		*q++ = *p++;
q                 260 libutil/abs2rel.c 			*q++ = *p++;
q                 261 libutil/abs2rel.c 			*q++ = *p++;
q                 264 libutil/abs2rel.c 		final = q;
q                 271 libutil/abs2rel.c 			if (q + 3 > endp)
q                 273 libutil/abs2rel.c 			strcpy(q, "../");
q                 275 libutil/abs2rel.c 			q += 3;
q                 279 libutil/abs2rel.c 	final = q;
q                 294 libutil/abs2rel.c 					if (q > final) {
q                 295 libutil/abs2rel.c 						while (q > final && *--q != '/')
q                 297 libutil/abs2rel.c 					} else if (!(*result == '/' && result + 1 == q)) {
q                 298 libutil/abs2rel.c 						if (q + 3 > endp)
q                 300 libutil/abs2rel.c 						strcpy(q, "../");
q                 301 libutil/abs2rel.c 						q += 3;
q                 302 libutil/abs2rel.c 						final = q;
q                 306 libutil/abs2rel.c 			if (q > endp)
q                 308 libutil/abs2rel.c 			if (q > final) {
q                 309 libutil/abs2rel.c 				*q++ = '/';
q                 312 libutil/abs2rel.c 			if (q > endp)
q                 314 libutil/abs2rel.c 			*q++ = *p++;
q                 317 libutil/abs2rel.c 	*q = '\0';
q                 177 libutil/conf.c 	const char *savep, *p, *q;
q                 183 libutil/conf.c 	while ((q = locatestring(p, ":include=", MATCH_FIRST)) || (q = locatestring(p, ":tc=", MATCH_FIRST))) {
q                 186 libutil/conf.c 		strbuf_nputs(sb, p, q - p);
q                 187 libutil/conf.c 		q = locatestring(q, "=", MATCH_FIRST) + 1;
q                 188 libutil/conf.c 		for (; *q && *q != ':'; q++)
q                 189 libutil/conf.c 			strbuf_putc(inc, *q);
q                 191 libutil/conf.c 		p = q;
q                 217 libutil/find.c 	char *p, *q;
q                 277 libutil/find.c 			for (q = skipf; *q; q++) {
q                 278 libutil/find.c 				if (isregexchar(*q))
q                 280 libutil/find.c 				strbuf_putc(reg, *q);
q                 282 libutil/find.c 			if (*(q - 1) != '/')
q                 197 libutil/path.c 	const char *p, *q;
q                 207 libutil/path.c 	for (q = rest; *q;) {
q                 208 libutil/path.c 		p = q;
q                 209 libutil/path.c 		while (*q && *q != SEP)
q                 210 libutil/path.c 			q++;
q                 212 libutil/path.c 		strbuf_nputs(sb, p, q - p);
q                 226 libutil/path.c 		if (*q == SEP)
q                 227 libutil/path.c 			q++;
q                 168 libutil/pathconvert.c 			char *q = buf;
q                 172 libutil/pathconvert.c 					*q++ = '%';
q                 173 libutil/pathconvert.c 					*q++ = c[*p / 16];
q                 174 libutil/pathconvert.c 					*q++ = c[*p % 16];
q                 176 libutil/pathconvert.c 					*q++ = *p;
q                 178 libutil/pathconvert.c 			*q = '\0';