Searched refs:WordList (Results 1 - 25 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexKix.cxx33 WordList *keywordlists[], Accessor &styler) {
35 WordList &keywords = *keywordlists[0];
36 WordList &keywords2 = *keywordlists[1];
37 WordList &keywords3 = *keywordlists[2];
38 // WordList &keywords4 = *keywordlists[3];
H A DLexInno.cxx23 static void ColouriseInnoDoc(unsigned int startPos, int length, int, WordList *keywordLists[], Accessor &styler) {
33 WordList &sectionKeywords = *keywordLists[0];
34 WordList &standardKeywords = *keywordLists[1];
35 WordList &parameterKeywords = *keywordLists[2];
36 WordList &preprocessorKeywords = *keywordLists[3];
37 WordList &pascalKeywords = *keywordLists[4];
38 WordList &userKeywords = *keywordLists[5];
221 static void FoldInnoDoc(unsigned int startPos, int length, int, WordList *[], Accessor &styler) {
H A DLexSpice.cxx30 WordList *keywordlists[],
50 static void ColouriseWord(StyleContext& sc, WordList& keywords, WordList& keywords2, WordList& keywords3, bool& apostropheStartsAttribute);
100 static void ColouriseWord(StyleContext& sc, WordList& keywords, WordList& keywords2, WordList& keywords3, bool& apostropheStartsAttribute) {
136 WordList *keywordlists[],
138 WordList &keywords = *keywordlists[0];
139 WordList
[all...]
H A DLexAsm.cxx50 static void ColouriseAsmDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[],
53 WordList &cpuInstruction = *keywordlists[0];
54 WordList &mathInstruction = *keywordlists[1];
55 WordList &registers = *keywordlists[2];
56 WordList &directive = *keywordlists[3];
57 WordList &directiveOperand = *keywordlists[4];
58 WordList &extInstruction = *keywordlists[5];
H A DLexSQL.cxx46 static void ColouriseSQLDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[],
49 WordList &keywords1 = *keywordlists[0];
50 WordList &keywords2 = *keywordlists[1];
51 WordList &kw_pldoc = *keywordlists[2];
52 WordList &kw_sqlplus = *keywordlists[3];
53 WordList &kw_user1 = *keywordlists[4];
54 WordList &kw_user2 = *keywordlists[5];
55 WordList &kw_user3 = *keywordlists[6];
56 WordList &kw_user4 = *keywordlists[7];
222 WordList *[], Accesso
[all...]
H A DLexVHDL.cxx32 WordList *keywordlists[],
56 WordList *keywordlists[],
59 WordList &Keywords = *keywordlists[0];
60 WordList &Operators = *keywordlists[1];
61 WordList &Attributes = *keywordlists[2];
62 WordList &Functions = *keywordlists[3];
63 WordList &Packages = *keywordlists[4];
64 WordList &Types = *keywordlists[5];
65 WordList &User = *keywordlists[6];
168 WordList keyword
[all...]
H A DLexAsn1.cxx43 static void ColouriseAsn1Doc(unsigned int startPos, int length, int initStyle, WordList *keywordLists[], Accessor &styler)
46 WordList &Keywords = *keywordLists[0];
47 WordList &Attributes = *keywordLists[1];
48 WordList &Descriptors = *keywordLists[2];
49 WordList &Types = *keywordLists[3];
164 static void FoldAsn1Doc(unsigned int, int, int, WordList *[], Accessor &styler)
H A DLexCLW.cxx170 static void ColouriseClarionDoc(unsigned int uiStartPos, int iLength, int iInitStyle, WordList *wlKeywords[], Accessor &accStyler, bool bCaseSensitive) {
175 WordList &wlClarionKeywords = *wlKeywords[0]; // Clarion Keywords
176 WordList &wlCompilerDirectives = *wlKeywords[1]; // Compiler Directives
177 WordList &wlRuntimeExpressions = *wlKeywords[2]; // Runtime Expressions
178 WordList &wlBuiltInProcsFuncs = *wlKeywords[3]; // Builtin Procedures and Functions
179 WordList &wlStructsDataTypes = *wlKeywords[4]; // Structures and Data Types
180 WordList &wlAttributes = *wlKeywords[5]; // Procedure Attributes
181 WordList &wlStandardEquates = *wlKeywords[6]; // Standard Equates
182 WordList &wlLabelReservedWords = *wlKeywords[7]; // Clarion Reserved Keywords (Labels)
183 WordList
[all...]
H A DLexCSS.cxx42 static void ColouriseCssDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[], Accessor &styler) {
43 WordList &keywords = *keywordlists[0];
44 WordList &pseudoClasses = *keywordlists[1];
45 WordList &keywords2 = *keywordlists[2];
246 static void FoldCSSDoc(unsigned int startPos, int length, int, WordList *[], Accessor &styler) {
H A DLexAPDL.cxx40 static void ColouriseAPDLDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[],
45 WordList &processors = *keywordlists[0];
46 WordList &commands = *keywordlists[1];
47 WordList &slashcommands = *keywordlists[2];
48 WordList &starcommands = *keywordlists[3];
49 WordList &arguments = *keywordlists[4];
50 WordList &functions = *keywordlists[5];
H A DLexAVE.cxx59 WordList *keywordlists[],
62 WordList &keywords = *keywordlists[0];
63 WordList &keywords2 = *keywordlists[1];
64 WordList &keywords3 = *keywordlists[2];
65 WordList &keywords4 = *keywordlists[3];
66 WordList &keywords5 = *keywordlists[4];
67 WordList &keywords6 = *keywordlists[5];
154 static void FoldAveDoc(unsigned int startPos, int length, int /* initStyle */, WordList *[],
H A DLexGui4Cli.cxx67 static void colorFirstWord(WordList *keywordlists[], Accessor &styler,
90 WordList &kGlobal = *keywordlists[0]; // keyword lists set by the user
91 WordList &kEvent = *keywordlists[1];
92 WordList &kAttribute = *keywordlists[2];
93 WordList &kControl = *keywordlists[3];
94 WordList &kCommand = *keywordlists[4];
120 WordList *keywordlists[], Accessor &styler)
244 WordList *[], Accessor &styler)
H A DLexCaml.cxx59 WordList *keywordlists[],
65 WordList *keywordlists[],
145 // create and initialize WordList(s)
147 for (; words[nWL]; nWL++) ; // count # of WordList PTRs needed
148 WordList** wl = new WordList* [nWL + 1];// alloc WordList PTRs
151 wl[i] = new WordList(); // (works or THROWS bad_alloc EXCEPTION)
173 WordList *keywordlists[],
186 WordList
[all...]
H A DLexPOV.cxx52 WordList *keywordlists[],
55 WordList &keywords1 = *keywordlists[0];
56 WordList &keywords2 = *keywordlists[1];
57 WordList &keywords3 = *keywordlists[2];
58 WordList &keywords4 = *keywordlists[3];
59 WordList &keywords5 = *keywordlists[4];
60 WordList &keywords6 = *keywordlists[5];
61 WordList &keywords7 = *keywordlists[6];
62 WordList &keywords8 = *keywordlists[7];
225 WordList *[],
[all...]
H A DLexLua.cxx78 WordList *keywordlists[],
81 WordList &keywords = *keywordlists[0];
82 WordList &keywords2 = *keywordlists[1];
83 WordList &keywords3 = *keywordlists[2];
84 WordList &keywords4 = *keywordlists[3];
85 WordList &keywords5 = *keywordlists[4];
86 WordList &keywords6 = *keywordlists[5];
87 WordList &keywords7 = *keywordlists[6];
88 WordList &keywords8 = *keywordlists[7];
271 static void FoldLuaDoc(unsigned int startPos, int length, int /* initStyle */, WordList *[],
[all...]
H A DLexMSSQL.cxx45 WordList *keywordlists[],
52 WordList &kwStatements = *keywordlists[KW_MSSQL_STATEMENTS];
53 WordList &kwDataTypes = *keywordlists[KW_MSSQL_DATA_TYPES];
54 WordList &kwSystemTables = *keywordlists[KW_MSSQL_SYSTEM_TABLES];
55 WordList &kwGlobalVariables = *keywordlists[KW_MSSQL_GLOBAL_VARIABLES];
56 WordList &kwFunctions = *keywordlists[KW_MSSQL_FUNCTIONS];
57 WordList &kwStoredProcedures = *keywordlists[KW_MSSQL_STORED_PROCEDURES];
58 WordList &kwOperators = *keywordlists[KW_MSSQL_OPERATORS];
110 int initStyle, WordList *keywordlists[], Accessor &styler) {
285 static void FoldMSSQLDoc(unsigned int startPos, int length, int, WordList *[], Accesso
[all...]
H A DLexForth.cxx108 static void ColouriseForthDoc(unsigned int startPos, int length, int, WordList *keywordLists[], Accessor &styler)
119 WordList &control = *keywordLists[0];
120 WordList &keyword = *keywordLists[1];
121 WordList &defword = *keywordLists[2];
122 WordList &preword1 = *keywordLists[3];
123 WordList &preword2 = *keywordLists[4];
124 WordList &strings = *keywordLists[5];
334 static void FoldForthDoc(unsigned int, int, int, WordList *[],
H A DLexRebol.cxx65 static void ColouriseRebolDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[], Accessor &styler) {
67 WordList &keywords = *keywordlists[0];
68 WordList &keywords2 = *keywordlists[1];
69 WordList &keywords3 = *keywordlists[2];
70 WordList &keywords4 = *keywordlists[3];
71 WordList &keywords5 = *keywordlists[4];
72 WordList &keywords6 = *keywordlists[5];
73 WordList &keywords7 = *keywordlists[6];
74 WordList &keywords8 = *keywordlists[7];
270 static void FoldRebolDoc(unsigned int startPos, int length, int /* initStyle */, WordList *[],
[all...]
H A DLexTCL.cxx41 static void ColouriseTCLDoc(unsigned int startPos, int length, int , WordList *keywordlists[], Accessor &styler) {
60 WordList &keywords = *keywordlists[0];
61 WordList &keywords2 = *keywordlists[1];
62 WordList &keywords3 = *keywordlists[2];
63 WordList &keywords4 = *keywordlists[3];
64 WordList &keywords5 = *keywordlists[4];
65 WordList &keywords6 = *keywordlists[5];
66 WordList &keywords7 = *keywordlists[6];
67 WordList &keywords8 = *keywordlists[7];
68 WordList
[all...]
H A DLexSpecman.cxx37 static void ColouriseSpecmanDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[],
40 WordList &keywords = *keywordlists[0];
41 WordList &keywords2 = *keywordlists[1];
42 WordList &keywords3 = *keywordlists[2];
43 WordList &keywords4 = *keywordlists[3];
266 static void FoldSpecmanDoc(unsigned int startPos, int length, int initStyle, WordList *[],
280 static void ColouriseSpecmanDocSensitive(unsigned int startPos, int length, int initStyle, WordList *keywordlists[],
H A DLexAU3.cxx190 WordList *keywordlists[],
193 WordList &keywords = *keywordlists[0];
194 WordList &keywords2 = *keywordlists[1];
195 WordList &keywords3 = *keywordlists[2];
196 WordList &keywords4 = *keywordlists[3];
197 WordList &keywords5 = *keywordlists[4];
198 WordList &keywords6 = *keywordlists[5];
199 WordList &keywords7 = *keywordlists[6];
200 WordList &keywords8 = *keywordlists[7];
658 static void FoldAU3Doc(unsigned int startPos, int length, int, WordList *[], Accesso
[all...]
H A DLexBullant.cxx19 static int classifyWordBullant(unsigned int start, unsigned int end, WordList &keywords, Accessor &styler) {
53 static void ColouriseBullantDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[],
55 WordList &keywords = *keywordlists[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DKeyWords.h9 WordList *keywordlists[], Accessor &styler);
40 // -1 is returned if no WordList information is available
47 WordList *keywordlists[], Accessor &styler) const;
49 WordList *keywordlists[], Accessor &styler) const;
H A DPropSet.h74 class WordList { class
85 WordList(bool onlyLineEnds_ = false) : function in class:WordList
88 ~WordList() { Clear(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearchManager.h56 typedef std::list<wxString> WordList; typedef in namespace:Kademlia
83 static void GetWords(const wxString& str, WordList *words, bool allowDuplicates = false);

Completed in 228 milliseconds

123