Home
last modified time | relevance | path

Searched refs:IS_WORD_CONSTITUENT (Results 1 – 15 of 15) sorted by relevance

/dports/devel/gettext-tools/gettext-0.21/gettext-tools/libgrep/
H A Dm-regex.c41 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
199 if ((start == 0 || !IS_WORD_CONSTITUENT ((unsigned char) beg[start - 1])) in EGexecute()
201 || !IS_WORD_CONSTITUENT ((unsigned char) beg[start + len]))) in EGexecute()
H A Dm-fgrep.c53 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
210 if (curr > buf && IS_WORD_CONSTITUENT ((unsigned char) curr[-1])) in Fexecute()
213 && IS_WORD_CONSTITUENT ((unsigned char) curr[len])) in Fexecute()
H A DChangeLog.077 IS_WORD_CONSTITUENT.
137 (IS_WORD_CONSTITUENT, NCHAR, compiled_kwset): Moved here from
141 (IS_WORD_CONSTITUENT): Moved here from m-common.h.
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/libgrep/
H A Dm-fgrep.c53 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
210 if (curr > buf && IS_WORD_CONSTITUENT ((unsigned char) curr[-1])) in Fexecute()
213 && IS_WORD_CONSTITUENT ((unsigned char) curr[len])) in Fexecute()
H A Dm-regex.c41 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
199 if ((start == 0 || !IS_WORD_CONSTITUENT ((unsigned char) beg[start - 1])) in EGexecute()
201 || !IS_WORD_CONSTITUENT ((unsigned char) beg[start + len]))) in EGexecute()
H A DChangeLog.077 IS_WORD_CONSTITUENT.
137 (IS_WORD_CONSTITUENT, NCHAR, compiled_kwset): Moved here from
141 (IS_WORD_CONSTITUENT): Moved here from m-common.h.
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/libgrep/
H A Dm-regex.c41 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
199 if ((start == 0 || !IS_WORD_CONSTITUENT ((unsigned char) beg[start - 1])) in EGexecute()
201 || !IS_WORD_CONSTITUENT ((unsigned char) beg[start + len]))) in EGexecute()
H A Dm-fgrep.c53 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
210 if (curr > buf && IS_WORD_CONSTITUENT ((unsigned char) curr[-1])) in Fexecute()
213 && IS_WORD_CONSTITUENT ((unsigned char) curr[len])) in Fexecute()
H A DChangeLog.077 IS_WORD_CONSTITUENT.
137 (IS_WORD_CONSTITUENT, NCHAR, compiled_kwset): Moved here from
141 (IS_WORD_CONSTITUENT): Moved here from m-common.h.
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/libgrep/
H A Dm-fgrep.c53 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
210 if (curr > buf && IS_WORD_CONSTITUENT ((unsigned char) curr[-1])) in Fexecute()
213 && IS_WORD_CONSTITUENT ((unsigned char) curr[len])) in Fexecute()
H A Dm-regex.c41 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_') macro
199 if ((start == 0 || !IS_WORD_CONSTITUENT ((unsigned char) beg[start - 1])) in EGexecute()
201 || !IS_WORD_CONSTITUENT ((unsigned char) beg[start + len]))) in EGexecute()
H A DChangeLog.077 IS_WORD_CONSTITUENT.
137 (IS_WORD_CONSTITUENT, NCHAR, compiled_kwset): Moved here from
141 (IS_WORD_CONSTITUENT): Moved here from m-common.h.
/dports/x11/xterm/xterm-370/
H A Dmisc.c1599 #define IS_WORD_CONSTITUENT(x) ((x) != ' ' && (x) != '\0') macro
1638 IS_WORD_CONSTITUENT(c)) { in dabbrev_prev_word()
1651 !IS_WORD_CONSTITUENT(c)) { in dabbrev_prev_word()
/dports/textproc/gnugrep/grep-3.7/
H A DChangeLog-20093264 * src/dfa.c (IS_WORD_CONSTITUENT): Define.
3265 (lex): Use IS_WORD_CONSTITUENT, not ISALNUM.
3267 (dfastate): Use IS_WORD_CONSTITUENT, not ISALNUM.
H A DChangeLog3488 (IS_WORD_CONSTITUENT): Remove this macro, replacing it with ...
9042 (IS_WORD_CONSTITUENT): Use it here, to make grep work consistently
10707 (IS_WORD_CONSTITUENT, lex): Likewise.