HomeSort by relevance Sort by last modified time
    Searched refs:EPILOGUE (Results 1 - 5 of 5) sorted by null

  /external/bison/src/
parse-gram.h 101 EPILOGUE = 301,
160 #define EPILOGUE 301
parse-gram.y 186 %token EPILOGUE "epilogue"
203 %type <chars> STRING "%{...%}" EPILOGUE braceless content.opt
208 braceless content.opt "{...}" "%{...%}" EPILOGUE
230 prologue_declarations "%%" grammar epilogue.opt
669 epilogue.opt:
671 | "%%" EPILOGUE
677 muscle_code_grow ("epilogue", plain_code.code, @2);
scan-gram.l 97 - epilogue (everything after the second %%). */
698 | Scanning the epilogue (everything after the second "%%", which |
709 return EPILOGUE;
parse-gram.c 260 EPILOGUE = 301,
319 #define EPILOGUE 301
729 "\"{...}\"", "\"[identifier]\"", "\"char\"", "\"epilogue\"", "\"=\"",
739 "id_colon", "symbol", "string_as_id", "epilogue.opt", YY_NULL
    [all...]
scan-gram.c     [all...]

Completed in 49 milliseconds