Searched refs:tsl (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_clock_gettime.c | 88 struct timespec tsa, tsb, tsl, res; in check_timecounter() local 101 tsl = tsa; in check_timecounter() 123 elapsed = 1000000000LL * (tsb.tv_sec - tsl.tv_sec) in check_timecounter() 124 + tsb.tv_nsec - tsl.tv_nsec; in check_timecounter() 128 tsl = tsb; in check_timecounter()
|
| /freebsd/sys/kern/ |
| H A D | kern_ntptime.c | 216 static bool ntp_is_time_error(int tsl); 219 ntp_is_time_error(int tsl) in ntp_is_time_error() argument 230 if ((tsl & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error() 236 (tsl & (STA_PPSFREQ | STA_PPSTIME) && in ntp_is_time_error() 237 !(tsl & STA_PPSSIGNAL)) || in ntp_is_time_error() 242 (tsl & STA_PPSTIME && tsl & STA_PPSJITTER) || in ntp_is_time_error() 248 (tsl & STA_PPSFREQ && in ntp_is_time_error() 249 tsl & (STA_PPSWANDER | STA_PPSERROR))) in ntp_is_time_error()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | emx.src | 421 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E) 596 tsl=\E[?E\E[?%i%dT, 636 tsl=\E]0;,
|
| H A D | terminfo.src | 1163 sgr0=\E[0;10m, tbc=\E[3g, tsl=\E[?T, u8=\E[?6c, 1501 tsl=\E7\E1;24r\E[?6l\E[25;%i%p1%dH, 2571 tsl=\E7\E[1;%p1%dH\E[1K, use=vt100-am, 2579 tsl=\E7\E[24;%p1%dH\E[1K, use=vt100-am, 2916 tsl=\E[2$~\E[1$}\E[1;%dH, use=ecma+underline, 2966 smul=\E[4m, tbc=\E[3g, tsl=\E[2$~\E[1$}\E[1;%dH, 3189 # compilation as a result ("tsl uses 0 parameters, expected 1".) 4894 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E) 4911 dsl=\E[?H, fsl=\E[?F, tsl=\E[?E\E[?%i%p1%dT, csl=\E[?E, 5765 # a) tsl should have a parameter to denote the column on which to transfer to [all …]
|
| /freebsd/contrib/ncurses/include/ |
| H A D | Caps-ncurses | 351 userdef TS str - like "tsl", but uses no parameter.
|
| H A D | Caps.uwin | 466 to_status_line tsl str ts - - YB-G- move to status line, column #1
|
| H A D | Caps.hpux11 | 507 to_status_line tsl str ts - - YB-G- move to status line, column #1
|
| H A D | Caps.osf1r5 | 488 to_status_line tsl str ts - - YB-G- move to status line, column #1
|
| H A D | Caps | 513 to_status_line tsl str ts - - YB-G- move to status line, column #1
|
| H A D | Caps.aix4 | 505 to_status_line tsl str ts - - YB-G- move to status line, column #1
|
| H A D | Caps.keys | 508 to_status_line tsl str ts - - YB-G- move to status line, column #1
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 1363 + improve tic warning about XT versus redundant tsl, etc. 1593 + corrected tsl capability for terminator -TD 9399 + correct tsl string in kterm
|