Home
last modified time | relevance | path

Searched refs:ccol (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/byacc/
H A Dwarshall.c25 unsigned *ccol = cword; in transitive_closure() local
31 if (*ccol & (1U << i)) in transitive_closure()
43 ccol += rowsize; in transitive_closure()
/freebsd/crypto/krb5/src/clients/klist/
H A Dklist.c684 int extra_field = 0, ccol = 0, i, r; in show_credential() local
712 ccol = 8; in show_credential()
718 ccol += r; in show_credential()
721 ccol += 3; in show_credential()
730 print_config_data(ccol, &cred->ticket); in show_credential()