Home
last modified time | relevance | path

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

/dports/x11-toolkits/open-motif/motif-2.3.8/tools/wml/
H A Dwmlutils.c258 int newndx; /* new entry index */ local
299 newndx = midndx;
301 newndx = midndx + 1;
302 for ( ndx=listptr->cnt-1 ; ndx>=newndx ; ndx-- )
308 listptr->hvec[newndx].objptr = obj;
341 int newndx; /* new entry index */ local
374 newndx = midndx;
376 newndx = midndx + 1;
377 for ( ndx=listptr->cnt-1 ; ndx>=newndx ; ndx-- )
382 listptr->hvec[newndx].objname = wmlAllocateString (name);
[all …]
/dports/textproc/modlogan/modlogan-0.8.13/src/
H A Dmhash.c251 int newndx;
259 newndx = mhash_calc(nh, key);
262 if (mlist_insert_sorted(nh->data[newndx]->list, data) == 1) {
263 nh->data[newndx]->size++;
/dports/devel/bsdelf/elftoolchain-0.7.1/elfcopy/
H A Dsections.c345 uint64_t oldndx, newndx; in create_scn() local
439 oldndx = newndx = SHN_UNDEF; in create_scn()
456 if ((newndx = elf_ndxscn(s->os)) == SHN_UNDEF) in create_scn()
463 if (oldndx != SHN_UNDEF && newndx != SHN_UNDEF) in create_scn()
464 ecp->secndx[oldndx] = newndx; in create_scn()
/dports/devel/elftoolchain/elftoolchain-0.7.1/elfcopy/
H A Dsections.c345 uint64_t oldndx, newndx; in create_scn() local
439 oldndx = newndx = SHN_UNDEF; in create_scn()
456 if ((newndx = elf_ndxscn(s->os)) == SHN_UNDEF) in create_scn()
463 if (oldndx != SHN_UNDEF && newndx != SHN_UNDEF) in create_scn()
464 ecp->secndx[oldndx] = newndx; in create_scn()
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/
H A Detags.c2926 #define current_lb_is_new (newndx == curndx)
2930 #define newlb (lbs[newndx].lb)
2932 #define newlinepos (lbs[newndx].linepos)
2944 newndx = curndx; \
2992 int curndx, newndx; /* indices for current and new lb */ in C_entries() local
3019 curndx = newndx = 0; in C_entries()
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/
H A Detags.c2926 #define current_lb_is_new (newndx == curndx)
2930 #define newlb (lbs[newndx].lb)
2932 #define newlinepos (lbs[newndx].linepos)
2944 newndx = curndx; \
2992 int curndx, newndx; /* indices for current and new lb */ in C_entries() local
3019 curndx = newndx = 0; in C_entries()
/dports/editors/emacs/emacs-27.2/lib-src/
H A Detags.c3245 #define current_lb_is_new (newndx == curndx)
3249 #define newlb (lbs[newndx].lb)
3251 #define newlinepos (lbs[newndx].linepos)
3263 newndx = curndx; \
3316 bool curndx, newndx; /* indices for current and new lb */ in C_entries() local
3343 curndx = newndx = 0; in C_entries()
/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A Detags.c3275 #define current_lb_is_new (newndx == curndx)
3279 #define newlb (lbs[newndx].lb)
3281 #define newlinepos (lbs[newndx].linepos)
3293 newndx = curndx; \
3346 bool curndx, newndx; /* indices for current and new lb */ in C_entries() local
3373 curndx = newndx = 0; in C_entries()