/dports/www/uwsgi/uwsgi-2.0.20/plugins/python/ |
H A D | tracebacker.c | 153 PyObject *st_lineno = PyObject_GetAttrString(st_items, "lineno"); in uwsgi_python_tracebacker_thread() local 154 if (!st_lineno) {Py_DECREF(st_items); goto next;} in uwsgi_python_tracebacker_thread() 162 PyObject *st_lineno = PyTuple_GetItem(st_items, 1); in uwsgi_python_tracebacker_thread() 163 if (!st_lineno) {Py_DECREF(st_items); goto next;} in uwsgi_python_tracebacker_thread() 201 iov[5].iov_base = uwsgi_num2str(PyInt_AsLong(st_lineno)); in uwsgi_python_tracebacker_thread()
|
/dports/lang/mono/mono-5.10.1.57/mcs/jay/ |
H A D | error.c | 104 syntax_error(st_lineno, st_line, st_cptr) in syntax_error() argument 105 int st_lineno; in syntax_error() 110 myname, st_lineno, input_file_name);
|
H A D | reader.c | 168 int st_lineno = lineno; in skip_comment() local 185 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
|
/dports/lang/ocaml/ocaml-4.05.0/yacc/ |
H A D | error.c | 76 void syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() argument 79 virtual_input_file_name, st_lineno); in syntax_error()
|
H A D | defs.h | 346 extern void syntax_error (int st_lineno, char *st_line, char *st_cptr) Noreturn, terminal_lhs (int …
|
H A D | reader.c | 139 int st_lineno = lineno; in skip_comment() local 156 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
|
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/ |
H A D | error.c | 76 void syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() argument 79 virtual_input_file_name, st_lineno); in syntax_error()
|
H A D | defs.h | 346 extern void syntax_error (int st_lineno, char *st_line, char *st_cptr) Noreturn, terminal_lhs (int …
|
H A D | reader.c | 139 int st_lineno = lineno; in skip_comment() local 156 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
|
/dports/devel/byaccj/byaccj1.15/src/ |
H A D | error.c | 61 void syntax_error(int st_lineno,char *st_line,char *st_cptr) in syntax_error() argument 64 myname, st_lineno, input_file_name); in syntax_error()
|
H A D | defs.h | 347 void syntax_error(int st_lineno,char *st_line,char *st_cptr);
|
H A D | reader.c | 122 int st_lineno = lineno; in skip_comment() local 139 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
|
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlyac/ |
H A D | error.c | 60 void syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() argument 63 myname, st_lineno, input_file_name); in syntax_error()
|
H A D | defs.h | 359 extern void syntax_error(int st_lineno, char *st_line, char *st_cptr);
|
H A D | reader.c | 128 int st_lineno = lineno; in skip_comment() local 145 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()
|
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/ |
H A D | error.c | 75 syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() argument 78 myname, st_lineno, input_file_name); in syntax_error()
|
H A D | defs.h | 463 extern void syntax_error(int st_lineno, char *st_line, char *st_cptr) GCC_NORETURN;
|
H A D | reader.c | 818 int st_lineno = lineno; in copy_param() local 836 st_lineno = lineno; in copy_param() 854 lineno = st_lineno; in copy_param() 906 lineno = st_lineno; in copy_param()
|
/dports/devel/cscout/cscout-bd7dfac/btyacc/ |
H A D | reader.c | 243 int st_lineno = input_file->lineno; in skip_comment() local 251 unterminated_comment(st_lineno, st_line, st_cptr); } in skip_comment()
|