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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmisc.c15 * void setHasAction(expr); Indicate that expr now has an action
230 setHasAction( char *expr, char *action ) function
232 setHasAction( expr, action )
238 require(expr!=NULL, "setHasAction: invalid expr");
241 require(p!=NULL, eMsg1("setHasAction: expr '%s' doesn't exist",expr));

Completed in 62 milliseconds