Home
last modified time | relevance | path

Searched refs:end_ch (Results 1 – 25 of 115) sorted by relevance

12345

/dports/x11-fonts/showfont/showfont-1.0.5/
H A Dshowfont.c79 static int end_ch = ~0; /* -end: end character */ variable
424 end_ch = atoi(argv[i]); in main()
444 if (first_ch != 0 && end_ch != ~0 && end_ch < first_ch) { in main()
447 end_ch, first_ch); in main()
471 if (end_ch != ~0 && in main()
472 ((unsigned)end_ch <= (last.low + (last.high << 8)))) { in main()
473 last.low = end_ch & 0xff; in main()
474 last.high = end_ch >> 8; in main()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/xml-pack/
H A Dide-xml.c149 gunichar end_ch; in ide_xml_get_element_tag_type() local
163 end_ch = gtk_text_iter_get_char (&curr_end); in ide_xml_get_element_tag_type()
165 if (end_ch == '/' || in ide_xml_get_element_tag_type()
166 (end_ch == '?' && start_ch == '?') || in ide_xml_get_element_tag_type()
167 (end_ch == '-' && start_ch == '!')) in ide_xml_get_element_tag_type()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/grit/grit/tool/update_resource_ids/
H A Dparser.py178 def _EatSep(self, end_ch): argument
184 return t == end_ch
185 elif t == end_ch:
188 raise self._MakeErr('Expect \',\' or \'%s\'' % end_ch, lo)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/grit/grit/tool/update_resource_ids/
H A Dparser.py178 def _EatSep(self, end_ch): argument
184 return t == end_ch
185 elif t == end_ch:
188 raise self._MakeErr('Expect \',\' or \'%s\'' % end_ch, lo)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/tools/grit/grit/tool/update_resource_ids/
H A Dparser.py178 def _EatSep(self, end_ch): argument
184 return t == end_ch
185 elif t == end_ch:
188 raise self._MakeErr('Expect \',\' or \'%s\'' % end_ch, lo)
/dports/games/zoom/zoom-1.1.5/src/
H A Ddebug.h77 int end_fl, end_ln, end_ch; member
86 int end_fl, end_ln, end_ch; member
139 int end_fl, end_ln, end_ch; member
H A Ddebug.c826 c.end_ch = db_file[pos++]; in debug_load_symbols()
857 o.end_ch = db_file[pos++]; in debug_load_symbols()
1117 this_routine->end_ch = db_file[pos++]; in debug_load_symbols()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dscan.l668 int end_is_ws, end_ch;
670 end_ch = yytext[yyleng-1];
671 end_is_ws = end_ch != '}' ? 1 : 0;
693 unput(end_ch);
H A Dinitscan.c3123 int end_is_ws, end_ch; variable
3125 end_ch = yytext[yyleng-1];
3126 end_is_ws = end_ch != '}' ? 1 : 0;
3148 unput(end_ch);
/dports/net/yaz/yaz-5.31.1/src/
H A Dtokenizer.c147 int end_ch = t->quote_tokens_end[cp - t->quote_tokens_begin]; in yaz_tok_move() local
150 while (ch && ch != end_ch) in yaz_tok_move()
/dports/textproc/flex/flex-2.6.4/src/
H A Dscan.l691 int end_is_ws, end_ch;
693 end_ch = yytext[yyleng-1];
694 end_is_ws = end_ch != '}' ? 1 : 0;
716 unput(end_ch);
H A Dscan.c3412 int end_is_ws, end_ch; variable
3414 end_ch = yytext[yyleng-1];
3415 end_is_ws = end_ch != '}' ? 1 : 0;
3437 unput(end_ch);
/dports/devel/emscripten/emscripten-2.0.3/tools/
H A Demdump.py618 if start_ch == '(': end_ch = ')'
619 elif start_ch == '{': end_ch = '}'
620 elif start_ch == '<': end_ch = '>'
621 elif start_ch == '[': end_ch = ']'
622 elif start_ch == '"': end_ch = '"'
623 elif start_ch == "'": end_ch = "'"
630 if s[i] == end_ch:
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dhush.c4107 char dbl = end_ch & DOUBLE_CLOSE_CHAR_FLAG; in add_till_closing_bracket()
4109 char end_char2 = end_ch >> 8; in add_till_closing_bracket()
4111 end_ch &= (DOUBLE_CLOSE_CHAR_FLAG - 1); in add_till_closing_bracket()
4116 syntax_error_unterm_ch(end_ch); in add_till_closing_bracket()
4262 unsigned end_ch; in parse_dollar() local
4271 end_ch = '}'; in parse_dollar()
4277 end_ch = '}' * 0x100 + ':'; in parse_dollar()
4288 end_ch = '}' * 0x100 + '/'; in parse_dollar()
4311 if ((end_ch & 0xff) == last_ch) { in parse_dollar()
4313 end_ch = '}'; in parse_dollar()
[all …]
/dports/devel/binutils/binutils-2.37/bfd/
H A Dtargets.c1595 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match() local
1598 && end_ch == 0) in _bfd_find_arch_match()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dtargets.c1595 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match() local
1598 && end_ch == 0) in _bfd_find_arch_match()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dtargets.c1595 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match() local
1598 && end_ch == 0) in _bfd_find_arch_match()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dtargets.c1485 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match() local
1488 && end_ch == 0) in _bfd_find_arch_match()
/dports/devel/gdb/gdb-11.1/bfd/
H A Dtargets.c1595 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match() local
1598 && end_ch == 0) in _bfd_find_arch_match()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dtargets.c1673 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match() local
1676 && end_ch == 0) in _bfd_find_arch_match()
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/actions/
H A Dbasic.py453 end_ch = end_token[0]
474 if text[pos] == end_ch and has_match(end_token, pos):
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dtargets.c1673 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match() local
1676 && end_ch == 0) in _bfd_find_arch_match()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dtargets.c1555 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match() local
1558 && end_ch == 0) in _bfd_find_arch_match()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dtargets.c1707 char end_ch = (in_a ? in_a[strlen (tname)] : 0); in _bfd_find_arch_match() local
1710 && end_ch == 0) in _bfd_find_arch_match()
/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dmtree.cpp864 char end_ch = 0; in parseFile() local
865 if (ch == '\'' || ch == '"') end_ch = ch; in parseFile()
870 if (end_ch == 0) { in parseFile()
878 if (end_ch != 0 && ch == end_ch) { in parseFile()
885 if ((controlchar(ch) || ch == '[' || ch == end_ch) && !infile.eof()) in parseFile()

12345