HomeSort by: relevance | last modified time | path
    Searched refs:_ti_find_cap (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libterminfo/
compile.c 194 _ti_find_cap(TIC *tic, TBUF *tbuf, char type, short ind) function in typeref:typename:const char *
679 _ti_find_cap(tic, &tic->strs, 's', ind) != NULL)
717 _ti_find_cap(tic, &tic->nums, 'n', ind) != NULL)
761 if (_ti_find_cap(tic, &tic->nums, 'n', ind)
769 if (_ti_find_cap(tic, &tic->strs, 's', ind)
782 } else if (_ti_find_cap(tic, &tic->flags, 'f', ind) == NULL) {
term_private.h 184 const char *_ti_find_cap(TIC *, TBUF *, char, short);
  /src/usr.bin/tic/
tic.c 264 _ti_find_cap(rtic, &rtic->flags, 'f', ind) == NULL)
276 _ti_find_cap(rtic, &rtic->nums, 'n', ind) == NULL)
289 _ti_find_cap(rtic, &rtic->strs, 's', ind) == NULL)

Completed in 15 milliseconds