Lines Matching +full:en +full:- +full:global
1 .\"-
96 function is a hash-table search routine.
157 functions are re-entrant versions of the above functions that can
179 functions return 0 if the table creation failed and the global variable
182 otherwise, a non-zero value is returned.
212 .Bd -literal
238 while (scanf("%s%d%d", str, &info_ptr->age,
239 &info_ptr->room) != EOF && i++ < NUM_EMPL) {
253 (void)printf("found %s, age = %d, room = %d\en",
254 found_item->key,
255 ((struct info *)found_item->data)->age,
256 ((struct info *)found_item->data)->room);
258 (void)printf("no such employee %s\en", name_to_find);
272 .Bl -tag -width Er
284 .Bl -tag -width Er
303 .St -xpg4.2 .
322 .Pf non- Tn GNU