OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tok_type_
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c
483
#define
tok_type_
(x,t) ((x) && (x)->type == (t))
macro
484
#define skip_white_(x) if (
tok_type_
((x), TOK_WHITESPACE)) (x)=(x)->next
485
#define tok_is_(x,v) (
tok_type_
((x), TOK_OTHER) && !strcmp((x)->text,(v)))
[
all
...]
Completed in 47 milliseconds