Home | History | Annotate | Download | only in director

Lines Matching defs:assign

193 %token <string> ASSIGN
211 statement : assign
227 assign : ASSIGN VARNAME numeric {
230 | ASSIGN VARNAME LPAREN expr RPAREN {
233 | ASSIGN VARNAME STRING {
236 | ASSIGN VARNAME BYTE {
636 * Assign the value given to the named variable.
655 err(1, "Could not malloc memory for assign string");
663 err(1, "Could not malloc memory to assign byte string");
720 err(1, "Could not malloc memory to assign wchar string");
759 * Allocate and assign a new argument of the given type.
806 * Allocate and assign a new return.