OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posns
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
b.c
140
if ((f->
posns
[0] = (int *) calloc(1, *(f->re[0].lfollow)*sizeof(int))) == NULL)
142
if ((f->
posns
[1] = (int *) calloc(1, sizeof(int))) == NULL)
144
*f->
posns
[1] = 0;
159
xfree(f->
posns
[2]);
160
if ((f->
posns
[2] = (int *) calloc(1, (k+1)*sizeof(int))) == NULL)
163
(f->
posns
[2])[i] = (f->re[0].lfollow)[i];
165
if ((f->
posns
[2])[1] == f->accept)
171
*f->
posns
[2] = k-1; /* leave out position 0 */
173
(f->
posns
[0])[i] = (f->
posns
[2])[i]
[
all
...]
awk.h
222
int *
posns
[NSTATES];
member in struct:fa
Completed in 44 milliseconds