Home
last modified time | relevance | path

Searched refs:fullname_plus (Results 1 – 1 of 1) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlread.c141 char fullname_plus[STRMAX+1]; in xlload() local
142 strcpy(fullname_plus, fullname); in xlload()
143 strcat(fullname_plus, ".lsp"); in xlload()
144 fp = osaopen(fullname_plus, "r"); in xlload()
145 if (fp) strcpy(fullname, fullname_plus); in xlload()