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

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c251 _nc_ext_data_index(TERMTYPE2 *tp, int n, int token_type) function
285 first = _nc_ext_data_index(tp, first, token_type);
330 return _nc_ext_data_index(tp, (int) j, token_type);
340 j = (unsigned) _nc_ext_data_index(tp, (int) j, token_type);

Completed in 99 milliseconds