OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025