Home
last modified time | relevance | path

Searched refs:end_chr (Results 1 – 25 of 53) sorted by relevance

123

/dports/games/angband/Angband-4.2.2/src/
H A Dparser.c146 eov == end_chr) { in parse_random()
148 eov == end_chr) { in parse_random()
151 eov == end_chr) { in parse_random()
154 eov == end_chr) { in parse_random()
157 eov == end_chr) { in parse_random()
160 eov == end_chr) { in parse_random()
163 eov == end_chr) { in parse_random()
166 eov == end_chr) { in parse_random()
169 eov == end_chr) { in parse_random()
172 eov == end_chr) { in parse_random()
[all …]
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dparser.c146 const char end_chr = '|'; in parse_random() local
168 buffer[strlen(buffer)] = end_chr; in parse_random()
175 else if (4 == sscanf(buffer, "%d+d%dM%d%c", &b, &ds, &mb, &eov) && eov == end_chr) in parse_random()
179 else if (3 == sscanf(buffer, "%d+M%d%c", &b, &mb, &eov) && eov == end_chr) in parse_random()
183 else if (4 == sscanf(buffer, "%d+%dd%d%c", &b, &dn, &ds, &eov) && eov == end_chr) in parse_random()
187 else if (3 == sscanf(buffer, "%d+d%d%c", &b, &ds, &eov) && eov == end_chr) in parse_random()
195 else if (3 == sscanf(buffer, "d%dM%d%c", &ds, &mb, &eov) && eov == end_chr) in parse_random()
199 else if (2 == sscanf(buffer, "M%d%c", &mb, &eov) && eov == end_chr) in parse_random()
203 else if (3 == sscanf(buffer, "%dd%d%c", &dn, &ds, &eov) && eov == end_chr) in parse_random()
207 else if (2 == sscanf(buffer, "d%d%c", &ds, &eov) && eov == end_chr) in parse_random()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/tests/
H A Dshell_cmds_tests.cpp102 for (auto end_chr : end_chars) { in TEST_F() local
107 input += end_chr; in TEST_F()
109 args += end_chr; in TEST_F()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dsubtitles.c280 char end_chr; in ff_smil_extract_next_text_chunk() local
287 end_chr = *c == '<' ? '>' : '<'; in ff_smil_extract_next_text_chunk()
292 } while (*c != end_chr && *c); in ff_smil_extract_next_text_chunk()
293 if (end_chr == '>') { in ff_smil_extract_next_text_chunk()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dsubtitles.c280 char end_chr; in ff_smil_extract_next_text_chunk() local
287 end_chr = *c == '<' ? '>' : '<'; in ff_smil_extract_next_text_chunk()
292 } while (*c != end_chr && *c); in ff_smil_extract_next_text_chunk()
293 if (end_chr == '>') { in ff_smil_extract_next_text_chunk()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dsubtitles.c320 char end_chr; in ff_smil_extract_next_text_chunk() local
327 end_chr = *c == '<' ? '>' : '<'; in ff_smil_extract_next_text_chunk()
332 } while (*c != end_chr && *c); in ff_smil_extract_next_text_chunk()
333 if (end_chr == '>') { in ff_smil_extract_next_text_chunk()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dsubtitles.c310 char end_chr; in ff_smil_extract_next_text_chunk() local
317 end_chr = *c == '<' ? '>' : '<'; in ff_smil_extract_next_text_chunk()
322 } while (*c != end_chr && *c); in ff_smil_extract_next_text_chunk()
323 if (end_chr == '>') { in ff_smil_extract_next_text_chunk()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dsubtitles.c320 char end_chr; in ff_smil_extract_next_text_chunk() local
327 end_chr = *c == '<' ? '>' : '<'; in ff_smil_extract_next_text_chunk()
332 } while (*c != end_chr && *c); in ff_smil_extract_next_text_chunk()
333 if (end_chr == '>') { in ff_smil_extract_next_text_chunk()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dsubtitles.c314 char end_chr; in ff_smil_extract_next_text_chunk() local
321 end_chr = *c == '<' ? '>' : '<'; in ff_smil_extract_next_text_chunk()
326 } while (*c != end_chr && *c); in ff_smil_extract_next_text_chunk()
327 if (end_chr == '>') { in ff_smil_extract_next_text_chunk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dsubtitles.c315 char end_chr; in ff_smil_extract_next_text_chunk() local
322 end_chr = *c == '<' ? '>' : '<'; in ff_smil_extract_next_text_chunk()
327 } while (*c != end_chr && *c); in ff_smil_extract_next_text_chunk()
328 if (end_chr == '>') { in ff_smil_extract_next_text_chunk()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/common/
H A De-ews-calendar-utils.c45 gchar end_chr = 0; in e_ews_cal_util_encode_regeneration() local
53 end_chr = 'X'; in e_ews_cal_util_encode_regeneration()
57 end_chr = 'D'; in e_ews_cal_util_encode_regeneration()
61 end_chr = 'N'; in e_ews_cal_util_encode_regeneration()
66 if (end_chr) { in e_ews_cal_util_encode_regeneration()
75 end_chr, in e_ews_cal_util_encode_regeneration()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scintilla.c115 glong start_chr = 0, end_chr = 0; in Scintilla_find_text() local
123 &search_text, &flags, &start_chr, &end_chr)) in Scintilla_find_text()
126 ttf.chrg.cpMax = end_chr; in Scintilla_find_text()

123