Home
last modified time | relevance | path

Searched refs:isEndRule (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Ddumpnode.c35 int isEndRule(Node * p) in isEndRule() function
37 int isEndRule(p) in isEndRule()
332 for (next=p; next != NULL && !isEndRule(next) ; ) {
357 for (next=p; next != NULL && !isEndRule(next) ; ) {