Home
last modified time | relevance | path

Searched refs:textbeg (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/sunpromake/schily-2021-09-18/ved/
H A Dcmds.c155 epos_t textbeg; local
165 textbeg =
168 if (textbeg >= wp->dot) {
169 textbeg = wp->dot;
174 wp->dot = textbeg + wp->curnum;
178 countpos(wp, lbeg, textbeg, &c);
H A Dscreen.c425 epos_t textbeg; local
433 textbeg = search(wp, lbeg, notwhitespace, strlen(C notwhitespace), 0)
436 if (textbeg > wp->dot)
437 textbeg = wp->dot;
439 countpos(wp, lbeg, textbeg, &c);
/dports/devel/sccs/schily-2021-09-18/ved/
H A Dcmds.c155 epos_t textbeg; local
165 textbeg =
168 if (textbeg >= wp->dot) {
169 textbeg = wp->dot;
174 wp->dot = textbeg + wp->curnum;
178 countpos(wp, lbeg, textbeg, &c);
H A Dscreen.c425 epos_t textbeg; local
433 textbeg = search(wp, lbeg, notwhitespace, strlen(C notwhitespace), 0)
436 if (textbeg > wp->dot)
437 textbeg = wp->dot;
439 countpos(wp, lbeg, textbeg, &c);
/dports/devel/schilybase/schily-2021-09-18/ved/
H A Dcmds.c155 epos_t textbeg; local
165 textbeg =
168 if (textbeg >= wp->dot) {
169 textbeg = wp->dot;
174 wp->dot = textbeg + wp->curnum;
178 countpos(wp, lbeg, textbeg, &c);
H A Dscreen.c425 epos_t textbeg; local
433 textbeg = search(wp, lbeg, notwhitespace, strlen(C notwhitespace), 0)
436 if (textbeg > wp->dot)
437 textbeg = wp->dot;
439 countpos(wp, lbeg, textbeg, &c);
/dports/net/rscsi/schily-2021-09-18/ved/
H A Dcmds.c155 epos_t textbeg; local
165 textbeg =
168 if (textbeg >= wp->dot) {
169 textbeg = wp->dot;
174 wp->dot = textbeg + wp->curnum;
178 countpos(wp, lbeg, textbeg, &c);
H A Dscreen.c425 epos_t textbeg; local
433 textbeg = search(wp, lbeg, notwhitespace, strlen(C notwhitespace), 0)
436 if (textbeg > wp->dot)
437 textbeg = wp->dot;
439 countpos(wp, lbeg, textbeg, &c);
/dports/archivers/star/schily-2021-09-18/ved/
H A Dcmds.c155 epos_t textbeg; local
165 textbeg =
168 if (textbeg >= wp->dot) {
169 textbeg = wp->dot;
174 wp->dot = textbeg + wp->curnum;
178 countpos(wp, lbeg, textbeg, &c);
H A Dscreen.c425 epos_t textbeg; local
433 textbeg = search(wp, lbeg, notwhitespace, strlen(C notwhitespace), 0)
436 if (textbeg > wp->dot)
437 textbeg = wp->dot;
439 countpos(wp, lbeg, textbeg, &c);
/dports/sysutils/cdrtools/schily-2021-09-18/ved/
H A Dcmds.c155 epos_t textbeg; local
165 textbeg =
168 if (textbeg >= wp->dot) {
169 textbeg = wp->dot;
174 wp->dot = textbeg + wp->curnum;
178 countpos(wp, lbeg, textbeg, &c);
H A Dscreen.c425 epos_t textbeg; local
433 textbeg = search(wp, lbeg, notwhitespace, strlen(C notwhitespace), 0)
436 if (textbeg > wp->dot)
437 textbeg = wp->dot;
439 countpos(wp, lbeg, textbeg, &c);
/dports/editors/ved/schily-2021-09-18/ved/
H A Dcmds.c155 epos_t textbeg; local
165 textbeg =
168 if (textbeg >= wp->dot) {
169 textbeg = wp->dot;
174 wp->dot = textbeg + wp->curnum;
178 countpos(wp, lbeg, textbeg, &c);
H A Dscreen.c425 epos_t textbeg; local
433 textbeg = search(wp, lbeg, notwhitespace, strlen(C notwhitespace), 0)
436 if (textbeg > wp->dot)
437 textbeg = wp->dot;
439 countpos(wp, lbeg, textbeg, &c);
/dports/devel/smake/schily-2021-09-18/ved/
H A Dcmds.c155 epos_t textbeg; local
165 textbeg =
168 if (textbeg >= wp->dot) {
169 textbeg = wp->dot;
174 wp->dot = textbeg + wp->curnum;
178 countpos(wp, lbeg, textbeg, &c);
H A Dscreen.c425 epos_t textbeg; local
433 textbeg = search(wp, lbeg, notwhitespace, strlen(C notwhitespace), 0)
436 if (textbeg > wp->dot)
437 textbeg = wp->dot;
439 countpos(wp, lbeg, textbeg, &c);
/dports/sysutils/schilyutils/schily-2021-09-18/ved/
H A Dcmds.c155 epos_t textbeg; local
165 textbeg =
168 if (textbeg >= wp->dot) {
169 textbeg = wp->dot;
174 wp->dot = textbeg + wp->curnum;
178 countpos(wp, lbeg, textbeg, &c);
H A Dscreen.c425 epos_t textbeg; local
433 textbeg = search(wp, lbeg, notwhitespace, strlen(C notwhitespace), 0)
436 if (textbeg > wp->dot)
437 textbeg = wp->dot;
439 countpos(wp, lbeg, textbeg, &c);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexRunner.cs87 …protected internal Match Scan(Regex regex, string text, int textbeg, int textend, int textstart, i… in Scan() argument
89 … return Scan(regex, text, textbeg, textend, textstart, prevlen, quick, regex.MatchTimeout); in Scan()
92 …protected internal Match Scan(Regex regex, string text, int textbeg, int textend, int textstart, i… in Scan() argument
109 runtextbeg = textbeg; in Scan()
H A DRegexMatch.cs87 … internal virtual void Reset(Regex regex, string text, int textbeg, int textend, int textstart) in Reset() argument
91 _textbeg = textbeg; in Reset()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexRunner.cs110 …protected internal Match Scan(Regex regex, String text, int textbeg, int textend, int textstart, i… in Scan() argument
111 … return Scan(regex, text, textbeg, textend, textstart, prevlen, quick, regex.MatchTimeout); in Scan()
119 …Match Scan(Regex regex, String text, int textbeg, int textend, int textstart, int prevlen, bool qu… in Scan() argument
136 runtextbeg = textbeg; in Scan()
H A DRegexMatch.cs101 … internal virtual void Reset(Regex regex, String text, int textbeg, int textend, int textstart) { in Reset() argument
104 _textbeg = textbeg; in Reset()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/ref/
H A DSystem.Text.RegularExpressions.cs274 ….Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int… in Scan() argument
275 ….Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int… in Scan() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs9964 ….Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int… in Scan() argument
9965 ….Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int… in Scan() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs10136 ….Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int… in Scan() argument
10137 ….Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int… in Scan() argument

12