Home
last modified time | relevance | path

Searched refs:tbc (Results 1 – 15 of 15) sorted by relevance

/src/contrib/lua/src/
H A Dlfunc.c214 StkId tbc = L->tbclist.p; in poptbclist() local
215 lua_assert(tbc->tbclist.delta > 0); /* first element cannot be dummy */ in poptbclist()
216 tbc -= tbc->tbclist.delta; in poptbclist()
217 while (tbc > L->stack.p && tbc->tbclist.delta == 0) in poptbclist()
218 tbc -= MAXDELTA; /* remove dummy nodes */ in poptbclist()
219 L->tbclist.p = tbc; in poptbclist()
231 StkId tbc = L->tbclist.p; /* get variable index */ in luaF_close() local
233 prepcallclosemth(L, tbc, status, yy); /* close variable */ in luaF_close()
/src/contrib/netbsd-tests/lib/libcurses/
H A Datf.terminfo43 tbc=tbc, u6=u6%d;%dX, u7=u7, u8=u8, u9=u9,
/src/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem372 tbc
/src/sys/contrib/device-tree/src/mips/ingenic/
H A Djz4725b.dtsi321 reg = <0x13050000 0x130>; /* tbc */
H A Djz4770.dtsi401 reg = <0x13050000 0x130>; /* tbc */
/src/contrib/ncurses/misc/
H A Demx.src575 tbc=\E[3k,
726 tbc=\E3,
876 tbc=\Ej,
H A Dterminfo.src347 cbt=\E[Z, ht=^I, hts=\EH, tbc=\E[3g,
504 smam=\E[?7h, tbc=\E[g, use=ansi+local, use=ansi+rca2,
858 smkx=\E[?1h\E=, tbc=\E[3g, use=ansi+apparrows,
984 smam=\E[?7h, tbc=\E[3g, use=ecma+underline,
1163 sgr0=\E[0;10m, tbc=\E[3g, tsl=\E[?T, u8=\E[?6c,
1322 # stops (hts/tbc).
1651 smam=\E[?7h, smso=\E[1;7m, tbc=\E[3g, use=ansi+arrows,
1722 smam=\E[?7h, smul=\E[4m, tbc=\E[3g, use=ecma+underline,
1765 smul=\E[4m, tbc=\E[3g, use=ecma+underline,
2189 tbc=\E[3g, use=vt100+pf1-pf4, use=vt220+cvis, use=cons25,
[all …]
/src/sys/dev/usb/controller/
H A Dxhci.c151 uint8_t tbc; member
1923 XHCI_TRB_3_TBC_SET(temp->tbc) | in xhci_setup_generic_chain_sub()
2073 temp.tbc = 0; in xhci_setup_generic_chain()
2232 temp.tbc = 0; in xhci_setup_generic_chain()
2253 temp.tbc = howmany(tdpc, mult) - 1; in xhci_setup_generic_chain()
/src/contrib/ncurses/include/
H A DCaps.uwin327 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
H A DCaps.hpux11368 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
H A DCaps.osf1r5349 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
H A DCaps374 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
H A DCaps.keys369 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
H A DCaps.aix4366 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
/src/contrib/ncurses/
H A DNEWS2611 xt, tbc and hts as clues.
2613 tbc and hts capabilities as clues (report by Nicolas Marriott).