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

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c275 char *first_name, *other_names; local
287 other_names = ptr + 1;
299 other_names = ptr;
302 other_names = ptr + 1;
307 DEBUG(7, ("Other names = '%s'", other_names));
339 while (*other_names != '\0') {
340 ptr = other_names++;
341 while (*other_names != '|' && *other_names != '\0')
342 other_names
[all...]

Completed in 99 milliseconds