Searched refs:gobble (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dstrmatch.c99 * gobble chars up to <sub> or ) keeping track of (...) and [...]
105 gobble(Match_t* mp, register char* s, register int sub, int* g, int clear) function
210 if (!(p = gobble(mp, subp, 0, &g, !r)))
532 } while (p = gobble(mp, p, '|', &g, 1));
/ast/src/cmd/3d/
H A Dstrmatch.c187 * gobble chars up to <sub> or ) keeping track of (...) and [...]
193 gobble(Match_t* mp, register char* s, register int sub, int* g, int clear) function
308 if (!(p = gobble(mp, subp, 0, &g, !r)))
738 } while (p = gobble(mp, p, '|', &g, 1));

Completed in 18 milliseconds