Searched refs:their_age (Results 1 – 2 of 2) sorted by relevance
6 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()
115 int their_age; /* PERSON'S AGE, SO THEY AREN'T LICENSED MORE variable275 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()