Home
last modified time | relevance | path

Searched refs:globptr (Results 1 – 8 of 8) sorted by relevance

/dports/games/powwow/powwow-1.2.17/
H A Dmain.h77 extern ptr globptr[];
79 … if (globptrok & 1) globptrok &= ~1, pbuf = globptr; else if (globptrok & 2) globptrok &= ~2, pbuf…
80 #define DROP_PTR(pbuf) do { if (*pbuf == *globptr) globptrok |= 1; else if (*pbuf == *(globptr
H A Dmain.c179 ptr globptr[2]; /* global ptr buffer */ variable
315 && (globptr[0] = ptrnew(PARAMLEN)) in __P2()
316 && (globptr[1] = ptrnew(PARAMLEN)) in __P2()
/dports/sysutils/clean/clean-3.4/
H A Dparse_rc.c279 struct globtype *globptr; in add_glob() local
284 globptr = (struct globtype *)malloc((sizeof (struct globtype)) + strlen(word)); in add_glob()
285 if (globptr == NULL) in add_glob()
288 strcpy(globptr->glob, word); in add_glob()
290 globptr->next = globlist; in add_glob()
292 globlist = globptr; in add_glob()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/sanakirja-1.2.11/src/environment/
H A Dmod.rs452 let globptr = ptr as *mut GlobalHeader; in set_crc() localVariable
453 (&mut *globptr).crc = h.finalize().to_le(); in set_crc()
454 debug!("SETTING CRC {:?}", (&*globptr).crc); in set_crc()
636 let globptr = p as *mut GlobalHeader; in check_crc() localVariable
637 let crc = u32::from_le((&*globptr).crc); in check_crc()
H A Dmuttxn.rs282 let globptr = in commit() localVariable
285 globptr.length = self.length.to_le(); in commit()
288 globptr.free_db = free_db.db.to_le(); in commit()
292 globptr.rc_db = rc_db.db.to_le(); in commit()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dexpand.c73 #define globptr() ((struct glob*)membase) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dexpand.c73 #define globptr() ((struct glob*)membase) macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dexpand.c72 #define globptr() ((struct glob*)membase) macro