Searched refs:bufnext (Results 1 – 6 of 6) sorted by relevance
188 bufnext = patbuf; in glob()201 *bufnext++ = c; in glob()205 *bufnext++ = c; in glob()206 *bufnext = CHAR_EOS; in glob()413 bufnext = patbuf; in glob0()429 *bufnext++ = M_SET; in glob0()431 *bufnext++ = M_NOT; in glob0()443 *bufnext++ = M_END; in glob0()447 *bufnext++ = M_ONE; in glob0()454 if (bufnext == patbuf || bufnext[-1] != M_ALL) in glob0()[all …]
326 bufnext = patbuf; in glob()342 *bufnext++ = (Char) c; in glob()355 *bufnext++ = (Char) c; in glob()361 *bufnext = EOS; in glob()363 bufnext = patbuf; in glob()381 *bufnext++ = m_not; in glob()403 if (bufnext == patbuf || bufnext[-1] != M_ALL || in glob()405 (bufnext - 1 == patbuf || bufnext[-2] != M_ALL || in glob()406 bufnext - 2 == patbuf || bufnext[-3] != M_ALL))) in glob()407 *bufnext++ = M_ALL; in glob()[all …]
209 bufnext = patbuf; in glob()213 *bufnext++ = c; in glob()224 *bufnext++ = c; in glob()226 *bufnext = EOS; in glob()459 *bufnext++ = M_CLASS;461 *bufnextp = bufnext;484 bufnext = patbuf;500 *bufnext++ = M_SET;508 &bufnext);539 if (bufnext == patbuf || bufnext[-1] != M_ALL)[all …]
180 bufnext = patbuf; in freebsd11_glob()193 *bufnext++ = wc; in freebsd11_glob()202 *bufnext++ = QUOTE; in freebsd11_glob()221 *bufnext = EOS; in freebsd11_glob()510 bufnext = patbuf; in glob0()526 *bufnext++ = M_SET; in glob0()528 *bufnext++ = M_NOT; in glob0()540 *bufnext++ = M_END; in glob0()544 *bufnext++ = M_ONE; in glob0()551 if (bufnext == patbuf || bufnext[-1] != M_ALL) in glob0()[all …]
212 bufnext = patbuf; in glob()225 *bufnext++ = wc; in glob()234 *bufnext++ = QUOTE; in glob()253 *bufnext = EOS; in glob()542 bufnext = patbuf; in glob0()558 *bufnext++ = M_SET; in glob0()560 *bufnext++ = M_NOT; in glob0()572 *bufnext++ = M_END; in glob0()576 *bufnext++ = M_ONE; in glob0()584 if (bufnext == patbuf || bufnext[-1] != M_ALL) in glob0()[all …]
603 goto bufnext;708 bufnext: