OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gram_ltype
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
parse-gram.h
200
#if ! defined
GRAM_LTYPE
&& ! defined GRAM_LTYPE_IS_DECLARED
201
typedef struct
GRAM_LTYPE
207
}
GRAM_LTYPE
;
208
# define
gram_ltype
GRAM_LTYPE
/* obsolescent; will be withdrawn */
macro
parse-gram.c
63
#define YYLTYPE
GRAM_LTYPE
359
#if ! defined
GRAM_LTYPE
&& ! defined GRAM_LTYPE_IS_DECLARED
360
typedef struct
GRAM_LTYPE
366
}
GRAM_LTYPE
;
367
# define
gram_ltype
GRAM_LTYPE
/* obsolescent; will be withdrawn */
macro
[
all
...]
Completed in 127 milliseconds