Searched defs:IS_WORD_CONSTITUENT (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-common.h50 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
H A Ddfa.c674 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c700 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro

Completed in 83 milliseconds