Searched refs:tbc (Results 1 – 15 of 15) sorted by relevance
| /src/contrib/lua/src/ |
| H A D | lfunc.c | 214 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 D | atf.terminfo | 43 tbc=tbc, u6=u6%d;%dX, u7=u7, u8=u8, u9=u9,
|
| /src/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | dsa-threecolumn.pem | 372 tbc
|
| /src/sys/contrib/device-tree/src/mips/ingenic/ |
| H A D | jz4725b.dtsi | 321 reg = <0x13050000 0x130>; /* tbc */
|
| H A D | jz4770.dtsi | 401 reg = <0x13050000 0x130>; /* tbc */
|
| /src/contrib/ncurses/misc/ |
| H A D | emx.src | 575 tbc=\E[3k, 726 tbc=\E3, 876 tbc=\Ej,
|
| H A D | terminfo.src | 347 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 D | xhci.c | 151 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 D | Caps.uwin | 327 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
|
| H A D | Caps.hpux11 | 368 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
|
| H A D | Caps.osf1r5 | 349 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
|
| H A D | Caps | 374 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
|
| H A D | Caps.keys | 369 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
|
| H A D | Caps.aix4 | 366 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
|
| /src/contrib/ncurses/ |
| H A D | NEWS | 2611 xt, tbc and hts as clues. 2613 tbc and hts capabilities as clues (report by Nicolas Marriott).
|