HomeSort by: relevance | last modified time | path
    Searched defs:cdname (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/cdplay/
cdplay.c 141 static const char *cdname; variable in typeref:typename:const char *
210 cdname = getenv("MUSIC_CD");
211 if (cdname == NULL)
212 cdname = getenv("CD_DRIVE");
213 if (cdname == NULL)
214 cdname = getenv("DISC");
215 if (cdname == NULL)
216 cdname = getenv("CDPLAY");
234 cdname = optarg;
247 if (cdname == NULL)
    [all...]

Completed in 13 milliseconds