Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c317 char *first_name, *other_names; in _nc_write_entry() local
334 other_names = ptr + 1; in _nc_write_entry()
347 other_names = ptr; in _nc_write_entry()
350 other_names = ptr + 1; in _nc_write_entry()
355 DEBUG(7, ("Other names = '%s'", other_names)); in _nc_write_entry()
391 while (*other_names != '\0') { in _nc_write_entry()
392 ptr = other_names++; in _nc_write_entry()
394 while (*other_names != '|' && *other_names != '\0') in _nc_write_entry()
395 other_names++; in _nc_write_entry()
397 if (*other_names != '\0') in _nc_write_entry()
[all …]