q 209 gtags-parser/Cpp.c char *q = classname; q 216 gtags-parser/Cpp.c while (*q) q 217 gtags-parser/Cpp.c *p++ = *q++; q 105 gtags-parser/java.c char *q = classname; q 112 gtags-parser/java.c while (*q) q 113 gtags-parser/java.c *p++ = *q++; 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 201 htags/fileindex.c const char *q = path, *limit = strrchr(path, '/'); q 203 htags/fileindex.c while (q < limit) q 204 htags/fileindex.c *p++ = *q++; q 376 htags/fileindex.c char *q, *last = basedir + baselen; q 387 htags/fileindex.c q = last; q 388 htags/fileindex.c *q++ = '/'; q 390 htags/fileindex.c *q++ = *p++; q 391 htags/fileindex.c *q = '\0'; q 449 htags/fileindex.c char *p, *q; q 455 htags/fileindex.c q = ++p; q 456 htags/fileindex.c while (*q && *q != '/') q 457 htags/fileindex.c q++; q 458 htags/fileindex.c save = *q; q 459 htags/fileindex.c if (*q == '/') q 460 htags/fileindex.c *q = '\0'; q 466 htags/fileindex.c *q = save; q 785 htags/fileindex.c char *q = buf; q 788 htags/fileindex.c *q++ = *p; q 792 htags/fileindex.c *q++ = *p; q 793 htags/fileindex.c *q = '\0'; q 471 htags/htags.c const char *q; q 475 htags/htags.c for (q = tab[i].value; *q; q++) { q 476 htags/htags.c if (*q == '"') q 478 htags/htags.c else if (*q == '\n') q 480 htags/htags.c fputc(*q, op); q 1047 htags/htags.c char *p, *q; q 1173 htags/htags.c q = p + strlen(p) - 1; q 1174 htags/htags.c if (*q == '/') q 1175 htags/htags.c *q = '\0'; q 1185 htags/htags.c q = check_strdup(strbuf_value(sb)); q 1187 htags/htags.c body_end = q; q 1197 htags/htags.c q = check_strdup(strbuf_value(sb)); q 1199 htags/htags.c table_end = q; q 1209 htags/htags.c q = check_strdup(strbuf_value(sb)); q 1211 htags/htags.c title_end = q; q 1221 htags/htags.c q = check_strdup(strbuf_value(sb)); q 1223 htags/htags.c comment_end = q; q 1233 htags/htags.c q = check_strdup(strbuf_value(sb)); q 1235 htags/htags.c sharp_end = q; q 1245 htags/htags.c q = check_strdup(strbuf_value(sb)); q 1247 htags/htags.c brace_end = q; q 1257 htags/htags.c q = check_strdup(strbuf_value(sb)); q 1259 htags/htags.c reserved_end = q; q 1269 htags/htags.c q = check_strdup(strbuf_value(sb)); q 1271 htags/htags.c position_end = q; q 1281 htags/htags.c q = check_strdup(strbuf_value(sb)); q 1283 htags/htags.c warned_line_end = q; q 154 libdb/mpool.c CIRCLEQ_INSERT_TAIL(&mp->lqh, bp, q); q 199 libdb/mpool.c CIRCLEQ_REMOVE(&mp->lqh, bp, q); q 200 libdb/mpool.c CIRCLEQ_INSERT_TAIL(&mp->lqh, bp, q); q 234 libdb/mpool.c CIRCLEQ_INSERT_TAIL(&mp->lqh, bp, q); q 283 libdb/mpool.c CIRCLEQ_REMOVE(&mp->lqh, mp->lqh.cqh_first, q); q 304 libdb/mpool.c bp != (void *)&mp->lqh; bp = bp->q.cqe_next) q 335 libdb/mpool.c bp != (void *)&mp->lqh; bp = bp->q.cqe_next) q 347 libdb/mpool.c CIRCLEQ_REMOVE(&mp->lqh, bp, q); q 458 libdb/mpool.c bp != (void *)&mp->lqh; bp = bp->q.cqe_next) { q 47 libdb/mpool.h CIRCLEQ_ENTRY(_bkt) q; /* lru queue */ q 236 libutil/abs2rel.c char *final, *q = result; q 241 libutil/abs2rel.c *q++ = *p++; q 242 libutil/abs2rel.c final = q; q 249 libutil/abs2rel.c if (q + 3 > endp) q 251 libutil/abs2rel.c strcpy(q, "../"); q 253 libutil/abs2rel.c q += 3; q 257 libutil/abs2rel.c final = q; q 272 libutil/abs2rel.c if (q > final) { q 273 libutil/abs2rel.c while (q > final && *--q != '/') q 275 libutil/abs2rel.c } else if (!(*result == '/' && result + 1 == q)) { q 276 libutil/abs2rel.c if (q + 3 > endp) q 278 libutil/abs2rel.c strcpy(q, "../"); q 279 libutil/abs2rel.c q += 3; q 280 libutil/abs2rel.c final = q; q 284 libutil/abs2rel.c if (q > endp) q 286 libutil/abs2rel.c if (q > final) { q 287 libutil/abs2rel.c *q++ = '/'; q 290 libutil/abs2rel.c if (q > endp) q 292 libutil/abs2rel.c *q++ = *p++; q 295 libutil/abs2rel.c *q = '\0'; q 174 libutil/conf.c const char *savep, *p, *q; q 180 libutil/conf.c while ((q = locatestring(p, ":include=", MATCH_FIRST)) || (q = locatestring(p, ":tc=", MATCH_FIRST))) { q 183 libutil/conf.c strbuf_nputs(sb, p, q - p); q 184 libutil/conf.c q = locatestring(q, "=", MATCH_FIRST) + 1; q 185 libutil/conf.c for (; *q && *q != ':'; q++) q 186 libutil/conf.c strbuf_putc(inc, *q); q 188 libutil/conf.c p = q; q 190 libutil/find.c char *p, *q; q 236 libutil/find.c for (q = skipf; *q; q++) { q 237 libutil/find.c if (isregexchar(*q)) q 239 libutil/find.c strbuf_putc(reg, *q); q 241 libutil/find.c if (*(q - 1) != '/')