Home
last modified time | relevance | path

Searched refs:lastspace (Results 1 – 25 of 89) sorted by relevance

1234

/dports/misc/sword/sword-1.8.1/src/modules/filters/
H A Dgbfosis.cpp60 bool lastspace = false; in processText() local
115 lastspace = false; in processText()
125 lastspace = false; in processText()
130 lastspace = false; in processText()
137 lastspace = false; in processText()
142 lastspace = false; in processText()
149 lastspace = false; in processText()
154 lastspace = false; in processText()
161 lastspace = false; in processText()
168 lastspace = false; in processText()
[all …]
H A Dthmlosis.cpp54 bool lastspace = false; in processText() local
260 lastspace = false; in processText()
269 lastspace = false; in processText()
275 lastspace = false; in processText()
318 lastspace = false; in processText()
333 lastspace = false; in processText()
348 lastspace = false; in processText()
354 lastspace = false; in processText()
424 lastspace = false; in processText()
475 lastspace = false; in processText()
[all …]
H A Dgbfmorph.cpp57 bool lastspace = false; in processText() local
75 if (lastspace) in processText()
95 lastspace = (*from == ' '); in processText()
H A Dgbfstrongs.cpp58 bool lastspace = false; in processText() local
110 if (lastspace) in processText()
145 lastspace = (*from == ' '); in processText()
H A Dthmlstrongs.cpp60 bool lastspace = false; in processText() local
116 if (lastspace) in processText()
165 lastspace = (*from == ' '); in processText()
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/libretro/libretro-common/string/
H A Dstdstring.c192 char *lastspace = NULL; in word_wrap() local
246 *lastspace = '\n'; in word_wrap()
249 src -= dst - lastspace - 1; in word_wrap()
250 dst = lastspace + 1; in word_wrap()
251 lastspace = NULL; in word_wrap()
352 else if (lastwideglyph && (!lastspace || lastwideglyph > lastspace)) in word_wrap_wideglyph()
369 else if (lastspace) in word_wrap_wideglyph()
373 *lastspace = '\n'; in word_wrap_wideglyph()
375 src -= dst - lastspace - 1; in word_wrap_wideglyph()
376 dst = lastspace + 1; in word_wrap_wideglyph()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/string/
H A Dstdstring.c192 char *lastspace = NULL; in word_wrap() local
246 *lastspace = '\n'; in word_wrap()
249 src -= dst - lastspace - 1; in word_wrap()
250 dst = lastspace + 1; in word_wrap()
251 lastspace = NULL; in word_wrap()
352 else if (lastwideglyph && (!lastspace || lastwideglyph > lastspace)) in word_wrap_wideglyph()
369 else if (lastspace) in word_wrap_wideglyph()
373 *lastspace = '\n'; in word_wrap_wideglyph()
375 src -= dst - lastspace - 1; in word_wrap_wideglyph()
376 dst = lastspace + 1; in word_wrap_wideglyph()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/string/
H A Dstdstring.c192 char *lastspace = NULL; in word_wrap() local
246 *lastspace = '\n'; in word_wrap()
249 src -= dst - lastspace - 1; in word_wrap()
250 dst = lastspace + 1; in word_wrap()
251 lastspace = NULL; in word_wrap()
352 else if (lastwideglyph && (!lastspace || lastwideglyph > lastspace)) in word_wrap_wideglyph()
369 else if (lastspace) in word_wrap_wideglyph()
373 *lastspace = '\n'; in word_wrap_wideglyph()
375 src -= dst - lastspace - 1; in word_wrap_wideglyph()
376 dst = lastspace + 1; in word_wrap_wideglyph()
[all …]
/dports/devel/pear-ezc_ConsoleTools/ConsoleTools-1.6.1/ezc/ConsoleTools/tools/
H A Dstring.php60 $laststart = $lastspace = 0;
75 $laststart = $lastspace = $current + 1;
87 $lastspace = $current;
92 && $cut && $laststart >= $lastspace
97 $laststart = $lastspace = $current;
103 && $laststart < $lastspace
106 $newtext .= iconv_substr( $str, $laststart, $lastspace - $laststart, 'UTF-8' )
109 $laststart = ++$lastspace;
/dports/mail/emil/emil-2.1.0-beta9/
H A Dqp.c64 char lastspace; in encode_quoted_printable() local
80 lastspace = 0; in encode_quoted_printable()
91 lastspace = 0; in encode_quoted_printable()
98 lastspace = 0; in encode_quoted_printable()
104 if (lastspace != 0) in encode_quoted_printable()
107 sprintf(cbuf, "=%.2X\n", (unsigned char)lastspace); in encode_quoted_printable()
124 lastspace = *inb; in encode_quoted_printable()
126 lastspace = 0; in encode_quoted_printable()
H A Dhqp.c64 char lastspace; in h_to_quoted_printable() local
88 lastspace = 0; in h_to_quoted_printable()
110 if (lastspace != 0) in h_to_quoted_printable()
113 sprintf(cbuf, "=%.2X\n", (unsigned char)lastspace); in h_to_quoted_printable()
129 lastspace = *inb; in h_to_quoted_printable()
131 lastspace = 0; in h_to_quoted_printable()
/dports/audio/gramofile/gramofile-1.6P/
H A Dtextwindow.c30 char *lastspace; in display_textwin() local
43 lastspace = strrchr (mytext2, ' '); in display_textwin()
44 if (lastspace != NULL) in display_textwin()
46 mytext2[lastspace - mytext2] = '\0'; in display_textwin()
48 strcpy (helptext, mytext + (lastspace - mytext2 + 1)); in display_textwin()
/dports/net/libmateweather/libmateweather-1.26.0/libmateweather/
H A Dweather-met.c39 gchar *lastspace = NULL; in met_reprocess() local
57 lastspace = o; in met_reprocess()
65 if (count > 75 && lastspace) { in met_reprocess()
66 count = o - lastspace - 1; in met_reprocess()
67 *lastspace = '\n'; in met_reprocess()
68 lastspace = NULL; in met_reprocess()
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dunhtml.c126 int parsemode, input, linechars, lastspace, tagmode = 0; in unhtml_file() local
145 lastspace = 0; in unhtml_file()
181 lastspace = 1; in unhtml_file()
198 if ((tempchar != ' ') || !lastspace) { in unhtml_file()
201 lastspace = (tempchar == ' '); in unhtml_file()
230 lastspace = 1; in unhtml_file()
237 lastspace = 1; in unhtml_file()
242 lastspace = 1; in unhtml_file()
258 lastspace = 1; in unhtml_file()
317 newchar = ' '; lastspace = 0; in unhtml_file()
H A Dparse.c148 int lastspace; in parse_line() local
188 lastspace = 1; in parse_line()
193 if (!lastspace) { in parse_line()
194 lastspace = 1; in parse_line()
199 lastspace = 0; in parse_line()
/dports/comms/flmsg/flmsg-4.0.19/src/mars/
H A Dmars_tab.cxx183 size_t lastspace = -1; // pointer to last space characer in maxchars() local
191 str.insert(lastspace + 1, indent, ' '); in maxchars()
194 lastspace = p; in maxchars()
197 lastspace = p; in maxchars()
199 str.insert(lastspace + 1, indent, ' '); in maxchars()
202 lastspace = p; in maxchars()
213 lastspace = p - 1; in maxchars()
/dports/textproc/odt2txt/odt2txt-0.5/
H A Dregex.c201 const char *lastspace = 0; in wrap() local
216 lastspace = bufp; in wrap()
222 lastspace = NULL; in wrap()
231 if (NULL != lastspace && (int)linelen > width) { in wrap()
232 strbuf_append_n(out, last, (size_t)(lastspace - last)); in wrap()
234 last = lastspace; in wrap()
235 lastspace = NULL; in wrap()
/dports/games/lincity-ng/lincity-ng-2.0/src/tools/xmlgettext/
H A Dmain.cpp82 bool lastspace = false; in parseFile() local
85 if(!lastspace) { in parseFile()
86 lastspace = true; in parseFile()
90 lastspace = false; in parseFile()
/dports/games/crimson/crimson-0.5.3/src/common/
H A Dfont.cpp145 int lastspace = 0, pos = 0; in FitText() local
152 line.erase( lastspace ); in FitText()
153 pos = lastspace; in FitText()
155 if ( lastspace != 0 && word ) return pos + 1; in FitText()
166 lastspace = pos; in FitText()
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dstrings.C91 bool lastspace = false; in find() local
96 if ((lastspace == true) && (isComment(*ptr) == true)) { in find()
101 lastspace = isWhiteSpace(*ptr); in find()
/dports/net/tn5250/tn5250-0.17.4/win32/
H A Dmkconfig.c316 int lastspace; in get_makefile_var() local
326 lastspace=0; in get_makefile_var()
357 if (!lastspace) { in get_makefile_var()
360 lastspace = 1; in get_makefile_var()
367 lastspace=0; in get_makefile_var()
382 lastspace = 1; in get_makefile_var()
390 lastspace = 0; in get_makefile_var()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBaseField.java306 int lastspace = -1; in breakLines() local
338 lastspace = k; in breakLines()
341 if (lastspace >= 0) { in breakLines()
342 k = lastspace; in breakLines()
343 buf.setLength(lastspace - refk); in breakLines()
348 lastspace = -1; in breakLines()
/dports/games/powder/powder118_src/
H A Dgrammar.cpp411 int lastspace = true; in gram_getarticle() local
425 if (lastspace && isupper(*capsearch)) in gram_getarticle()
427 lastspace = isspace(*capsearch); in gram_getarticle()
429 lastspace = true; in gram_getarticle()
432 if (lastspace && isupper(*capsearch)) in gram_getarticle()
434 lastspace = isspace(*capsearch); in gram_getarticle()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dgl_screen.c189 int pos, start, lastspace, oldlast; in FindTextBreaks() local
192 lastspace = -1; in FindTextBreaks()
198 oldlast = lastspace; in FindTextBreaks()
199 if (message[pos] == '@' || lastspace == -1 || message[pos] == 0) in FindTextBreaks()
200 lastspace = pos; in FindTextBreaks()
203 EndC[lines] = lastspace; in FindTextBreaks()
210 start = lastspace; in FindTextBreaks()
212 start = lastspace + 1; in FindTextBreaks()
214 lastspace = -1; in FindTextBreaks()
218 lastspace = pos; in FindTextBreaks()
H A Dscreen.c191 int pos, start, lastspace, oldlast; in FindTextBreaks() local
194 lastspace = -1; in FindTextBreaks()
200 oldlast = lastspace; in FindTextBreaks()
201 if (message[pos] == '@' || lastspace == -1 || message[pos] == 0) in FindTextBreaks()
202 lastspace = pos; in FindTextBreaks()
205 EndC[lines] = lastspace; in FindTextBreaks()
212 start = lastspace; in FindTextBreaks()
214 start = lastspace + 1; in FindTextBreaks()
216 lastspace = -1; in FindTextBreaks()
220 lastspace = pos; in FindTextBreaks()

1234