/src/sys/dev/mvme/ |
lpt_mvme.c | 266 int s, error, spin, tic; local in function:pushbytes 274 tic = 0; 279 tic = tic + tic + 1; 280 if (tic > TIMEOUT) 281 tic = TIMEOUT; 283 LPTPRI | PCATCH, "lptpsh", tic);
|
/src/sys/dev/ic/ |
lpt.c | 301 int spin, tic; local in function:lptpushbytes 309 tic = 0; 314 tic = tic + tic + 1; 315 if (tic > TIMEOUT) 316 tic = TIMEOUT; 318 LPTPRI | PCATCH, "lptpsh", tic);
|
/src/lib/libterminfo/ |
compile.c | 69 _ti_promote(TIC *tic) 77 ortype = tic->rtype; 78 tic->rtype = TERMINFO_RTYPE; 79 obuf = tic->name; 80 tic->name = _ti_getname(tic->rtype, tic->name); 81 if (tic->name == NULL) { 83 tic->name = obuf 602 TIC *tic; local in function:_ti_compile [all...] |
/src/sys/arch/atari/dev/ |
lpt.c | 290 int spin, tic; local in function:pushbytes 297 tic = 0; 302 tic = tic + tic + 1; 303 if (tic > TIMEOUT) 304 tic = TIMEOUT; 306 LPTPRI | PCATCH, "lptpsh", tic);
|
/src/usr.bin/tic/ |
tic.c | 1 /* $NetBSD: tic.c,v 1.42 2024/05/20 14:41:37 christos Exp $ */ 35 __RCSID("$NetBSD: tic.c,v 1.42 2024/05/20 14:41:37 christos Exp $"); 68 TIC *tic; member in struct:term 121 len = _ti_flatten(&buf, term->tic); 188 if (term->tic->alias == NULL) 191 alias = p = estrdup(term->tic->alias); 201 " term %s", term->tic->name, p); 214 TIC *tic; local in function:process_entry 352 TIC *tic; local in function:promote [all...] |