HomeSort by: relevance | last modified time | path
    Searched refs:YYMALLOC (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslparser.y 84 /* Define YYMALLOC/YYFREE to prevent redefinition errors */
86 #define YYMALLOC AslLocalAllocate
dtcompilerparser.y 84 /* Define YYMALLOC/YYFREE to prevent redefinition errors */
86 #define YYMALLOC malloc
dtcompilerparser.tab.c 148 /* Define YYMALLOC/YYFREE to prevent redefinition errors */
150 #define YYMALLOC malloc
343 # define YYSTACK_ALLOC YYMALLOC
349 && ! ((defined YYMALLOC || defined malloc) \
356 # ifndef YYMALLOC
357 # define YYMALLOC malloc
dtparser.tab.c 143 /* Define YYMALLOC/YYFREE to prevent redefinition errors */
145 #define YYMALLOC malloc
360 # define YYSTACK_ALLOC YYMALLOC
366 && ! ((defined YYMALLOC || defined malloc) \
373 # ifndef YYMALLOC
374 # define YYMALLOC malloc
prparser.tab.c 142 /* Define YYMALLOC/YYFREE to prevent redefinition errors */
144 #define YYMALLOC malloc
362 # define YYSTACK_ALLOC YYMALLOC
368 && ! ((defined YYMALLOC || defined malloc) \
375 # ifndef YYMALLOC
376 # define YYMALLOC malloc
dtparser.y 74 /* Define YYMALLOC/YYFREE to prevent redefinition errors */
76 #define YYMALLOC malloc
prparser.y 73 /* Define YYMALLOC/YYFREE to prevent redefinition errors */
75 #define YYMALLOC malloc

Completed in 30 milliseconds