Searched refs:STR_ (Results 1 – 4 of 4) sorted by relevance
29 #define STR_(S) #S macro30 #define STR(S) STR_(S)
57 Char STR_[] = { '_', '\0' }; variable
2173 setcopy(STR_, InputBuf, VAR_READWRITE | VAR_NOGLOB); in process()
38 #define STR(x) STR_(x)39 #define STR_(x) #x macro