Searched refs:zzlextext (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
H A D | dlg_a.c | 131 p_mode_def(&zzlextext[2],lex_mode_counter++); 255 {int t; sscanf(&zzlextext[1],"%o",&t); zzlextext[0] = t;} 262 {int t; sscanf(&zzlextext[3],"%x",&t); zzlextext[0] = t;} 269 {int t; sscanf(&zzlextext[1],"%d",&t); zzlextext[0] = t;} 276 zzlextext[0] = '\t'; 283 zzlextext[0] = '\n'; 290 zzlextext[ [all...] |
H A D | dlg_p.g | 113 << p_mode_def(&zzlextext[2],lex_mode_counter++); >>
152 << {int t; sscanf(&zzlextext[1],"%o",&t); zzlextext[0] = t;}>>
154 << {int t; sscanf(&zzlextext[3],"%x",&t); zzlextext[0] = t;}>>
156 << {int t; sscanf(&zzlextext[1],"%d",&t); zzlextext[0] = t;}>>
157 #token TAB "\\t" << zzlextext[0] = '\t';>>
158 #token NL "\\n" << zzlextext[0] = '\n';>>
159 #token CR "\\r" << zzlextext[ [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | dlgauto.h | 37 zzchar_t *zzlextext; /* text of most recently matched token */ variable 40 int zzbufsize = 0; /* number of characters in zzlextext */ /* MR7 */ 48 static zzchar_t *zznextpos;/* points to next available position in zzlextext*/ 217 state->lextext = zzlextext; 244 zzlextext = state->lextext; 283 /* don't erase what is in the zzlextext buffer, add on to it */ 304 if (zzbegexpr < &zzlextext[zzbufsize-1]){ 326 register zzchar_t *l= &zzlextext[zzbufsize -1]; 358 lastpos = &zzlextext[zzbufsize-1]; 359 zznextpos = zzlextext; [all...] |
H A D | antlr.h | 405 zzlextext = &(zztextLA[0][0]); zzrdstr( s ); zzPrimeLookAhead; 407 zzlextext = &(zztextLA[0][0]); zzrdfunc( f ); zzPrimeLookAhead; 409 zzlextext = &(zztextLA[0][0]); zzrdstream( f ); zzPrimeLookAhead; 424 zzlextext = zztoktext; zzrdstr( s ); zzPrimeLookAhead;} 427 zzlextext = zztoktext; zzrdfunc( f ); zzPrimeLookAhead;} 430 zzlextext = zztoktext; zzrdstream( f ); zzPrimeLookAhead;} 502 #define zztext zzlextext 613 zzlextext = &(zztextLA[zzlap][0]);} 618 zzlextext = &(zztextLA[zzlap][0]); \ 623 zzlextext [all...] |
H A D | dlgdef.h | 66 extern zzchar_t *zzlextext; /* text of most recently matched token */ 69 extern int zzbufsize; /* how long zzlextext is */ 88 extern void zzskip(void); /* erase zzlextext, look for antoher token */ 89 extern void zzmore(void); /* keep zzlextext, look for another token */ 109 extern void zzskip(); /* erase zzlextext, look for antoher token */ 110 extern void zzmore(); /* keep zzlextext, look for another token */
|
H A D | err.h | 210 *miss_text = zzlextext; 306 strcpy(buf->text, zzlextext); 366 strcpy(zzlextext, buf->text);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | main.c | 1063 ((s == NULL) ? "Lexical error" : s), zzlextext);
|
Completed in 108 milliseconds