Home
last modified time | relevance | path

Searched refs:NOT_BOUNDARY (Results 1 – 2 of 2) sorted by relevance

/dports/editors/nedit/nedit-5.7/source/
H A DregularExp.c141 #define NOT_BOUNDARY 6 /* Not word boundary (\B, opposite of < and >) */ macro
2359 ret_val = emit_node (NOT_BOUNDARY); in shortcut_escape()
3196 case NOT_BOUNDARY: /* \B (NOT a word boundary) */ in match()
/dports/audio/praat/praat-6.2.03/melder/
H A DregularExp.cpp137 #define NOT_BOUNDARY 6 /* Not word boundary (\B, opposite of < and >) */ macro
2272 ret_val = emit_node (NOT_BOUNDARY); in shortcut_escape()
2999 case NOT_BOUNDARY: { /* \B (NOT a word boundary) */ in match()