Searched refs:nstates (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | regexec.c | 150 #define CLEAR(v) (void) memset(v, 0, m->g->nstates) 154 #define ASSIGN(d, s) (void) memcpy(d, s, m->g->nstates) 155 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) 157 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ 162 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates]) 223 else if (g->nstates <= CHAR_BIT*sizeof (states1) && !(eflags®_LARGE)) in regexec() 225 else if (g->nstates <= CHAR_BIT*sizeof (states1)) in regexec()
|
H A D | regex2.h | 171 sopno nstates; /* = number of sops */ member
|
H A D | engine.c | 1084 for (i = 0; i < g->nstates; i++) in print()
|
H A D | regcomp.c | 1344 g->nstates = p->slen; in stripsnug()
|
/titanic_41/usr/src/cmd/sgs/lex/common/ |
H A D | main.c | 291 gotof = (int *)myalloc(nstates, sizeof (*gotof)); 297 state = (int **)myalloc(nstates, sizeof (*state)); 299 atable = (int *)myalloc(nstates, sizeof (*atable)); 301 sfall = (int *)myalloc(nstates, sizeof (*sfall)); 302 cpackflg = (Boolean *)myalloc(nstates, sizeof (*cpackflg));
|
H A D | once.h | 83 int nstates = NSTATES, maxpos = MAXPOS; variable
|
H A D | ldefs.h | 236 extern int nstates, maxpos;
|
H A D | parser.y | 379 nstates = siconv(p); 380 if(nstates<=0)error("illegal state number"); 382 if(debug)(void) printf( " no. states (%%n) now %d\n",nstates);
|
H A D | header.c | 375 nstates, rcount); in statistics()
|
H A D | sub2.c | 326 (void) fprintf(fout, "define Svstop %d\n", nstates+1); in cgoto() 420 if (stnum+1 >= nstates) { in cgoto() 423 (nstates == NSTATES ? in cgoto()
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 143 int nstates; /* Number of current states defined */ member 845 r->nstates = r->posnext = 0; in stateinit() 851 r->nstates = 0; /* reclaim space for states and positions */ in clrstates() 871 if (r->nstates >= r->statelim || in getstate() 878 return (r->nstates++); in getstate() 888 for (i = 0, s = r->states; i < r->nstates; i++, s++) { in stateof()
|