Lines Matching refs:bt
6572 struct builtin_term *bt; in swap_tcap() local
6586 bt = find_first_tcap(DEFAULT_TERM, ks->code); in swap_tcap()
6587 if (bt != NULL) in swap_tcap()
6589 STRNCPY(ks->buf, bt->bt_string, KSSIZE); in swap_tcap()
6593 STRNCPY(ks->arr, bt->bt_string, KSSIZE); in swap_tcap()
6594 bt->bt_string = &ks->arr[0]; in swap_tcap()
6610 bt = find_first_tcap(DEFAULT_TERM, ks->code); in swap_tcap()
6611 if (bt != NULL) in swap_tcap()
6616 STRNCPY(&ks->buf[0], bt->bt_string, KSSIZE); in swap_tcap()
6619 STRNCPY(&ks->vbuf[0], bt->bt_string, KSSIZE); in swap_tcap()
6622 STRNCPY(&ks->v2buf[0], bt->bt_string, KSSIZE); in swap_tcap()
6631 bt = find_first_tcap(DEFAULT_TERM, ks->code); in swap_tcap()
6632 if (bt != NULL) in swap_tcap()
6637 STRNCPY(bt->bt_string, &ks->buf[0], KSSIZE); in swap_tcap()
6640 STRNCPY(bt->bt_string, &ks->vbuf[0], KSSIZE); in swap_tcap()
6643 STRNCPY(bt->bt_string, &ks->v2buf[0], KSSIZE); in swap_tcap()