Home
last modified time | relevance | path

Searched refs:lastrepeat (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/net/ax25/
H A Dax25_addr.c142 if (digi1->lastrepeat != digi2->lastrepeat) in ax25digicmp()
185 digi->lastrepeat = -1; in ax25_addr_parse()
199 digi->lastrepeat = d; in ax25_addr_parse()
289 out->lastrepeat = in->ndigi - in->lastrepeat - 2; in ax25_digi_invert()
295 if (ct <= out->lastrepeat) { in ax25_digi_invert()
H A Dax25_in.c212 if (dp.lastrepeat + 1 < dp.ndigi) /* Not yet digipeated completely */ in ax25_rcv()
213 next_digi = &dp.calls[dp.lastrepeat + 1]; in ax25_rcv()
221 if (ax25cmp(&dest, dev_addr) == 0 && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
225 if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
229 if ((*skb->data & ~0x10) == AX25_UI && dp.lastrepeat + 1 == dp.ndigi) { in ax25_rcv()
335 if (dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
H A Dax25_route.c96 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
125 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
H A Daf_ax25.c1205 digi->lastrepeat = -1; in ax25_connect()
1211 digi->lastrepeat = ct; in ax25_connect()
1530 dtmp.lastrepeat = 0; in ax25_sendmsg()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ax25/
H A Dax25_addr.c142 if (digi1->lastrepeat != digi2->lastrepeat) in ax25digicmp()
185 digi->lastrepeat = -1; in ax25_addr_parse()
199 digi->lastrepeat = d; in ax25_addr_parse()
289 out->lastrepeat = in->ndigi - in->lastrepeat - 2; in ax25_digi_invert()
295 if (ct <= out->lastrepeat) { in ax25_digi_invert()
H A Dax25_in.c212 if (dp.lastrepeat + 1 < dp.ndigi) /* Not yet digipeated completely */ in ax25_rcv()
213 next_digi = &dp.calls[dp.lastrepeat + 1]; in ax25_rcv()
221 if (ax25cmp(&dest, dev_addr) == 0 && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
225 if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
229 if ((*skb->data & ~0x10) == AX25_UI && dp.lastrepeat + 1 == dp.ndigi) { in ax25_rcv()
335 if (dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
H A Dax25_route.c96 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
125 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
H A Daf_ax25.c1205 digi->lastrepeat = -1; in ax25_connect()
1211 digi->lastrepeat = ct; in ax25_connect()
1530 dtmp.lastrepeat = 0; in ax25_sendmsg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ax25/
H A Dax25_addr.c142 if (digi1->lastrepeat != digi2->lastrepeat) in ax25digicmp()
185 digi->lastrepeat = -1; in ax25_addr_parse()
199 digi->lastrepeat = d; in ax25_addr_parse()
289 out->lastrepeat = in->ndigi - in->lastrepeat - 2; in ax25_digi_invert()
295 if (ct <= out->lastrepeat) { in ax25_digi_invert()
H A Dax25_in.c212 if (dp.lastrepeat + 1 < dp.ndigi) /* Not yet digipeated completely */ in ax25_rcv()
213 next_digi = &dp.calls[dp.lastrepeat + 1]; in ax25_rcv()
221 if (ax25cmp(&dest, dev_addr) == 0 && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
225 if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
229 if ((*skb->data & ~0x10) == AX25_UI && dp.lastrepeat + 1 == dp.ndigi) { in ax25_rcv()
335 if (dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
H A Dax25_route.c96 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
125 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
H A Daf_ax25.c1205 digi->lastrepeat = -1; in ax25_connect()
1211 digi->lastrepeat = ct; in ax25_connect()
1530 dtmp.lastrepeat = 0; in ax25_sendmsg()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ie/
H A Dvi.c129 #define lastrepeat editb.e_mode /* last repeat count for motion cmds */ macro
409 lastrepeat = 1;
774 lastrepeat = repeat; in cntlmode()
777 lastrepeat = repeat; in cntlmode()
794 repeat = lastrepeat; in cntlmode()
813 lastrepeat = repeat; in cntlmode()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ie/
H A Dvi.c129 #define lastrepeat editb.e_mode /* last repeat count for motion cmds */ macro
409 lastrepeat = 1;
774 lastrepeat = repeat; in cntlmode()
777 lastrepeat = repeat; in cntlmode()
794 repeat = lastrepeat; in cntlmode()
813 lastrepeat = repeat; in cntlmode()
/dports/shells/ksh93/ast-93u/src/cmd/ie/
H A Dvi.c129 #define lastrepeat editb.e_mode /* last repeat count for motion cmds */ macro
409 lastrepeat = 1;
774 lastrepeat = repeat; in cntlmode()
777 lastrepeat = repeat; in cntlmode()
794 repeat = lastrepeat; in cntlmode()
813 lastrepeat = repeat; in cntlmode()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/edit/
H A Dvi.c85 int lastrepeat; // last repeat count for motion cmds member
223 vp->lastrepeat = 1; in ed_viread()
376 if (c == '.') vp->lastrepeat = vp->repeat; in cntlmode()
389 vp->repeat = vp->lastrepeat; in cntlmode()
403 vp->lastrepeat = vp->repeat; in cntlmode()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/edit/
H A Dvi.c119 int lastrepeat; /* last repeat count for motion cmds */ member
395 vp->lastrepeat = 1; in ed_viread()
757 vp->lastrepeat = vp->repeat; in cntlmode()
774 vp->repeat = vp->lastrepeat; in cntlmode()
793 vp->lastrepeat = vp->repeat; in cntlmode()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/edit/
H A Dvi.c119 int lastrepeat; /* last repeat count for motion cmds */ member
395 vp->lastrepeat = 1; in ed_viread()
757 vp->lastrepeat = vp->repeat; in cntlmode()
774 vp->repeat = vp->lastrepeat; in cntlmode()
793 vp->lastrepeat = vp->repeat; in cntlmode()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/edit/
H A Dvi.c119 int lastrepeat; /* last repeat count for motion cmds */ member
395 vp->lastrepeat = 1; in ed_viread()
757 vp->lastrepeat = vp->repeat; in cntlmode()
774 vp->repeat = vp->lastrepeat; in cntlmode()
793 vp->lastrepeat = vp->repeat; in cntlmode()
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dax25.h185 signed char lastrepeat; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dax25.h185 signed char lastrepeat; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dax25.h185 signed char lastrepeat; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netrom/
H A Dnr_route.c623 digi->lastrepeat = -1; in nr_call_to_digi()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netrom/
H A Dnr_route.c623 digi->lastrepeat = -1; in nr_call_to_digi()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netrom/
H A Dnr_route.c623 digi->lastrepeat = -1; in nr_call_to_digi()

12