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_keyword
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/isl/dist/
isl_stream_private.h
9
unsigned
is_keyword
: 1;
member in struct:isl_token
isl_stream.c
79
tok->
is_keyword
= 0;
159
else if (tok->
is_keyword
)
508
tok->
is_keyword
= 1;
isl_input.c
981
if (tok->type != ISL_TOKEN_IDENT && !tok->
is_keyword
) {
1459
if (tok->type == ISL_TOKEN_IDENT || tok->
is_keyword
) {
3526
if (tok && (tok->type == ISL_TOKEN_IDENT || tok->
is_keyword
)) {
/src/external/bsd/ntp/dist/ntpd/
ntp_scanner.c
62
static int
is_keyword
(char *lexeme, follby *pfollowedby);
445
is_keyword
(
function
801
token =
is_keyword
(yytext, &followedby);
/src/external/gpl3/binutils/dist/gas/
macro.c
1015
int
is_keyword
= 0;
local
1063
is_keyword
= 1;
1096
if (
is_keyword
)
/src/external/gpl3/binutils.old/dist/gas/
macro.c
1043
int
is_keyword
= 0;
local
1094
is_keyword
= 1;
1135
if (
is_keyword
)
Completed in 20 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026