Home | Sort by: relevance | last modified time | path |
/src/usr.bin/m4/ | |
gnum4.c | 177 argv[1] = p->defn; 737 char *defn = NULL; local in function:thaw_state 765 free(defn); 798 defn = xrealloc(defn, defnlen = dl + 1, 799 "defn grow"); 801 GETSTR(defn, dl); 802 macro_pushdef(name, defn); |
mdef.h | 146 char *defn; /* definition.. */ member in struct:macro_definition |