Searched refs:tib (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/kern/ |
H A D | tty_inq.c | 69 #define GETBIT(tib,boff) \ argument 70 ((tib)->tib_quotes[(boff) / BMSIZE] & (1 << ((boff) % BMSIZE))) 71 #define SETBIT(tib,boff) \ argument 72 ((tib)->tib_quotes[(boff) / BMSIZE] |= (1 << ((boff) % BMSIZE))) 73 #define CLRBIT(tib,boff) \ argument 74 ((tib)->tib_quotes[(boff) / BMSIZE] &= ~(1 << ((boff) % BMSIZE))) 85 #define TTYINQ_INSERT_TAIL(ti, tib) do { \ argument 87 tib->tib_prev = NULL; \ 88 tib->tib_next = ti->ti_firstblock; \ 89 ti->ti_firstblock = tib; \ [all …]
|
/freebsd/stand/ficl/ |
H A D | vm.c | 475 *pSaveTib = pVM->tib; in vmPushTib() 478 pVM->tib.cp = text; in vmPushTib() 479 pVM->tib.end = text + nChars; in vmPushTib() 480 pVM->tib.index = 0; in vmPushTib() 488 pVM->tib = *pTib; in vmPopTib() 505 pVM->tib.cp = NULL; in vmQuit() 506 pVM->tib.end = NULL; in vmQuit() 507 pVM->tib.index = 0; in vmQuit()
|
H A D | ficl.h | 492 TIB tib; /* address of incoming text string */ member 639 #define vmGetInBuf(pVM) ((pVM)->tib.cp + (pVM)->tib.index) 640 #define vmGetInBufLen(pVM) ((pVM)->tib.end - (pVM)->tib.cp) 641 #define vmGetInBufEnd(pVM) ((pVM)->tib.end) 642 #define vmGetTibIndex(pVM) (pVM)->tib.index 643 #define vmSetTibIndex(pVM, i) (pVM)->tib.index = i 644 #define vmUpdateTib(pVM, str) (pVM)->tib.index = (str) - (pVM)->tib.cp
|
H A D | prefix.c | 103 vmSetTibIndex(pVM, si.cp + n - pVM->tib.cp ); in ficlParsePrefix()
|
H A D | tools.c | 573 char *cp = pVM->tib.cp + pVM->tib.index; in stepBreak() 574 int count = pVM->tib.end - cp; in stepBreak()
|
H A D | words.c | 4015 PUSHPTR(pVM->tib.cp); in source() 4041 PUSHPTR(&pVM->tib.index); in toIn()
|
/freebsd/stand/ficl/softwords/ |
H A D | freebsd.fr | 30 : tib> source >in @ tuck over >in ! - >r + r> ; 31 : % tib> ['] evaluate catch drop ; 32 : $ tib> 2dup type cr evaluate ;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 398 NT_TIB *tib = (NT_TIB *)NtCurrentTeb(); in asan_thread_exit() local 399 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; in asan_thread_exit() 400 __asan_unpoison_memory_region(tib->StackLimit, stackSize); in asan_thread_exit()
|
/freebsd/stand/common/ |
H A D | interp_forth.c | 116 for (cp = tail, len = 0; cp != vm->tib.end && *cp != 0 && *cp != '\n'; cp++, len++) in bf_command()
|
/freebsd/stand/forth/ |
H A D | loader.4th | 289 ; immediate \ interpret immediately for access to `source' (aka tib)
|
/freebsd/share/misc/ |
H A D | iso639 | 467 bo tib bod Tibetan
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 2654 !:mime application/x-acronis-tib 2655 !:ext tib
|
/freebsd/share/dict/ |
H A D | web2a | 64404 tib-cat
|
H A D | web2 | 203198 tib
|