Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/freebsd/sys/kern/
H A Dtty_ttydisc.c92 ttydisc_open(struct tty *tp) in ttydisc_open()
98 ttydisc_close(struct tty *tp) in ttydisc_close()
120 ttydisc_read_break(struct tty *tp, char *breakc, size_t breaksz) in ttydisc_read_break()
141 ttydisc_bytesavail(struct tty *tp) in ttydisc_bytesavail()
170 ttydisc_canonicalize(struct tty *tp) in ttydisc_canonicalize()
192 ttydisc_read_canonical(struct tty *tp, struct uio *uio, int ioflag) in ttydisc_read_canonical()
267 ttydisc_read_raw_no_timer(struct tty *tp, struct uio *uio, int ioflag) in ttydisc_read_raw_no_timer()
306 ttydisc_read_raw_read_timer(struct tty *tp, struct uio *uio, int ioflag, in ttydisc_read_raw_read_timer()
360 ttydisc_read_raw_interbyte_timer(struct tty *tp, struct uio *uio, int ioflag) in ttydisc_read_raw_interbyte_timer()
409 ttydisc_read(struct tty *tp, struct uio *uio, int ioflag) in ttydisc_read()
[all …]
H A Dtty.c99 #define TTY_CALLOUT(tp,d) (dev2unit(d) & TTYUNIT_CALLOUT) argument
124 tty_watermarks(struct tty *tp) in tty_watermarks()
152 tty_drain(struct tty *tp, int leaving) in tty_drain()
214 ttydev_enter(struct tty *tp) in ttydev_enter()
229 ttydev_leave(struct tty *tp) in ttydev_leave()
272 struct tty *tp; in ttydev_open() local
372 struct tty *tp = dev->si_drv1; in ttydev_close() local
413 tty_is_ctty(struct tty *tp, struct proc *p) in tty_is_ctty()
422 tty_wait_background(struct tty *tp, struct thread *td, int sig) in tty_wait_background()
504 struct tty *tp = dev->si_drv1; in ttydev_read() local
[all …]
H A Dtty_pts.c114 struct tty *tp = fp->f_data; in ptsdev_read() local
188 struct tty *tp = fp->f_data; in ptsdev_write() local
261 struct tty *tp = fp->f_data; in ptsdev_ioctl() local
388 struct tty *tp = fp->f_data; in ptsdev_poll() local
443 struct tty *tp = fp->f_data; in pts_kqops_read_detach() local
453 struct tty *tp = fp->f_data; in pts_kqops_read_event() local
469 struct tty *tp = fp->f_data; in pts_kqops_write_detach() local
479 struct tty *tp = fp->f_data; in pts_kqops_write_event() local
505 struct tty *tp = fp->f_data; in ptsdev_kqfilter() local
532 struct tty *tp = fp->f_data; in ptsdev_stat() local
[all …]
/freebsd/contrib/atf/atf-c/
H A Dtp.c50 find_tc(const atf_tp_t *tp, const char *ident) in find_tc()
76 atf_tp_init(atf_tp_t *tp, const char *const *config) in atf_tp_init()
102 atf_tp_fini(atf_tp_t *tp) in atf_tp_fini()
122 atf_tp_get_config(const atf_tp_t *tp) in atf_tp_get_config()
128 atf_tp_has_tc(const atf_tp_t *tp, const char *id) in atf_tp_has_tc()
135 atf_tp_get_tc(const atf_tp_t *tp, const char *id) in atf_tp_get_tc()
143 atf_tp_get_tcs(const atf_tp_t *tp) in atf_tp_get_tcs()
176 atf_tp_add_tc(atf_tp_t *tp, atf_tc_t *tc) in atf_tp_add_tc()
194 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) in atf_tp_run()
205 atf_tp_cleanup(const atf_tp_t *tp, const char *tcname) in atf_tp_cleanup()
/freebsd/sys/netinet/
H A Dtcp_offload.c113 tcp_offload_listen_start(struct tcpcb *tp) in tcp_offload_listen_start()
122 tcp_offload_listen_stop(struct tcpcb *tp) in tcp_offload_listen_stop()
131 tcp_offload_input(struct tcpcb *tp, struct mbuf *m) in tcp_offload_input()
142 tcp_offload_output(struct tcpcb *tp) in tcp_offload_output()
167 tcp_offload_rcvd(struct tcpcb *tp) in tcp_offload_rcvd()
178 tcp_offload_ctloutput(struct tcpcb *tp, int sopt_dir, int sopt_name) in tcp_offload_ctloutput()
189 tcp_offload_tcp_info(const struct tcpcb *tp, struct tcp_info *ti) in tcp_offload_tcp_info()
200 tcp_offload_alloc_tls_session(struct tcpcb *tp, struct ktls_session *tls, in tcp_offload_alloc_tls_session()
212 tcp_offload_detach(struct tcpcb *tp) in tcp_offload_detach()
223 tcp_offload_pmtu_update(struct tcpcb *tp, tcp_seq seq, int mtu) in tcp_offload_pmtu_update()
H A Dtcp_sack.c161 tcp_dsack_block_exists(struct tcpcb *tp) in tcp_dsack_block_exists()
176 tcp_update_dsack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) in tcp_update_dsack_list()
272 tcp_update_sack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) in tcp_update_sack_list()
409 tcp_clean_dsack_blocks(struct tcpcb *tp) in tcp_clean_dsack_blocks()
451 tcp_clean_sackreport(struct tcpcb *tp) in tcp_clean_sackreport()
465 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) in tcp_sackhole_alloc()
493 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_free()
509 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, in tcp_sackhole_insert()
536 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_remove()
559 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) in tcp_sack_doack()
[all …]
H A Dtcp_usrreq.c131 tcp_bblog_pru(struct tcpcb *tp, uint32_t pru, int error) in tcp_bblog_pru() argument
159 struct tcpcb *tp = NULL; in tcp_usr_attach() local
200 struct tcpcb *tp; tcp_usr_detach() local
227 struct tcpcb *tp; tcp_usr_bind() local
282 struct tcpcb *tp; tcp6_usr_bind() local
360 struct tcpcb *tp; tcp_usr_listen() local
413 struct tcpcb *tp; tcp6_usr_listen() local
483 struct tcpcb *tp; tcp_usr_connect() local
551 struct tcpcb *tp; tcp6_usr_connect() local
690 struct tcpcb *tp = NULL; tcp_usr_disconnect() local
719 struct tcpcb *tp; tcp_usr_accept() local
753 struct tcpcb *tp; tcp6_usr_accept() local
804 struct tcpcb *tp = intotcpcb(inp); tcp_usr_shutdown() local
862 struct tcpcb *tp; tcp_usr_rcvd() local
912 struct tcpcb *tp; tcp_usr_send() local
1226 struct tcpcb *tp; tcp_usr_ready() local
1259 struct tcpcb *tp; tcp_usr_abort() local
1297 struct tcpcb *tp; tcp_usr_close() local
1330 tcp_pru_options_support(struct tcpcb * tp,int flags) tcp_pru_options_support() argument
1355 struct tcpcb *tp; tcp_usr_rcvoob() local
1457 tcp_connect(struct tcpcb * tp,struct sockaddr_in * sin,struct thread * td) tcp_connect() argument
1500 tcp6_connect(struct tcpcb * tp,struct sockaddr_in6 * sin6,struct thread * td) tcp6_connect() argument
1544 tcp_fill_info(const struct tcpcb * tp,struct tcp_info * ti) tcp_fill_info() argument
1644 struct tcpcb *tp = intotcpcb(inp); tcp_ctloutput_set() local
1812 struct tcpcb *tp = intotcpcb(inp); tcp_ctloutput_get() local
1895 struct tcpcb *tp; tcp_set_cc_mod() local
2004 tcp_default_ctloutput(struct tcpcb * tp,struct sockopt * sopt) tcp_default_ctloutput() argument
2656 tcp_disconnect(struct tcpcb * tp) tcp_disconnect() argument
2698 tcp_usrclosed(struct tcpcb * tp) tcp_usrclosed() argument
3068 db_print_tcpcb(struct tcpcb * tp,const char * name,int indent) db_print_tcpcb() argument
3182 struct tcpcb *tp; DB_SHOW_COMMAND() local
[all...]
H A Dtcp_timer.c292 tcp_output_locked(struct tcpcb *tp) in tcp_output_locked()
309 tcp_timer_delack(struct tcpcb *tp) in tcp_timer_delack()
331 tcp_timer_2msl(struct tcpcb *tp) in tcp_timer_2msl()
380 tcp_timer_keep(struct tcpcb *tp) in tcp_timer_keep()
465 tcp_maxunacktime_check(struct tcpcb *tp) in tcp_maxunacktime_check()
486 tcp_timer_persist(struct tcpcb *tp) in tcp_timer_persist()
551 tcp_timer_rexmt(struct tcpcb *tp) in tcp_timer_rexmt()
825 tcp_bblog_timer(struct tcpcb *tp, tt_which which, tt_what what, uint32_t ticks) in tcp_bblog_timer()
854 tcp_timer_next(struct tcpcb *tp, sbintime_t *precision) in tcp_timer_next()
875 struct tcpcb *tp = xtp; in tcp_timer_enter() local
[all …]
H A Dtcp_timer.h140 #define TP_KEEPINIT(tp) ((tp)->t_keepinit ? (tp)->t_keepinit : tcp_keepinit) argument
141 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle) argument
142 #define TP_KEEPINTVL(tp) ((tp)->t_keepintvl ? (tp)->t_keepintvl : tcp_keepintvl) argument
143 #define TP_KEEPCNT(tp) ((tp)->t_keepcnt ? (tp)->t_keepcnt : tcp_keepcnt) argument
144 #define TP_MAXIDLE(tp) (TP_KEEPCNT(tp) * TP_KEEPINTVL(tp)) argument
145 #define TP_MAXUNACKTIME(tp) \ argument
153 #define TP_RXTCUR(tp) \ argument
H A Dtcp_input.c257 tcp_is_sack_recovery(struct tcpcb *tp, struct tcpopt *to) in tcp_is_sack_recovery()
269 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) in hhook_run_tcp_est_in()
288 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t nsegs, in cc_ack_received()
359 cc_conn_init(struct tcpcb *tp) in cc_conn_init()
414 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal()
479 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) in cc_post_recovery()
508 #define DELAY_ACK(tp, tlen) \ argument
515 cc_ecnpkt_handler_flags(struct tcpcb *tp, uint16_t flags, uint8_t iptos) in cc_ecnpkt_handler_flags()
548 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler()
612 struct tcpcb *tp = NULL; in tcp_input_with_port() local
[all …]
H A Dtcp_ecn.c120 tcp_ecn_input_syn_sent(struct tcpcb *tp, uint16_t thflags, int iptos) in tcp_ecn_input_syn_sent()
226 tcp_ecn_input_parallel_syn(struct tcpcb *tp, uint16_t thflags, int iptos) in tcp_ecn_input_parallel_syn()
294 tcp_ecn_input_segment(struct tcpcb *tp, uint16_t thflags, int tlen, int pkts, int iptos) in tcp_ecn_input_segment()
374 tcp_ecn_output_syn_sent(struct tcpcb *tp) in tcp_ecn_output_syn_sent()
404 tcp_ecn_output_established(struct tcpcb *tp, uint16_t *thflags, int len, bool rxmit) in tcp_ecn_output_established()
463 tcp_ecn_syncache_socket(struct tcpcb *tp, struct syncache *sc) in tcp_ecn_syncache_socket()
H A Dtcp_subr.c368 tcp_record_dsack(struct tcpcb *tp, tcp_seq start, tcp_seq end, int tlp) in tcp_record_dsack()
496 tcp_switch_back_to_default(struct tcpcb *tp) in tcp_switch_back_to_default()
1013 tcp_default_handoff_ok(struct tcpcb *tp) in tcp_default_handoff_ok()
1029 tcp_default_fb_init(struct tcpcb *tp, void **ptr) in tcp_default_fb_init()
1113 tcp_default_fb_fini(struct tcpcb *tp, int tcb_is_purged) in tcp_default_fb_fini()
1342 struct tcpcb *tp; in deregister_tcp_functions() local
1736 tcp_respond(struct tcpcb *tp, void *ipgen, struct tcphdr *th, struct mbuf *m, in tcp_respond()
2172 tcp_send_challenge_ack(struct tcpcb *tp, struct tcphdr *th, struct mbuf *m) in tcp_send_challenge_ack()
2216 struct tcpcb *tp = intotcpcb(inp); in tcp_newtcpcb() local
2380 tcp_drop(struct tcpcb *tp, int errno) in tcp_drop()
[all …]
H A Dtcp_reass.c195 tcp_log_reassm(struct tcpcb *tp, struct tseg_qent *q, struct tseg_qent *p, in tcp_log_reassm()
233 tcp_reass_log_dump(struct tcpcb *tp) in tcp_reass_log_dump()
245 tcp_reass_log_new_in(struct tcpcb *tp, tcp_seq seq, int len, struct mbuf *m, in tcp_reass_log_new_in()
295 tcp_reass_flush(struct tcpcb *tp) in tcp_reass_flush()
314 tcp_reass_append(struct tcpcb *tp, struct tseg_qent *last, in tcp_reass_append()
340 tcp_reass_prepend(struct tcpcb *tp, struct tseg_qent *first, struct mbuf *m, struct tcphdr *th, in tcp_reass_prepend()
376 tcp_reass_replace(struct tcpcb *tp, struct tseg_qent *q, struct mbuf *m, in tcp_reass_replace()
411 tcp_reass_merge_into(struct tcpcb *tp, struct tseg_qent *ent, in tcp_reass_merge_into()
436 tcp_reass_merge_forward(struct tcpcb *tp, struct tseg_qent *ent) in tcp_reass_merge_forward()
516 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, in tcp_reass()
H A Dtcp_log_buf.c471 tcp_log_remove_id_node(struct inpcb *inp, struct tcpcb *tp, in tcp_log_remove_id_node()
521 tcp_log_grow_tlb(char *tlb_id, struct tcpcb *tp) in tcp_log_grow_tlb()
540 tcp_log_apply_ratio(struct tcpcb *tp, int ratio) in tcp_log_apply_ratio()
603 tcp_log_set_tag(struct tcpcb *tp, char *tag) in tcp_log_set_tag()
642 tcp_log_set_id(struct tcpcb *tp, char *id) in tcp_log_set_id()
1025 tcp_log_get_id(struct tcpcb *tp, char *buf) in tcp_log_get_id()
1049 tcp_log_get_tag(struct tcpcb *tp, char *buf) in tcp_log_get_tag()
1095 tcp_log_get_id_cnt(struct tcpcb *tp) in tcp_log_get_id_cnt()
1174 tcp_log_remove_log_cleanup(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_cleanup()
1184 tcp_log_remove_log_head(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_head()
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c325 ctf_process_inbound_raw(struct tcpcb *tp, struct mbuf *m, int has_pkt) in ctf_process_inbound_raw()
470 ctf_do_queued_segments(struct tcpcb *tp, int have_pkt) in ctf_do_queued_segments()
486 ctf_outstanding(struct tcpcb *tp) in ctf_outstanding()
499 ctf_flight_size(struct tcpcb *tp, uint32_t rc_sacked) in ctf_flight_size()
509 ctf_do_dropwithreset(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, in ctf_do_dropwithreset()
520 ctf_ack_war_checks(struct tcpcb *tp) in ctf_ack_war_checks()
548 struct tcpcb *tp, int32_t *tlenp, in ctf_drop_checks()
655 ctf_do_dropafterack(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t thflags, int32_t t… in ctf_do_dropafterack()
685 ctf_do_drop(struct mbuf *m, struct tcpcb *tp) in ctf_do_drop()
699 struct tcpcb *tp) in ctf_process_rst()
[all …]
/freebsd/sys/sys/
H A Dttyhook.h72 #define ttyhook_softc(tp) ((tp)->t_hooksoftc) argument
73 #define ttyhook_hashook(tp,hook) ((tp)->t_hook != NULL && \ argument
77 ttyhook_rint(struct tty *tp, char c, int flags) in ttyhook_rint()
86 ttyhook_rint_bypass(struct tty *tp, const void *buf, size_t len) in ttyhook_rint_bypass()
95 ttyhook_rint_done(struct tty *tp) in ttyhook_rint_done()
104 ttyhook_rint_poll(struct tty *tp) in ttyhook_rint_poll()
113 ttyhook_getc_inject(struct tty *tp, void *buf, size_t len) in ttyhook_getc_inject()
122 ttyhook_getc_capture(struct tty *tp, const void *buf, size_t len) in ttyhook_getc_capture()
131 ttyhook_getc_poll(struct tty *tp) in ttyhook_getc_poll()
140 ttyhook_close(struct tty *tp) in ttyhook_close()
H A Dttydevsw.h84 ttydevsw_open(struct tty *tp) in ttydevsw_open()
94 ttydevsw_close(struct tty *tp) in ttydevsw_close()
104 ttydevsw_outwakeup(struct tty *tp) in ttydevsw_outwakeup()
118 ttydevsw_inwakeup(struct tty *tp) in ttydevsw_inwakeup()
132 ttydevsw_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) in ttydevsw_ioctl()
142 ttydevsw_cioctl(struct tty *tp, int unit, u_long cmd, caddr_t data, in ttydevsw_cioctl()
153 ttydevsw_param(struct tty *tp, struct termios *t) in ttydevsw_param()
162 ttydevsw_modem(struct tty *tp, int sigon, int sigoff) in ttydevsw_modem()
171 ttydevsw_mmap(struct tty *tp, vm_ooffset_t offset, vm_paddr_t *paddr, in ttydevsw_mmap()
181 ttydevsw_pktnotify(struct tty *tp, char event) in ttydevsw_pktnotify()
[all …]
H A Dttydisc.h55 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS) argument
72 ttydisc_read_poll(struct tty *tp) in ttydisc_read_poll()
81 ttydisc_write_poll(struct tty *tp) in ttydisc_write_poll()
H A Dtty.h171 #define tty_lock(tp) mtx_lock((tp)->t_mtx) argument
172 #define tty_unlock(tp) mtx_unlock((tp)->t_mtx) argument
173 #define tty_lock_owned(tp) mtx_owned((tp)->t_mtx) argument
174 #define tty_assert_locked(tp) mtx_assert((tp)->t_mtx, MA_OWNED) argument
175 #define tty_getlock(tp) ((tp)->t_mtx) argument
178 #define tty_lock_assert(tp, ma) mtx_assert((tp)->t_mtx, (ma)) argument
184 #define tty_makedev(tp, cred, fmt, ...) \ argument
186 #define tty_makealias(tp,fmt,...) \ argument
213 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED) argument
214 #define tty_gone(tp) ((tp)->t_flags & TF_GONE) argument
[all …]
/freebsd/contrib/ncurses/include/
H A Dterm_entry.h57 #define NUM_BOOLEANS(tp) (tp)->num_Booleans argument
58 #define NUM_NUMBERS(tp) (tp)->num_Numbers argument
59 #define NUM_STRINGS(tp) (tp)->num_Strings argument
60 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i] argument
68 #define NUM_EXT_NAMES(tp) (unsigned) ((tp)->ext_Booleans + (tp)->ext_Numbers + (tp)->ext_Strings) argument
70 #define for_each_boolean(n,tp) for(n = 0; n < NUM_BOOLEANS(tp); n++) argument
71 #define for_each_number(n,tp) for(n = 0; n < NUM_NUMBERS(tp); n++) argument
72 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++) argument
75 #define for_each_ext_boolean(n,tp) for(n = BOOLCOUNT; (int) n < (int) NUM_BOOLEANS(tp); n++) argument
76 #define for_each_ext_number(n,tp) for(n = NUMCOUNT; (int) n < (int) NUM_NUMBERS(tp); n++) argument
[all …]
/freebsd/contrib/lib9p/
H A Dthreadpool.c44 struct l9p_threadpool *tp; in l9p_responder() local
81 struct l9p_threadpool *tp; in l9p_worker() local
123 l9p_threadpool_rflush(struct l9p_threadpool *tp, struct l9p_request *req) in l9p_threadpool_rflush()
156 l9p_threadpool_init(struct l9p_threadpool *tp, int size) in l9p_threadpool_init()
235 l9p_threadpool_run(struct l9p_threadpool *tp, struct l9p_request *req) in l9p_threadpool_run()
264 struct l9p_threadpool *tp; in l9p_threadpool_tflush() local
401 l9p_threadpool_shutdown(struct l9p_threadpool *tp) in l9p_threadpool_shutdown()
/freebsd/sys/dev/uart/
H A Duart_tty.c164 uart_tty_open(struct tty *tp) in uart_tty_open()
178 uart_tty_close(struct tty *tp) in uart_tty_close()
198 uart_tty_outwakeup(struct tty *tp) in uart_tty_outwakeup()
223 uart_tty_inwakeup(struct tty *tp) in uart_tty_inwakeup()
240 uart_tty_ioctl(struct tty *tp, u_long cmd, caddr_t data, in uart_tty_ioctl()
260 uart_tty_param(struct tty *tp, struct termios *t) in uart_tty_param()
308 uart_tty_modem(struct tty *tp, int biton, int bitoff) in uart_tty_modem()
322 struct tty *tp; in uart_tty_intr() local
385 uart_tty_busy(struct tty *tp) in uart_tty_busy()
422 struct tty *tp; in uart_tty_attach() local
[all …]
/freebsd/sys/net/
H A Dif_tuntap.c155 #define TUN_LOCK(tp) mtx_lock(&(tp)->tun_mtx) argument
156 #define TUN_UNLOCK(tp) mtx_unlock(&(tp)->tun_mtx) argument
157 #define TUN_LOCK_ASSERT(tp) mtx_assert(&(tp)->tun_mtx, MA_OWNED); argument
343 tun_busy_locked(struct tuntap_softc *tp) in tun_busy_locked()
362 tun_unbusy_locked(struct tuntap_softc *tp) in tun_unbusy_locked()
375 tun_busy(struct tuntap_softc *tp) in tun_busy()
386 tun_unbusy(struct tuntap_softc *tp) in tun_unbusy()
537 struct tuntap_softc *tp = dev->si_drv1; in tun_clone_create() local
608 tun_destroy(struct tuntap_softc *tp) in tun_destroy()
645 struct tuntap_softc *tp = ifp->if_softc; in tun_clone_destroy() local
[all …]
/freebsd/usr.sbin/dumpcis/
H A Dreadcis.c124 struct tuple *tp; in freecis() local
195 struct tuple *tp; in read_tuples() local
250 struct tuple *tp, *last_tp = 0; in read_one_tuplelist() local
361 struct tuple *tp; in find_tuple_in_list() local
375 struct tuple_info *tp; in get_tuple_info() local
386 struct tuple_info *tp; in tuple_name() local
/freebsd/contrib/mandoc/
H A Dtbl_term.c165 term_tbl(struct termp *tp, const struct tbl_span *sp) in term_tbl()
570 tbl_hrule(struct termp *tp, const struct tbl_span *spp, in tbl_hrule()
715 tbl_data(struct termp *tp, const struct tbl_opts *opts, in tbl_data()
767 tbl_fill_string(struct termp *tp, const char *cp, size_t len) in tbl_fill_string()
777 tbl_fill_char(struct termp *tp, char c, size_t len) in tbl_fill_char()
787 tbl_fill_border(struct termp *tp, int c, size_t len) in tbl_fill_border()
799 tbl_direct_border(struct termp *tp, int c, size_t len) in tbl_direct_border()
812 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal()
857 tbl_number(struct termp *tp, const struct tbl_opts *opts, in tbl_number()
924 tbl_word(struct termp *tp, const struct tbl_dat *dp) in tbl_word()

12345678910>>...48