HomeSort by: relevance | last modified time | path
    Searched defs:_ti_find_cap (Results 1 - 2 of 2) 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) {
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) {

Completed in 23 milliseconds