Home
last modified time | relevance | path

Searched refs:ignore_end (Results 1 – 25 of 47) sorted by relevance

12

/dports/textproc/filepp/filepp-1.8.0/modules/foreach/
H A Dforeach.pm57 my $ignore_end = 0;
123 $ignore_end = 0;
130 $ignore_end = 1;
/dports/textproc/filepp/filepp-1.8.0/modules/for/
H A Dfor.pm55 my $ignore_end = 0;
103 $ignore_end = 0;
110 $ignore_end = 1;
/dports/games/gtkevemon/gtkevemon-ac2ca34/src/bits/
H A Dupdater.cc217 std::string ignore_end = "</"; in is_same_file() local
233 if (ignore_bytes && ignore_end[ignore_end_pos] == file_contents[i]) in is_same_file()
237 if (ignore_end_pos == ignore_end.size()) in is_same_file()
/dports/emulators/citra/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_fuzzer.cpp75 state.decoder.ignore_end = 1; in LLVMFuzzerTestOneInput()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_fuzzer.cpp75 state.decoder.ignore_end = 1; in LLVMFuzzerTestOneInput()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/lodepng/
H A Dlodepng_fuzzer.cpp75 state.decoder.ignore_end = 1; in LLVMFuzzerTestOneInput()
/dports/devel/omniORB/omniORB-4.2.4/include/omniORB4/
H A DCORBA_Fixed.h118 CORBA::Boolean NP_fromString(const char* val, Boolean ignore_end = 0);
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast27/Parser/
H A Dtokenizer.c1402 const char *ignore_end = p + 6; in tok_get() local
1410 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1411 && !(tok->cur > ignore_end in tok_get()
1412 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1415 *p_start = (char *) ignore_end; in tok_get()
/dports/devel/p5-Tree-Trie/Tree-Trie-1.9/
H A DTrie.pm186 my $ignore_end = (
197 unless ($ignore_end) {
/dports/databases/py-sqlite3/Python-3.8.12/Parser/
H A Dtokenizer.c1310 const char *ignore_end = p + 6; in tok_get() local
1318 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1319 && !(tok->cur > ignore_end in tok_get()
1320 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1323 *p_start = (char *) ignore_end; in tok_get()
/dports/databases/py-gdbm/Python-3.8.12/Parser/
H A Dtokenizer.c1310 const char *ignore_end = p + 6; in tok_get() local
1318 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1319 && !(tok->cur > ignore_end in tok_get()
1320 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1323 *p_start = (char *) ignore_end; in tok_get()
/dports/lang/python-tools/Python-3.8.12/Parser/
H A Dtokenizer.c1310 const char *ignore_end = p + 6; in tok_get() local
1318 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1319 && !(tok->cur > ignore_end in tok_get()
1320 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1323 *p_start = (char *) ignore_end; in tok_get()
/dports/lang/python38/Python-3.8.12/Parser/
H A Dtokenizer.c1310 const char *ignore_end = p + 6; in tok_get() local
1318 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1319 && !(tok->cur > ignore_end in tok_get()
1320 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1323 *p_start = (char *) ignore_end; in tok_get()
/dports/lang/python39/Python-3.9.9/Parser/
H A Dtokenizer.c1345 const char *ignore_end = p + 6; in tok_get() local
1353 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1354 && !(tok->cur > ignore_end in tok_get()
1355 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1358 *p_start = ignore_end; in tok_get()
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast3/Parser/
H A Dtokenizer.c1539 const char *ignore_end = p + 6; in tok_get() local
1547 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1548 && !(tok->cur > ignore_end in tok_get()
1549 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1552 *p_start = (char *) ignore_end; in tok_get()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Parser/
H A Dtokenizer.c1310 const char *ignore_end = p + 6; in tok_get() local
1318 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1319 && !(tok->cur > ignore_end in tok_get()
1320 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1323 *p_start = (char *) ignore_end; in tok_get()
/dports/lang/python311/Python-3.11.0a3/Parser/
H A Dtokenizer.c1525 const char *ignore_end = p + 6; in tok_get() local
1533 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1534 && !(tok->cur > ignore_end in tok_get()
1535 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1538 *p_start = ignore_end; in tok_get()
/dports/lang/python310/Python-3.10.1/Parser/
H A Dtokenizer.c1524 const char *ignore_end = p + 6; in tok_get() local
1532 tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0 in tok_get()
1533 && !(tok->cur > ignore_end in tok_get()
1534 && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0])))); in tok_get()
1537 *p_start = ignore_end; in tok_get()
/dports/devel/p5-Data-Section/Data-Section-0.200007/
H A DChanges43 __END__ now ends the whole data section; ignore_end may come someday
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dhandlers.c482 goto ignore_end; in handle_unmap_notify_event()
491 goto ignore_end; in handle_unmap_notify_event()
502 ignore_end: in handle_unmap_notify_event()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dhandlers.c482 goto ignore_end; in handle_unmap_notify_event()
491 goto ignore_end; in handle_unmap_notify_event()
502 ignore_end: in handle_unmap_notify_event()
/dports/security/vxquery/vxquery-0.2.1/
H A Dhandlers.cc637 BasicHandler::ignore_end(const Element & __unused element) in ignore_end() function in BasicHandler
/dports/comms/cubicsdr/CubicSDR-0248e5a/external/lodepng/
H A Dlodepng.h622 …unsigned ignore_end; /*ignore issues at end of file if possible (missing IEND chunk, too large chu… member
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/lodepng/
H A Dlodepng.h632 …unsigned ignore_end; /*ignore issues at end of file if possible (missing IEND chunk, too large chu… member
/dports/archivers/zopfli/zopfli-zopfli-1.0.3/src/zopflipng/lodepng/
H A Dlodepng.h632 …unsigned ignore_end; /*ignore issues at end of file if possible (missing IEND chunk, too large chu… member

12