Searched defs:stk (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libpz/
H A Dpzconvert.c210 * add the next links to the stack that get from stk[i..j] => to
216 closure(Pz_t* pz, Chain_t* cp, int n, Pzconvert_t* tab, unsigned char* hit, Pzconvert_t** stk, int i, int j, const char* to) argument
224 if (!hit[m] && streq(tab[m].from->name, stk[i]->to->name))
228 stk[k] = &tab[m];
232 stk[k++] = &tab[m];
235 if (k == j || !(cp = closure(pz, cp, n, tab, hit, stk, j, k, to)))
238 for (m = j; m < k && !streq(stk[m]->to->name, to); m++);
248 xp->convert = stk[m];
269 Pzconvert_t** stk; local
273 if (!(stk
[all...]
/ast/src/lib/libast/misc/
H A Dstk.c31 * This is a rewrite of the stk library that uses sfio
42 #include <stk.h>
49 * struct stk
76 struct stk struct
86 static struct stk *stkcur; /* pointer to current stk */
90 ((struct stk*)(((char*)(stream))+STK_HDRSIZE)))
152 register struct stk *sp = stream2stk(stream);
217 register struct stk *sp;
227 sp = (struct stk*)(d
[all...]
/ast/src/lib/libast/comp/
H A Dsetlocale.c2571 int stk[AST_LC_COUNT]; local
2598 single(stk[i], NiL, 0);
2625 single(stk[i], NiL, 0);
2628 stk[k++] = cat[i];
/ast/src/lib/libast/regex/
H A Dreglib.h61 #include <stk.h>
304 Stk_t* stk; /* stack pointer */ member in struct:Vector_s
539 Stk_pos_t stk; /* exec stack pos */ member in struct:reglib_s

Completed in 61 milliseconds