Home
last modified time | relevance | path

Searched refs:ab_next (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/uemacs/uemacs-4.0/src/
H A Dabbrev.c184 cur_node = cur_node->ab_next;
214 cur_node = cur_node->ab_next;
314 new_node->ab_next = NULL;
322 new_node->ab_next = ab_head;
334 new_node->ab_next = cur_node->ab_next;
345 new_node->ab_next = NULL;
372 cur_node=cur_node->ab_next;
400 ab_head=cur_node->ab_next;
406 previous->ab_next=NULL;
413 cur_node = cur_node->ab_next;
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpyarena.c32 struct _block *ab_next; member
85 b->ab_next = NULL; in block_new()
94 block *next = b->ab_next; in block_free()
116 assert(!b->ab_next); in block_alloc()
117 b->ab_next = newbl; in block_alloc()
190 if (arena->a_cur->ab_next) { in PyArena_Malloc()
191 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpyarena.c32 struct _block *ab_next; member
85 b->ab_next = NULL; in block_new()
94 block *next = b->ab_next; in block_free()
116 assert(!b->ab_next); in block_alloc()
117 b->ab_next = newbl; in block_alloc()
190 if (arena->a_cur->ab_next) { in PyArena_Malloc()
191 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dpyarena.c32 struct _block *ab_next; member
85 b->ab_next = NULL; in block_new()
94 block *next = b->ab_next; in block_free()
116 assert(!b->ab_next); in block_alloc()
117 b->ab_next = newbl; in block_alloc()
190 if (arena->a_cur->ab_next) { in PyArena_Malloc()
191 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dpyarena.c35 struct _block *ab_next; member
88 b->ab_next = NULL; in block_new()
97 block *next = b->ab_next; in block_free()
119 assert(!b->ab_next); in block_alloc()
120 b->ab_next = newbl; in block_alloc()
193 if (arena->a_cur->ab_next) { in PyArena_Malloc()
194 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dpyarena.c33 struct _block *ab_next; member
86 b->ab_next = NULL; in block_new()
95 block *next = b->ab_next; in block_free()
117 assert(!b->ab_next); in block_alloc()
118 b->ab_next = newbl; in block_alloc()
191 if (arena->a_cur->ab_next) { in _PyArena_Malloc()
192 arena->a_cur = arena->a_cur->ab_next; in _PyArena_Malloc()
/dports/lang/python27/Python-2.7.18/Python/
H A Dpyarena.c35 struct _block *ab_next; member
88 b->ab_next = NULL; in block_new()
97 block *next = b->ab_next; in block_free()
119 assert(!b->ab_next); in block_alloc()
120 b->ab_next = newbl; in block_alloc()
193 if (arena->a_cur->ab_next) { in PyArena_Malloc()
194 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/lang/python38/Python-3.8.12/Python/
H A Dpyarena.c32 struct _block *ab_next; member
85 b->ab_next = NULL; in block_new()
94 block *next = b->ab_next; in block_free()
116 assert(!b->ab_next); in block_alloc()
117 b->ab_next = newbl; in block_alloc()
190 if (arena->a_cur->ab_next) { in PyArena_Malloc()
191 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/lang/python39/Python-3.9.9/Python/
H A Dpyarena.c32 struct _block *ab_next; member
85 b->ab_next = NULL; in block_new()
94 block *next = b->ab_next; in block_free()
116 assert(!b->ab_next); in block_alloc()
117 b->ab_next = newbl; in block_alloc()
190 if (arena->a_cur->ab_next) { in PyArena_Malloc()
191 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/lang/python310/Python-3.10.1/Python/
H A Dpyarena.c33 struct _block *ab_next; member
86 b->ab_next = NULL; in block_new()
95 block *next = b->ab_next; in block_free()
117 assert(!b->ab_next); in block_alloc()
118 b->ab_next = newbl; in block_alloc()
191 if (arena->a_cur->ab_next) { in _PyArena_Malloc()
192 arena->a_cur = arena->a_cur->ab_next; in _PyArena_Malloc()
/dports/lang/python37/Python-3.7.12/Python/
H A Dpyarena.c32 struct _block *ab_next; member
85 b->ab_next = NULL; in block_new()
94 block *next = b->ab_next; in block_free()
116 assert(!b->ab_next); in block_alloc()
117 b->ab_next = newbl; in block_alloc()
190 if (arena->a_cur->ab_next) { in PyArena_Malloc()
191 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dpyarena.c32 struct _block *ab_next; member
85 b->ab_next = NULL; in block_new()
94 block *next = b->ab_next; in block_free()
116 assert(!b->ab_next); in block_alloc()
117 b->ab_next = newbl; in block_alloc()
190 if (arena->a_cur->ab_next) { in PyArena_Malloc()
191 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpyarena.c35 struct _block *ab_next; member
88 b->ab_next = NULL; in block_new()
97 block *next = b->ab_next; in block_free()
119 assert(!b->ab_next); in block_alloc()
120 b->ab_next = newbl; in block_alloc()
200 if (arena->a_cur->ab_next) { in PyArena_Malloc()
201 arena->a_cur = arena->a_cur->ab_next; in PyArena_Malloc()
/dports/devel/libukcprog/libukcprog-1.0.2/src/
H A Dalloc.c74 #define ab_next u.a.abu_next macro
152 next = ab->ab_next;
157 ab->ab_next = ap->ap_freelist;
196 next = ab->ab_next;
217 ab->ab_next = ap->ap_ablock;
239 ap->ap_freelist = ap->ap_freelist->ab_next;
240 ab->ab_next = ap->ap_ablock;
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dabbrev.c159 abent_t *ab_next; /* next entry in list */ member
288 np = np->ab_next;
296 np->ab_next = ap->at_ent;
299 np->ab_next = lp->ab_next;
300 lp->ab_next = np;
313 new->ab_next = AB_NULL; in _ab_newnode()
410 _ab_dump(np->ab_next, f, aflags);
475 ok = _ab_match(np->ab_next, f, aflags, pattern, aux, alt, state);
513 np = np->ab_next; /* remember next ptr now */
971 _ab_deleteall(np->ab_next, tab, aflags);
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dabbrev.c159 abent_t *ab_next; /* next entry in list */ member
288 np = np->ab_next;
296 np->ab_next = ap->at_ent;
299 np->ab_next = lp->ab_next;
300 lp->ab_next = np;
313 new->ab_next = AB_NULL; in _ab_newnode()
410 _ab_dump(np->ab_next, f, aflags);
475 ok = _ab_match(np->ab_next, f, aflags, pattern, aux, alt, state);
513 np = np->ab_next; /* remember next ptr now */
971 _ab_deleteall(np->ab_next, tab, aflags);
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dabbrev.c159 abent_t *ab_next; /* next entry in list */ member
288 np = np->ab_next;
296 np->ab_next = ap->at_ent;
299 np->ab_next = lp->ab_next;
300 lp->ab_next = np;
313 new->ab_next = AB_NULL; in _ab_newnode()
410 _ab_dump(np->ab_next, f, aflags);
475 ok = _ab_match(np->ab_next, f, aflags, pattern, aux, alt, state);
513 np = np->ab_next; /* remember next ptr now */
971 _ab_deleteall(np->ab_next, tab, aflags);
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dabbrev.c159 abent_t *ab_next; /* next entry in list */ member
288 np = np->ab_next;
296 np->ab_next = ap->at_ent;
299 np->ab_next = lp->ab_next;
300 lp->ab_next = np;
313 new->ab_next = AB_NULL; in _ab_newnode()
410 _ab_dump(np->ab_next, f, aflags);
475 ok = _ab_match(np->ab_next, f, aflags, pattern, aux, alt, state);
513 np = np->ab_next; /* remember next ptr now */
971 _ab_deleteall(np->ab_next, tab, aflags);
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dabbrev.c159 abent_t *ab_next; /* next entry in list */ member
288 np = np->ab_next;
296 np->ab_next = ap->at_ent;
299 np->ab_next = lp->ab_next;
300 lp->ab_next = np;
313 new->ab_next = AB_NULL; in _ab_newnode()
410 _ab_dump(np->ab_next, f, aflags);
475 ok = _ab_match(np->ab_next, f, aflags, pattern, aux, alt, state);
513 np = np->ab_next; /* remember next ptr now */
971 _ab_deleteall(np->ab_next, tab, aflags);
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dabbrev.c159 abent_t *ab_next; /* next entry in list */ member
288 np = np->ab_next;
296 np->ab_next = ap->at_ent;
299 np->ab_next = lp->ab_next;
300 lp->ab_next = np;
313 new->ab_next = AB_NULL; in _ab_newnode()
410 _ab_dump(np->ab_next, f, aflags);
475 ok = _ab_match(np->ab_next, f, aflags, pattern, aux, alt, state);
513 np = np->ab_next; /* remember next ptr now */
971 _ab_deleteall(np->ab_next, tab, aflags);
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dabbrev.c159 abent_t *ab_next; /* next entry in list */ member
288 np = np->ab_next;
296 np->ab_next = ap->at_ent;
299 np->ab_next = lp->ab_next;
300 lp->ab_next = np;
313 new->ab_next = AB_NULL; in _ab_newnode()
410 _ab_dump(np->ab_next, f, aflags);
475 ok = _ab_match(np->ab_next, f, aflags, pattern, aux, alt, state);
513 np = np->ab_next; /* remember next ptr now */
971 _ab_deleteall(np->ab_next, tab, aflags);
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dabbrev.c159 abent_t *ab_next; /* next entry in list */ member
288 np = np->ab_next;
296 np->ab_next = ap->at_ent;
299 np->ab_next = lp->ab_next;
300 lp->ab_next = np;
313 new->ab_next = AB_NULL; in _ab_newnode()
410 _ab_dump(np->ab_next, f, aflags);
475 ok = _ab_match(np->ab_next, f, aflags, pattern, aux, alt, state);
513 np = np->ab_next; /* remember next ptr now */
971 _ab_deleteall(np->ab_next, tab, aflags);
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dabbrev.c159 abent_t *ab_next; /* next entry in list */ member
288 np = np->ab_next;
296 np->ab_next = ap->at_ent;
299 np->ab_next = lp->ab_next;
300 lp->ab_next = np;
313 new->ab_next = AB_NULL; in _ab_newnode()
410 _ab_dump(np->ab_next, f, aflags);
475 ok = _ab_match(np->ab_next, f, aflags, pattern, aux, alt, state);
513 np = np->ab_next; /* remember next ptr now */
971 _ab_deleteall(np->ab_next, tab, aflags);
/dports/editors/uemacs/uemacs-4.0/freebsd/
H A Destruct.h1136 struct ABBREV *ab_next; /* pointer to the next abbreviation */ member
/dports/editors/uemacs/uemacs-4.0/h/
H A Destruct.h1136 struct ABBREV *ab_next; /* pointer to the next abbreviation */ member

12