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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
tokens.h 14 #define NAME_PER_PER 6
dlg_p.g 112 #token NAME_PER_PER "\%\%[a-zA-Z_][a-zA-Z0-9_]*"
184 | NAME_PER_PER do_conversion (NAME_PER_PER do_conversion)*)
dlg_p.c 156 if ( (LA(1)==NAME_PER_PER) ) {
157 zzmatch(NAME_PER_PER); zzCONSUME;
163 while ( (LA(1)==NAME_PER_PER) ) {
164 zzmatch(NAME_PER_PER); zzCONSUME;
dlg_a.c 130 NLA = NAME_PER_PER;

Completed in 437 milliseconds