offset           1461 htags/asm.c    			int offset = (yy_c_buf_p) - (yytext_ptr);
offset           1497 htags/asm.c    					(yy_c_buf_p) = (yytext_ptr) + offset;
offset           1594 htags/c.c      			int offset = (yy_c_buf_p) - (yytext_ptr);
offset           1630 htags/c.c      					(yy_c_buf_p) = (yytext_ptr) + offset;
offset           1459 htags/cpp.c    			int offset = (yy_c_buf_p) - (yytext_ptr);
offset           1495 htags/cpp.c    					(yy_c_buf_p) = (yytext_ptr) + offset;
offset           1362 htags/java.c   			int offset = (yy_c_buf_p) - (yytext_ptr);
offset           1398 htags/java.c   					(yy_c_buf_p) = (yytext_ptr) + offset;
offset           1637 htags/php.c    			int offset = (yy_c_buf_p) - (yytext_ptr);
offset           1673 htags/php.c    					(yy_c_buf_p) = (yytext_ptr) + offset;
offset            382 libdb/bt_delete.c 	indx_t cnt, index, *ip, offset;
offset            436 libdb/bt_delete.c 			offset = pg->linp[index];
offset            438 libdb/bt_delete.c 				if (ip[0] < offset)
offset            441 libdb/bt_delete.c 				ip[0] = ip[1] < offset ? ip[1] + nksize : ip[1];
offset            476 libdb/bt_delete.c 	indx_t cnt, *ip, offset;
offset            503 libdb/bt_delete.c 	offset = h->linp[index];
offset            505 libdb/bt_delete.c 		if (ip[0] < offset)
offset            508 libdb/bt_delete.c 		ip[0] = ip[1] < offset ? ip[1] + nbytes : ip[1];
offset            152 libltdl/argz.c     size_t offset	= before - *pargz;
offset            160 libltdl/argz.c     before = argz + offset;
offset            165 libltdl/argz.c     memmove (before + entry_len, before, *pargz_len - offset);
offset            426 libltdl/loaders/dyld.c   unsigned long offset = sizeof(mach_header);
offset            434 libltdl/loaders/dyld.c       lc = (struct load_command*) (((unsigned long) mh) + offset);
offset            437 libltdl/loaders/dyld.c 	  result=(char*)(((dylib_command*) lc)->dylib.name.offset +
offset            440 libltdl/loaders/dyld.c       offset += lc->cmdsize;
offset            476 libltdl/loaders/dyld.c       unsigned long offset = sizeof(mach_header);
offset            482 libltdl/loaders/dyld.c 	  lc = (struct load_command*) (((unsigned long) mh) + offset);
offset            485 libltdl/loaders/dyld.c 	      unsigned long base = ((dylib_command *) lc)->dylib.name.offset;
offset            506 libltdl/loaders/dyld.c 	  offset += lc->cmdsize;
offset            128 libparser/asm_parse.c #define GET_SYM(offset) (assert((offset) < strbuf_getlen(asm_symtable)),\
offset            129 libparser/asm_parse.c 			 &strbuf_value(asm_symtable)[offset])
offset             51 libparser/asm_parse.y #define GET_SYM(offset) (assert((offset) < strbuf_getlen(asm_symtable)),\
offset             52 libparser/asm_parse.y 			 &strbuf_value(asm_symtable)[offset])
offset           1689 libparser/asm_scan.c 			int offset = (yy_c_buf_p) - (yytext_ptr);
offset           1725 libparser/asm_scan.c 					(yy_c_buf_p) = (yytext_ptr) + offset;
offset           1743 libparser/php.c 			int offset = (yy_c_buf_p) - (yytext_ptr);
offset           1779 libparser/php.c 					(yy_c_buf_p) = (yytext_ptr) + offset;
offset             68 libutil/linetable.c 	int lineno, offset;
offset             77 libutil/linetable.c 	offset = 0;
offset             78 libutil/linetable.c 	for (offset = 0;
offset             79 libutil/linetable.c 		(strbuf_fgets(ib, ip, STRBUF_APPEND), offset != strbuf_getlen(ib));
offset             80 libutil/linetable.c 		offset = strbuf_getlen(ib))
offset             82 libutil/linetable.c 		linetable_put(offset, lineno++);
offset             86 libutil/linetable.c 	filesize = offset;
offset            121 libutil/linetable.c linetable_put(int offset, int lineno)
offset            128 libutil/linetable.c 	*entry = offset;
offset            139 libutil/linetable.c linetable_get(int lineno, int *offset)
offset            146 libutil/linetable.c 	if (offset)
offset            147 libutil/linetable.c 		*offset = addr;