OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pairstack
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awk.h
179
extern int
pairstack
[], paircnt;
parse.c
204
int
pairstack
[PA2NUM]; /* state of each pat,pat */
variable
run.c
68
extern int
pairstack
[];
1192
if (
pairstack
[pair] == 0) {
1195
pairstack
[pair] = 1;
1198
if (
pairstack
[pair] == 1) {
1201
pairstack
[pair] = 0;
[
all
...]
Completed in 74 milliseconds