Searched refs:other_names (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dwrite_entry.c211 char *first_name, *other_names; local
235 other_names = ptr + 1;
247 other_names = ptr;
250 other_names = ptr + 1;
255 DEBUG(7, ("Other names = '%s'", other_names));
285 while (*other_names != '\0') {
286 ptr = other_names++;
287 while (*other_names != '|' && *other_names != '\0')
288 other_names
[all...]

Completed in 28 milliseconds