Home
last modified time | relevance | path

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

/dports/comms/morse/morse-2.5/qso.d/
H A Dutil.c6 extern int their_age;
44 if (their_age > 20) in License_Seed()
46 if (their_age < 10) in License_Seed()
48 return (their_age - 8); in License_Seed()
H A DQSO.c115 int their_age; /* PERSON'S AGE, SO THEY AREN'T LICENSED MORE variable
275 their_age = Roll (60) + 16; in PutAge()
280 printf ("My age is %d.\n", their_age); in PutAge()
284 printf ("I am %d years old.\n", their_age); in PutAge()
288 printf ("Age is %d.\n", their_age); in PutAge()