HomeSort by: relevance | last modified time | path
    Searched defs:rtic (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tic/
tic.c 247 merge(TIC *rtic, TIC *utic, int flags)
255 if (rtic->rtype < utic->rtype)
257 utic->name, utic->rtype, rtic->name, rtic->rtype);
264 _ti_find_cap(rtic, &rtic->flags, 'f', ind) == NULL)
266 if (!_ti_encode_buf_id_flags(&rtic->flags, ind, flag))
276 _ti_find_cap(rtic, &rtic->nums, 'n', ind) == NULL)
278 if (!_ti_encode_buf_id_num(&rtic->nums, ind, num
416 TIC *rtic, *utic; local in function:merge_use
    [all...]
tic.c 247 merge(TIC *rtic, TIC *utic, int flags)
255 if (rtic->rtype < utic->rtype)
257 utic->name, utic->rtype, rtic->name, rtic->rtype);
264 _ti_find_cap(rtic, &rtic->flags, 'f', ind) == NULL)
266 if (!_ti_encode_buf_id_flags(&rtic->flags, ind, flag))
276 _ti_find_cap(rtic, &rtic->nums, 'n', ind) == NULL)
278 if (!_ti_encode_buf_id_num(&rtic->nums, ind, num
416 TIC *rtic, *utic; local in function:merge_use
    [all...]

Completed in 24 milliseconds