OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isidstart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm.h
236
*
isidstart
matches any character that may start an identifier, and isidchar
243
#define
isidstart
(c) ( isalpha(c) || (c)=='_' || (c)=='.' || (c)=='?' \
macro
245
#define isidchar(c) (
isidstart
(c) || isdigit(c) || (c)=='$' || (c)=='#' \
nasm-pp.c
[
all
...]
Completed in 41 milliseconds