Home
last modified time | relevance | path

Searched refs:operator_chars (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/covtool/covtool-2.1_10/
H A Dcovstream.c102 char operator_chars[256]; variable
108 char *scan = operator_chars; in load_table()
113 operator_chars[unsigned('+')] = 1; in load_table()
114 operator_chars[unsigned('-')] = 1; in load_table()
115 operator_chars[unsigned('*')] = 1; in load_table()
116 operator_chars[unsigned('/')] = 1; in load_table()
117 operator_chars[unsigned('=')] = 1; in load_table()
118 operator_chars[unsigned('^')] = 1; in load_table()
119 operator_chars[unsigned('%')] = 1; in load_table()
120 operator_chars[unsigned('|')] = 1; in load_table()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/
H A Dparser.py38 operator_chars = "=!" variable
397 elif c in operator_chars:
420 elif c in operator_chars:
442 elif c in operator_chars:
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/wptmanifest/
H A Dparser.py40 operator_chars = "=!" variable
395 elif c in operator_chars:
418 elif c in operator_chars:
440 elif c in operator_chars:
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/
H A Dparser.py38 operator_chars = "=!" variable
423 elif c in operator_chars:
446 elif c in operator_chars:
468 elif c in operator_chars:
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/
H A Dparser.py38 operator_chars = "=!" variable
423 elif c in operator_chars:
446 elif c in operator_chars:
468 elif c in operator_chars:
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/
H A Dparser.py38 operator_chars = "=!" variable
423 elif c in operator_chars:
446 elif c in operator_chars:
468 elif c in operator_chars:
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/
H A Dparser.py41 operator_chars = "=!" variable
426 elif c in operator_chars:
449 elif c in operator_chars:
471 elif c in operator_chars:
/dports/editors/kakoune/kakoune-2021.11.08/rc/filetype/
H A Dcue.kak70 operator_chars="(\+|-|\*|/|&|&&|\||\|\||=|==|=~|!|!=|!~|<|>|<=|>=)"
108 add-highlighter shared/cue/code/ regex ${operator_chars} 0:operator
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsymtab.c78 char *operator_chars (char *p, char **end);
2449 operator_chars (char *p, char **end) in operator_chars() function
2853 char *opname = operator_chars (regexp, &opend); in search_symbols()
H A Dlinespec.c41 extern char *operator_chars (char *, char **);
H A DChangeLog-1991820 * symtab.c (decode_line_1): Remove spurious call to operator_chars.
3513 (operator_chars): Help do it.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsymtab.c78 char *operator_chars (char *p, char **end);
2449 operator_chars (char *p, char **end) in operator_chars() function
2853 char *opname = operator_chars (regexp, &opend); in search_symbols()
H A Dlinespec.c41 extern char *operator_chars (char *, char **);
H A DChangeLog-1991820 * symtab.c (decode_line_1): Remove spurious call to operator_chars.
3513 (operator_chars): Help do it.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsymtab.c88 char *operator_chars (char *p, char **end);
2629 operator_chars (char *p, char **end) in operator_chars() function
3063 char *opname = operator_chars (regexp, &opend); in search_symbols()
H A Dlinespec.c49 extern char *operator_chars (char *, char **);
H A DChangeLog-1991820 * symtab.c (decode_line_1): Remove spurious call to operator_chars.
3513 (operator_chars): Help do it.
H A DChangeLog-19961663 * symtab.c (operator_chars): Make this global for wingdb.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsymtab.c2966 operator_chars (char *p, char **end) in operator_chars() function
3462 char *opname = operator_chars (regexp, &opend); in search_symbols()
H A DChangeLog-1991820 * symtab.c (decode_line_1): Remove spurious call to operator_chars.
3513 (operator_chars): Help do it.
H A DChangeLog-20115227 * symtab.c (operator_chars): Now static.
5228 * linespec.c (operator_chars): Don't declare.
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsymtab.c4069 operator_chars (const char *p, const char **end) in operator_chars() function
4866 const char *opname = operator_chars (symbol_name_regexp, &opend); in search()
H A DChangeLog-1991820 * symtab.c (decode_line_1): Remove spurious call to operator_chars.
3513 (operator_chars): Help do it.
H A DChangeLog-20115227 * symtab.c (operator_chars): Now static.
5228 * linespec.c (operator_chars): Don't declare.
H A DChangeLog-19961661 * symtab.c (operator_chars): Make this global for wingdb.

12