Searched refs:osp (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/tcpdump/
H A Dprint-mobile.c68 u_char osp =0; /* old source address present */ local
80 osp=1;
83 if (osp) {
94 if (mob_in_cksum((u_short *)mob, osp ? 12 : 8)!=0) {
/openbsd-current/games/gomoku/
H A Dmakemove.c56 struct spotstr *osp; local
79 osp = sp;
82 fsp = osp;
200 update_overlap(osp);
206 * fix up the overlap array due to updating spot osp.
209 update_overlap(struct spotstr *osp) argument
219 sp1 = osp;
277 /* the other directions can only intersect at spot osp */
281 sp = osp;
H A Dpickmove.c398 * Compute all level 2 combos of frames intersecting spot 'osp'
402 makecombo2(struct combostr *ocbp, struct spotstr *osp, int off, int s) argument
428 fsp = osp;
479 ncbp->c_vertex = osp - board;
628 * Compute all level N combos of frames intersecting spot 'osp'
632 makecombo(struct combostr *ocbp, struct spotstr *osp, int off, int s) argument
648 for (ep = osp->s_empty; ep; ep = ep->e_next) {
651 verts = checkframes(cbp, ocbp, osp, s, vertices);
713 ncbp->c_vertex = osp - board;
1051 * in 'vertices[]' beside the known intersection at spot 'osp'
1056 checkframes(struct combostr *cbp, struct combostr *fcbp, struct spotstr *osp, int s, struct ovlp_info *vertices) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c477 struct other_sections *osp ;
479 osp = &addrs->other[i] ;
480 if (osp->addr == 0)
486 (objfile->section_offsets)->offsets[osp->sectindex] = osp->addr;
476 struct other_sections *osp ; local

Completed in 87 milliseconds