Searched refs:StripQuotes (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dlex.c201 fprintf(dlgFile, "%s\n\t<<\n", StripQuotes(q->expr));
202 /* replace " killed by StripQuotes() */
866 StripQuotes( char *s ) function
868 StripQuotes( s )
H A Dproto.h386 extern char * StripQuotes( char * );
667 extern char * StripQuotes();
H A Dantlr.g654 ParserName=StripQuotes(mystrdup(LATEXT(1)));
672 f = fopen(StripQuotes(fname), "r");
1257 if ( Tnum( (t=StripQuotes(t)) ) == 0 )
1322 /* MR23 */ <<akaString=mystrdup(StripQuotes(LATEXT(1)));
1413 /* MR11 */ <<akaString=mystrdup(StripQuotes(LATEXT(1)));
H A Dantlr.c119 ParserName=StripQuotes(mystrdup(LATEXT(1)));
142 f = fopen(StripQuotes(fname), "r");
1230 if ( Tnum( (t=StripQuotes(t)) ) == 0 )
1377 akaString=mystrdup(StripQuotes(LATEXT(1)));
1534 akaString=mystrdup(StripQuotes(LATEXT(1)));
H A Dbits.c275 q = (TermEntry *) hash_get(Tname, *((char **)&(e->elem))=StripQuotes((char *)e->elem));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.c456 StripQuotes ( function
627 StripQuotes(CommandLineCopy);

Completed in 296 milliseconds