code_ptr         1713 net/if_strip.c 	(*code_ptr = (X) ^ Stuff_Magic, code = Stuff_NoCode)
code_ptr         1719 net/if_strip.c 	u_char *code_ptr = *code_ptr_ptr;
code_ptr         1724 net/if_strip.c 	if (code_ptr) {	/* Recover state from last call, if applicable */
code_ptr         1725 net/if_strip.c 		code  = (*code_ptr ^ Stuff_Magic) & Stuff_CodeMask;
code_ptr         1726 net/if_strip.c 		count = (*code_ptr ^ Stuff_Magic) & Stuff_CountMask;
code_ptr         1735 net/if_strip.c 		  	code_ptr = dest++;	/* Record where we're going to put this code */
code_ptr         1767 net/if_strip.c 			if ((*src ^ Stuff_Magic) == code_ptr[1]) {
code_ptr         1792 net/if_strip.c 				code_ptr = dest-2;
code_ptr         1812 net/if_strip.c 		*code_ptr_ptr = code_ptr;