Searched refs:MACRO_PREFIX (Results 1 – 1 of 1) sorted by relevance
55 #define MACRO_PREFIX "tmac." macro7057 char *s2 = new char[strlen(mac)+strlen(MACRO_PREFIX)+1]; in open_mac_file()7058 strcpy(s2, MACRO_PREFIX); in open_mac_file()7109 if (strncasecmp(fn, MACRO_PREFIX, sizeof(MACRO_PREFIX) - 1) == 0) { in macro_source()7111 strcpy(s, fn + sizeof(MACRO_PREFIX) - 1); in macro_source()7119 char *s = new char[strlen(fn) + sizeof(MACRO_PREFIX)]; in macro_source()7120 strcpy(s, MACRO_PREFIX); in macro_source()