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

  /src/lib/libterminfo/
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...]
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...]
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);
  /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...]

Completed in 13 milliseconds