OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readstack
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/dc/
bcode.c
51
struct source *
readstack
;
member in struct:bmachine
256
bmachine.
readstack
= calloc(sizeof(struct source),
258
if (bmachine.
readstack
== NULL)
275
bmachine.
readstack
[0] = *src;
281
struct source *src = &bmachine.
readstack
[bmachine.readsp];
289
struct source *src = &bmachine.
readstack
[bmachine.readsp];
297
struct source *src = &bmachine.
readstack
[bmachine.readsp];
305
struct source *src = &bmachine.
readstack
[bmachine.readsp];
942
push_string(read_string(&bmachine.
readstack
[bmachine.readsp]));
1634
free(read_string(&bmachine.
readstack
[bmachine.readsp]))
[
all
...]
bcode.c
51
struct source *
readstack
;
member in struct:bmachine
256
bmachine.
readstack
= calloc(sizeof(struct source),
258
if (bmachine.
readstack
== NULL)
275
bmachine.
readstack
[0] = *src;
281
struct source *src = &bmachine.
readstack
[bmachine.readsp];
289
struct source *src = &bmachine.
readstack
[bmachine.readsp];
297
struct source *src = &bmachine.
readstack
[bmachine.readsp];
305
struct source *src = &bmachine.
readstack
[bmachine.readsp];
942
push_string(read_string(&bmachine.
readstack
[bmachine.readsp]));
1634
free(read_string(&bmachine.
readstack
[bmachine.readsp]))
[
all
...]
Completed in 98 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025