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) {
|