OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_identifier
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/bsd/tradcpp/dist/
utils.h
62
bool
is_identifier
(const char *str);
utils.c
234
is_identifier
(const char *str)
function
macro.c
469
if (!
is_identifier
(macro)) {
537
if (!
is_identifier
(param)) {
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
strip_asm.py
52
def
is_identifier
(tk):
function
74
if
is_identifier
(tk):
/src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
strip_asm.py
52
def
is_identifier
(tk):
function
74
if
is_identifier
(tk):
/src/external/mpl/dhcp/dist/dhcpctl/
omshell.c
249
if (
is_identifier
(token)) {
324
} else if (
is_identifier
(token)) {
352
if (token != NAME || !
is_identifier
(token)) {
383
if (!
is_identifier
(token)) {
479
if ((!
is_identifier
(token) && token != STRING)) {
537
if ((!
is_identifier
(token) && token != STRING)) {
645
if ((!
is_identifier
(token) && token != STRING)) {
/src/external/gpl3/gdb/dist/gdb/
macroexp.c
55
int
is_identifier
= 0;
210
tok->
is_identifier
= 0;
270
tok->
is_identifier
= 1;
886
if (! tok->
is_identifier
)
1331
if (src_first->
is_identifier
)
54
int
is_identifier
= 0;
member in struct:shared_macro_buffer
/src/external/gpl3/gdb.old/dist/gdb/
macroexp.c
55
int
is_identifier
= 0;
210
tok->
is_identifier
= 0;
270
tok->
is_identifier
= 1;
886
if (! tok->
is_identifier
)
1331
if (src_first->
is_identifier
)
54
int
is_identifier
= 0;
member in struct:shared_macro_buffer
/src/external/mpl/dhcp/dist/includes/
dhctoken.h
385
#define
is_identifier
(x) ((x) >= FIRST_TOKEN && \
macro
/src/external/mpl/dhcp/dist/keama/
dhctoken.h
388
#define
is_identifier
(x) ((x) >= FIRST_TOKEN && \
macro
parse.c
189
if (!
is_identifier
(token) && token != NUMBER)
250
if ((bin == NULL) && (
is_identifier
(token) || token == NUMBER)) {
660
if (!
is_identifier
(token))
674
if (!
is_identifier
(token))
787
if (!
is_identifier
(token))
1175
if (!
is_identifier
(token))
1316
if (!
is_identifier
(token))
2048
if (
is_identifier
(token)) {
4406
if (!
is_identifier
(token))
4446
if (token != STRING && !
is_identifier
(token)
[
all
...]
confparse.c
1341
if (token != STRING && !
is_identifier
(token))
2542
if (
is_identifier
(token) || token == STRING) {
4054
if (!
is_identifier
(token))
4104
if (!
is_identifier
(token))
4122
if (!
is_identifier
(token))
/src/external/mpl/dhcp/dist/common/
parse.c
216
if (!
is_identifier
(token) && token != NUMBER)
309
if (
is_identifier
(token) || token == NUMBER) {
1195
if (!
is_identifier
(token)) {
1213
if (!
is_identifier
(token)) {
1332
if (!
is_identifier
(token)) {
1715
if (!
is_identifier
(token)) {
2720
if (config_universe &&
is_identifier
(token)) {
4967
if (!
is_identifier
(token)) {
5049
if (token != STRING && !
is_identifier
(token)) {
5105
if (!
is_identifier
(token))
[
all
...]
/src/external/mpl/dhcp/dist/client/
clparse.c
771
if (!
is_identifier
(token)) {
894
if (!
is_identifier
(token)) {
1236
if (token != STRING && !
is_identifier
(token)) {
/src/external/mpl/dhcp/dist/server/
confpars.c
919
if (
is_identifier
(token) || token == STRING) {
1233
if (
is_identifier
(token) || token == STRING) {
2026
if (token != STRING && !
is_identifier
(token)) {
2991
if (
is_identifier
(token) || token == STRING) {
3287
if (!
is_identifier
(token)) {
/src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc
18163
bool
is_identifier
;
18193
is_identifier
= false;
18198
&
is_identifier
);
18203
if (templ == error_mark_node ||
is_identifier
)
18471
bool *
is_identifier
)
18558
if (
is_identifier
)
18559
*
is_identifier
= true;
31001
/*
is_identifier
*/NULL);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
parser.cc
18916
bool
is_identifier
;
18946
is_identifier
= false;
18951
&
is_identifier
);
18956
if (templ == error_mark_node ||
is_identifier
)
19224
bool *
is_identifier
)
19311
if (
is_identifier
)
19312
*
is_identifier
= true;
32525
/*
is_identifier
*/NULL);
[
all
...]
Completed in 84 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026