Home
last modified time | relevance | path

Searched refs:stackentry (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dsymbol.c376 struct stackentry *
384 new = (struct stackentry *) my_malloc (sizeof (struct stackentry)); in push()
406 struct stackentry *
413 struct stackentry *s; in pop()
511 struct stackentry *s; in pushname()
602 struct stackentry *p; in pushdbl()
614 struct stackentry *p; in pushdblsym()
759 struct stackentry *s; in pusharrayref()
780 struct stackentry *s; in require()
867 struct stackentry *d; in dblbin()
[all …]
H A Dflow.c55 struct stackentry *s; in check_return_value()
96 struct stackentry *keep, *kept; in reorder_stack_after_call()
132 reorder_stack_before_call (struct stackentry *ret) /* reorganize stack before function call */ in reorder_stack_before_call()
134 struct stackentry *a, *b, *c; in reorder_stack_before_call()
135 struct stackentry *top, *bot; in reorder_stack_before_call()
136 struct stackentry *ttop, *bbot; in reorder_stack_before_call()
182 struct stackentry *address; in myreturn()
325 struct stackentry *st = stackhead; in dump_sub()
480 struct stackentry *ret; in jump()
711 struct stackentry *popped; in pop_multi()
[all …]
H A Dyabasic.h210 extern struct stackentry *stackroot; /* first element of stack */
211 extern struct stackentry *stackhead; /* last element of stack; actually stackhead->prev is the last…
415 struct stackentry { struct
418 struct stackentry *next; argument
419 struct stackentry *prev; argument
672 struct stackentry *push (void);
673 struct stackentry *pop (int);
716 void reorder_stack_before_call (struct stackentry *);
H A Dfunction.c59 struct stackentry *s; in token()
156 struct stackentry *t; in tokenalt()
210 struct stackentry *stack; in glob()
271 struct stackentry *c; in concat()
303 struct stackentry *a1; in changestring()
1503 struct stackentry *stack; in poke()
1912 struct stackentry *read; in readdata()
1977 struct stackentry *result; in dblrelop()
2041 struct stackentry *result; in strrelop()
2114 struct stackentry *result; in logical_shortcut()
[all …]
/dports/lang/python37/Python-3.7.12/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/lang/python27/Python-2.7.18/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/lang/python-legacy/Python-2.7.18/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast27/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast3/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/databases/py-gdbm/Python-3.8.12/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/databases/py-sqlite3/Python-3.8.12/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/lang/python-tools/Python-3.8.12/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/lang/python39/Python-3.9.9/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/lang/python38/Python-3.8.12/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Parser/
H A Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/dports/databases/py-gdbm/Python-3.8.12/Lib/lib2to3/pgen2/
H A Dparse.py111 stackentry = (self.grammar.dfas[start], 0, newnode)
112 self.stack = [stackentry]
/dports/lang/python-legacy/Python-2.7.18/Lib/lib2to3/pgen2/
H A Dparse.py108 stackentry = (self.grammar.dfas[start], 0, newnode)
109 self.stack = [stackentry]
/dports/lang/python37/Python-3.7.12/Lib/lib2to3/pgen2/
H A Dparse.py108 stackentry = (self.grammar.dfas[start], 0, newnode)
109 self.stack = [stackentry]
/dports/lang/python38/Python-3.8.12/Lib/lib2to3/pgen2/
H A Dparse.py111 stackentry = (self.grammar.dfas[start], 0, newnode)
112 self.stack = [stackentry]
/dports/lang/python-tools/Python-3.8.12/Lib/lib2to3/pgen2/
H A Dparse.py111 stackentry = (self.grammar.dfas[start], 0, newnode)
112 self.stack = [stackentry]
/dports/lang/python27/Python-2.7.18/Lib/lib2to3/pgen2/
H A Dparse.py108 stackentry = (self.grammar.dfas[start], 0, newnode)
109 self.stack = [stackentry]
/dports/lang/python39/Python-3.9.9/Lib/lib2to3/pgen2/
H A Dparse.py111 stackentry = (self.grammar.dfas[start], 0, newnode)
112 self.stack = [stackentry]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/
H A Dparse.py108 stackentry = (self.grammar.dfas[start], 0, newnode)
109 self.stack = [stackentry]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/lib2to3/pgen2/
H A Dparse.py111 stackentry = (self.grammar.dfas[start], 0, newnode)
112 self.stack = [stackentry]

1234