HomeSort by: relevance | last modified time | path
    Searched refs:tic (Results 1 - 13 of 13) sorted by relevancy

  /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...]
genterms 33 : ${TOOL_TIC:=tic}
term.c 383 TIC *tic;
388 tic = NULL;
390 tic = _ti_compile(e, TIC_WARNING |
394 if (tic != NULL &&
395 _ti_checkname(name, tic->name, tic->alias) == 1)
400 len = _ti_flatten(&f, tic);
407 _ti_freetic(tic);
term_private.h 33 /* This header should only be used by libterminfo, tic and infocmp. */
95 /* We use the same ncurses tic macros so that our data is identical
176 } TIC;
178 #define _ti_numsize(tic) \
179 ((tic)->rtype == TERMINFO_RTYPE_O1 ? sizeof(uint16_t) : sizeof(uint32_t))
181 int _ti_promote(TIC *);
184 const char *_ti_find_cap(TIC *, TBUF *, char, short);
185 const char *_ti_find_extra(TIC *, TBUF *, const char *);
187 size_t _ti_store_extra(TIC *, int, const char *, char, char, int,
189 TIC *_ti_compile(char *, int)
    [all...]
  /src/tools/tic/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}tic
4 HOST_SRCDIR= usr.bin/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...]
Makefile 3 PROG= tic
  /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/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/
Makefile 30 tabs tail talk tcopy tee telnet tftp tic time timeout tip touch \
  /src/tools/
Makefile 114 .WAIT tic \
  /src/share/mk/
bsd.own.mk 578 TOOL_TIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}tic
696 TOOL_TIC= tic

Completed in 119 milliseconds