Home
last modified time | relevance | path

Searched defs:IS_COMMENT (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/conf/
H A Dconf_def.h83 #define IS_COMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_COMMENT) macro
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dapp.c90 #define IS_COMMENT(c) (lex[c] == LEX_IS_COMMENT_START) macro
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dapp.c93 #define IS_COMMENT(c) (lex[c] == LEX_IS_COMMENT_START) macro