Home
last modified time | relevance | path

Searched refs:columno (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/re-flex/RE-flex-3.1.0/tests/
H A Dtest.cpp54 …tcher.accept(), boostmatcher.text(), boostmatcher.lineno(), boostmatcher.columno(), boostmatcher.f… in main()
59 …ntf("Split %zu '%s' at %zu\n", boostmatcher.accept(), boostmatcher.text(), boostmatcher.columno()); in main()
97 …tcher.accept(), boostmatcher.text(), boostmatcher.lineno(), boostmatcher.columno(), boostmatcher.f… in main()
102 …ntf("Split %zu '%s' at %zu\n", boostmatcher.accept(), boostmatcher.text(), boostmatcher.columno()); in main()
140 …tcher.accept(), pcre2matcher.text(), pcre2matcher.lineno(), pcre2matcher.columno(), pcre2matcher.f… in main()
145 …ntf("Split %zu '%s' at %zu\n", pcre2matcher.accept(), pcre2matcher.text(), pcre2matcher.columno()); in main()
180 … stdmatcher.accept(), stdmatcher.text(), stdmatcher.lineno(), stdmatcher.columno(), stdmatcher.fir… in main()
185 … printf("Split %zu '%s' at %zu\n", stdmatcher.accept(), stdmatcher.text(), stdmatcher.columno()); in main()
216 …..%zu %s\n", matcher.accept(), matcher.text(), matcher.lineno(), matcher.columno(), matcher.first(… in main()
221 printf("Split %zu '%s' at %zu\n", matcher.accept(), matcher.text(), matcher.columno()); in main()
H A Dptest.cpp262 …,%zu;[%zu,%zu]: \"%s\" matches pattern %zu\n", matcher.lineno(), matcher.columno(), matcher.first(… in main()
H A Drtest.cpp278 …ches pattern[%zu]=\"%s\" from %u choice(s)\n", matcher.lineno(), matcher.columno(), matcher.first(… in main()
H A Dstest.cpp266 …,%zu;[%zu,%zu]: \"%s\" matches pattern %zu\n", matcher.lineno(), matcher.columno(), matcher.first(… in main()
H A Dbtest.cpp269 …,%zu;[%zu,%zu]: \"%s\" matches pattern %zu\n", matcher.lineno(), matcher.columno(), matcher.first(… in main()
/dports/textproc/re-flex/RE-flex-3.1.0/examples/
H A Dcalc.y79 …std::cerr << "Error: " << msg << " at " << lexer->lineno() << "," << lexer->columno() << "\n" << l… in yyerror()
80 for (size_t i = lexer->columno(); i > 0; --i) in yyerror()
H A Dugrep.cpp651 std::cout << match.columno() + 1 << ":"; in ugrep()
703 std::cout << match.columno() + 1 << ":"; in ugrep()
725 std::cout << match.columno() + 1 << ":"; in ugrep()
765 std::cout << match.columno() + 1 << ":"; in ugrep()
H A Dcards.cpp33 << match->columno() in get_card_numbers()
H A Dfastsearch.cpp101 printf("%zu,%zu: ", matcher.lineno(), matcher.columno()); in main()
H A Dptokens.l168 … std::cerr << "Error: invalid input at line " << lineno() << " column " << columno() << std::endl;
/dports/textproc/re-flex/RE-flex-3.1.0/fuzzy/
H A Dftest.cpp77 … printf("find(): '%s' at %zu (%u edits)\n", matcher.text(), matcher.columno(), matcher.edits()); in main()
80 … printf("split(): '%s' at %zu (%u edits)\n", matcher.text(), matcher.columno(), matcher.edits()); in main()
/dports/math/boolector/boolector-3.2.2/src/utils/
H A Dbtormem.c232 int32_t columno, in btor_mem_parse_error_msg() argument
241 if (columno > 0) in btor_mem_parse_error_msg()
242 sprintf (tmp, "%s:%d:%d: ", name, lineno, columno); in btor_mem_parse_error_msg()
/dports/textproc/re-flex/RE-flex-3.1.0/include/reflex/
H A Dabslexer.h344 inline size_t columno() const in columno() function
347 return matcher().columno(); in columno()
415 …m_message << (message != NULL ? message : "lexer error") << " at " << lineno() << ":" << columno();
H A Dabsmatcher.h776 inline size_t columno() in columno() function
806 size_t n = columno(); in columns()
850 return columno(); in columno_end()
1392 (void)columno();
H A Dflexlexer.h171 #define yycolumno static_cast<int>(YY_SCANNER_DOT_ matcher().columno())
/dports/textproc/ugrep/ugrep-3.4.0/include/reflex/
H A Dabslexer.h344 inline size_t columno() const in columno() function
347 return matcher().columno(); in columno()
415 …m_message << (message != NULL ? message : "lexer error") << " at " << lineno() << ":" << columno();
H A Dabsmatcher.h776 inline size_t columno() in columno() function
806 size_t n = columno(); in columns()
850 return columno(); in columno_end()
1392 (void)columno();
H A Dflexlexer.h171 #define yycolumno static_cast<int>(YY_SCANNER_DOT_ matcher().columno())
/dports/math/btor2tools/btor2tools-1df768d/src/btorsim/
H A Dbtorsim.c712 static int64_t columno; variable
736 last_line_length = columno; in next_char()
737 columno = 0; in next_char()
742 columno++; in next_char()
754 columno = last_line_length; in prev_char()
762 assert (columno > 0); in prev_char()
763 columno--; in prev_char()
778 columno); in parse_error()
858 constant_columno = columno + 1; in parse_assignment()
/dports/textproc/ugrep/ugrep-3.4.0/src/
H A Doutput.cpp327 num((matcher != NULL ? matcher->columno() + 1 : 1), (flag_initial_tab ? 3 : 1)); in header()
610 num(matcher->columno() + 1); in format()
619 num(matcher->columno() + 1); in format()
H A Dugrep.cpp1517 void add_before_context_line(const char *bol, const char *eol, size_t columno, size_t offset) in add_before_context_line()
1523 state.before_columno[state.before_index] = columno; in add_before_context_line()
9992 …invert_context_handler.add_before_context_line(bol, eol, matcher->columno(), offset - (begin - bol… in search()
10006 …invert_context_handler.add_before_context_line(bol, to + 1, matcher->columno(), offset - (begin - … in search()
/dports/textproc/re-flex/RE-flex-3.1.0/
H A DREADME.md484 - Dec 8, 2018: 1.0.10 fixed `columno()` to take tab spacing into account.
505 - Jul 24, 2019: 1.3.1 added `matcher().tabs(n)` to set tab size, used by `columno()` and indent `\i…
512 - Aug 17, 2019: 1.3.8 added caching of `lineno()` and `columno()` to increase speed, which is essen…
556 - Dec 10, 2021: 3.1.0 improved buffering mechanism with reduced buffer sizes; faster `columno()` fo…
/dports/textproc/re-flex/RE-flex-3.1.0/doc/
H A Dindex.md2051 `matcher().columno()` | *n/a* | same as `columno()`
2143 `lineno()`, `columno()`, and `border()`. Use `text()` for fast access to the
2152 The `columno()` method returns the column offset of a match from the start of
2155 `columno_end()`, which is equal or larger than `columno()` if the match does
2167 @note A wide character is counted as one, thus `columno()`, `columno_end()`,
6281 Unicode identifier names. Note that we can use `matcher().columno()` or
6283 the match. The `matcher().columno()` method takes tab spacing and wide
7282 `columno()` | returns column number of the match, starting at 0
7416 "column: " << matcher.columno() <<
7910 << " at " << matcher.lineno() << "," << matcher.columno()
[all …]
/dports/databases/grass7/grass-7.8.6/locale/po/
H A Dgrassmods_es.po38141 msgstr "Los números de columno no deben ser negativos"