Home
last modified time | relevance | path

Searched refs:Word_Chars (Results 1 – 6 of 6) sorted by relevance

/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Ddabbrev.sl24 static variable Word_Chars;
40 skip_chars (Word_Chars);
42 bskip_chars (Word_Chars);
201 Word_Chars = mode_get_mode_info ("dabbrev_word_chars");
202 if (Word_Chars == NULL)
203 Word_Chars = "_" + get_word_chars ();
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslregexp.c43 static unsigned char Word_Chars[256]; variable
44 #define IS_WORD_CHAR(x) Word_Chars[(unsigned int) (x)]
682 SLmake_lut (Word_Chars, (unsigned char *) "_0-9a-zA-Z", 0); in SLang_regexp_compile()
685 SLmake_lut (Word_Chars, (unsigned char *) "_0-9a-zA-Z\200-\232\240-\245\341-\353", 0); in SLang_regexp_compile()
687 SLmake_lut (Word_Chars, (unsigned char *) "_0-9a-zA-Z\277-\326\330-\336\340-\366\370-\376", 0); in SLang_regexp_compile()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslregexp.c79 static unsigned char Word_Chars[256]; variable
80 #define IS_WORD_CHAR(x) Word_Chars[(unsigned int) (x)]
637 SLmake_lut (Word_Chars, (unsigned char *) "_0-9a-zA-Z\200-\232\240-\245\341-\353", 0); in regexp_compile()
639 SLmake_lut (Word_Chars, (unsigned char *) "_0-9a-zA-Z\277-\326\330-\336\340-\366\370-\376", 0); in regexp_compile()
/dports/editors/jed/jed-0.99-19/lib/
H A Dctags.sl22 % Word_Chars: The characters that make up a word
306 word_chars = get_blocal_var ("Word_Chars", word_chars);
H A Ddabbrev.sl264 if (blocal_var_exists("Word_Chars"))
265 word_chars = get_blocal_var("Word_Chars");
H A Dperlxtra.sl384 %% %\usage{String extract_word (String Word_Chars)}
386 %% % extract a word defined by \var{Word_Chars} from the current buffer