Home
last modified time | relevance | path

Searched refs:tcap (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/lib/libreadline/
H A DMANIFEST38 tcap.h f
H A DMakefile.in106 ansi_stdlib.h tcap.h rlstdc.h xmalloc.h rlprivate.h rlshell.h \
300 display.o: tcap.h
364 terminal.o: tcap.h
/openbsd-src/gnu/lib/libreadline/shlib/
H A DMakefile.in123 ansi_stdlib.h tcap.h xmalloc.h rlprivate.h rlshell.h rlmbutil.h
207 display.so: $(topdir)/tcap.h
278 terminal.so: $(topdir)/tcap.h
/openbsd-src/usr.sbin/snmpd/
H A Dapplication.c784 struct appl_agentcap *cap, *tcap; in appl_close() local
789 TAILQ_FOREACH_SAFE(cap, &(ctx->ac_agentcaps), aa_entry, tcap) { in appl_close()