Searched defs:rexpr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c4 * int rexpr(char *expr, char *s);
57 * if ( rexpr("[a-zA-Z][a-zA-Z0-9]+", str) ) then str is keyword
71 #include "rexpr.h"
120 static int rexpr(char *expr,char *s) function
122 static int rexpr(expr, s)
130 fprintf(stderr, "rexpr(%s,%s);\n", expr,s);
432 if ( p==NULL ) {fprintf(stderr,"rexpr: out of memory\n"); exit(-1);}
446 if ( p==NULL ) {fprintf(stderr,"rexpr: out of memory\n"); exit(-1);}

Completed in 48 milliseconds