OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_eol
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c
85
#define
is_eol
() is_eol_tok(curtok)
macro
140
if (
is_eol
())
150
} while (!
is_eol
());
230
if (!
is_eol
()) {
347
while (!
is_eol
() && curtok != ']')
400
if (
is_eol
()) {
445
if (
is_eol
()) {
533
if (curtok == ']' || curtok == ':' ||
is_eol
())
659
if (
is_eol
())
666
if (
is_eol
()) /* allow trailing , on list *
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c
81
#define
is_eol
() is_eol_tok(curtok)
macro
127
if (
is_eol
())
137
} while (!
is_eol
());
182
if (
is_eol
())
892
} while (!
is_eol
());
918
} while (!
is_eol
());
952
if (
is_eol
())
966
if (
is_eol
())
[
all
...]
/external/openssl/crypto/asn1/
asn_mime.c
941
int
is_eol
= 0;
local
947
is_eol
= 1;
952
return
is_eol
;
Completed in 3037 milliseconds