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 …]
183 bufnext = patbuf; in freebsd11_glob()196 *bufnext++ = wc; in freebsd11_glob()205 *bufnext++ = QUOTE; in freebsd11_glob()224 *bufnext = EOS; in freebsd11_glob()514 bufnext = patbuf; in glob0()530 *bufnext++ = M_SET; in glob0()532 *bufnext++ = M_NOT; in glob0()544 *bufnext++ = M_END; in glob0()548 *bufnext++ = M_ONE; in glob0()555 if (bufnext == patbuf || bufnext[-1] != M_ALL) in glob0()[all …]
214 bufnext = patbuf; in glob()227 *bufnext++ = wc; in glob()236 *bufnext++ = QUOTE; in glob()255 *bufnext = EOS; in glob()545 bufnext = patbuf; in glob0()561 *bufnext++ = M_SET; in glob0()563 *bufnext++ = M_NOT; in glob0()575 *bufnext++ = M_END; in glob0()579 *bufnext++ = M_ONE; in glob0()587 if (bufnext == patbuf || bufnext[-1] != M_ALL) in glob0()[all …]
597 goto bufnext;702 bufnext: