Searched refs:tic (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libterminfo/
H A Dcompile.c160 _ti_store_extra(TIC *tic, int wrn, char *id, char type, char flag, short num, argument
165 _DIAGASSERT(tic != NULL);
168 if (_ti_find_extra(&tic->extras, id) != NULL)
173 tic->name, id);
180 dowarn(flags, "%s: %s: cap name is too long", tic->name, id);
184 if (!_ti_grow_tbuf(&tic->extras,
187 le16enc(tic->extras.buf + tic->extras.bufpos, l);
188 tic->extras.bufpos += sizeof(uint16_t);
189 memcpy(tic
212 _ti_flatten(uint8_t **buf, const TIC *tic) argument
455 TIC *tic; local
650 _ti_freetic(TIC *tic) argument
[all...]
H A Dgenterms33 : ${TOOL_TIC:=tic}
H A Dterm.c292 ticcmp(const TIC *tic, const char *name) argument
297 if (strcmp(tic->name, name) == 0)
299 if (tic->alias == NULL)
303 alias = tic->alias;
324 TIC *tic; local
354 tic = NULL;
356 tic = _ti_compile(e, TIC_WARNING |
360 if (tic != NULL && ticcmp(tic, name) == 0) {
361 len = _ti_flatten(&f, tic);
[all...]
/netbsd-6-1-5-RELEASE/tools/tic/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}tic
4 HOST_SRCDIR= usr.bin/tic
/netbsd-6-1-5-RELEASE/usr.bin/tic/
H A DMakefile3 PROG= tic
H A Dtic.c68 TIC *tic; member in struct:term
119 len = _ti_flatten(&buf, term->tic);
169 TIC *tic; local
181 tic = _ti_compile(buf->buf, flags);
182 if (tic == NULL)
185 if (find_term(tic->name) != NULL) {
186 dowarn("%s: duplicate entry", tic->name);
187 _ti_freetic(tic);
190 term = store_term(tic->name, NULL);
191 term->tic
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dlpt_mvme.c256 int s, error, spin, tic; local
264 tic = 0;
269 tic = tic + tic + 1;
270 if (tic > TIMEOUT)
271 tic = TIMEOUT;
273 LPTPRI | PCATCH, "lptpsh", tic);
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dlpt.c280 int spin, tic; local
287 tic = 0;
292 tic = tic + tic + 1;
293 if (tic > TIMEOUT)
294 tic = TIMEOUT;
296 LPTPRI | PCATCH, "lptpsh", tic);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dlpt.c291 int spin, tic; local
299 tic = 0;
304 tic = tic + tic + 1;
305 if (tic > TIMEOUT)
306 tic = TIMEOUT;
308 LPTPRI | PCATCH, "lptpsh", tic);
/netbsd-6-1-5-RELEASE/usr.bin/
H A DMakefile29 tabs tail talk tcopy tee telnet tftp tic time tip touch tpfmt tput \
/netbsd-6-1-5-RELEASE/tools/
H A DMakefile56 .WAIT tic \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/frv/
H A Dallinsn.s1629 .global tic
1630 tic: label
1631 tic icc0,sp,0
H A Dallinsn.d1224 00000654 <tic>:
1225 654: 88 70 10 00 tic icc0,sp,0
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.own.mk320 TOOL_TIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}tic
418 TOOL_TIC= tic
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dsem.c12820 /* tic: tic$pack $ICCi_2,$GRi,$s12 */
12823 SEM_FN_NAME (frvbf,tic) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
28579 { FRVBF_INSN_TIC, SEM_FN_NAME (frvbf,tic) },

Completed in 421 milliseconds