Home
last modified time | relevance | path

Searched refs:toklist (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A DcommonAppMatcher.c350 if (toklist[0]) in AppIdConfigureAnalyze()
366 _dpd.errMsg("Invalid Analyze: %s '%s'", toklist[0], toklist[1]); in AppIdConfigureAnalyze()
562 if (!toklist[i]) in ProcessPortExclusion()
581 if (!toklist[i]) in ProcessPortExclusion()
598 if (!toklist[i]) in ProcessPortExclusion()
612 if (!toklist[i]) in ProcessPortExclusion()
674 curtok = toklist[i]; in ProcessConfigDirective()
708 char *toklist[MAX_TOKS]; in AppIdLoadConfigFile() local
724 toklist[1] = NULL; in AppIdLoadConfigFile()
730 toklist[0] = NULL; in AppIdLoadConfigFile()
[all …]
/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_tree.c33 char *toklist[MAXNEWICKTOKENS]; in PLP_tree() local
100 toklist[ntok++] = &buf[i-1]; in PLP_tree()
106 toklist[ntok++] = &buf[i]; in PLP_tree()
117 toklist[ntok++] = &buf[i]; in PLP_tree()
150 if( strcmp( toklist[i], ";" )==0 ) break; in PLP_tree()
171 …else if( toklist[i+1][0] != ':' ) { label[nrows] = toklist[i+1]; i++; } /* capture internal node l… in PLP_tree()
173 else if( toklist[i+1][0] == ':' ) { in PLP_tree()
200 else if( toklist[i][0] != ':' ) { in PLP_tree()
202 label[nrows] = toklist[i]; in PLP_tree()
209 if( toklist[i+1][0] == ':' ) { in PLP_tree()
[all …]
/dports/math/ploticus/pl240src/src/
H A Dproc_tree.c33 char *toklist[MAXNEWICKTOKENS]; in PLP_tree() local
100 toklist[ntok++] = &buf[i-1]; in PLP_tree()
106 toklist[ntok++] = &buf[i]; in PLP_tree()
117 toklist[ntok++] = &buf[i]; in PLP_tree()
150 if( strcmp( toklist[i], ";" )==0 ) break; in PLP_tree()
171 …else if( toklist[i+1][0] != ':' ) { label[nrows] = toklist[i+1]; i++; } /* capture internal node l… in PLP_tree()
173 else if( toklist[i+1][0] == ':' ) { in PLP_tree()
200 else if( toklist[i][0] != ':' ) { in PLP_tree()
202 label[nrows] = toklist[i]; in PLP_tree()
209 if( toklist[i+1][0] == ':' ) { in PLP_tree()
[all …]
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/util/
H A Dsfutil.c54 int Split(char *data, char **toklist, int max_toks, const char *separator) in Split() argument
59 memset(toklist, 0, max_toks * sizeof(*toklist)); in Split()
60 for(ap= (char **) toklist; ap < &toklist[max_toks] && (*ap=strsep(&data, separator)) != NULL;) in Split()
135 int Tokenize(char *data, char *toklist[]) in Tokenize() argument
143 for (ap = (char **)toklist; ap < &toklist[MAX_TOKS] && (*ap = strsep(&data, " ")) != NULL;) in Tokenize()
157 tok = toklist[i]; in Tokenize()
167 toklist[i] = NULL; in Tokenize()
H A Dsfutil.h31 extern int Tokenize(char *data, char *toklist[]);
34 extern int Split(char *data, char **toklist, int max_toks, const char *separator);
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dpreprocess.c67 struct token *toklist,
857 toklist = do_macro_subst(NULL, NULL, toklist, NULL, 1);
1140 *toklist = NULL;
1164 *toklist = NULL;
1168 mp->toklist = *toklist;
1169 *toklist = NULL;
1244 current_include->toklist = *toklist;
1274 *toklist = do_macro_subst(NULL, NULL, *toklist,
1471 if (toklist) *toklist = NULL;
1598 toklist = NULL;
[all …]
H A Dmacros.c218 dump_toklist(m->toklist);
389 struct token *toklist,
399 cur_macro_arg->toklist = toklist;
410 if (toklist == NULL) {
421 if (toklist != NULL) {
1115 struct token *t2 = *toklist;
1146 *toklist = t2;
1155 struct token *toklist,
1168 t2 = toklist;
1178 return t2? t2: toklist;
[all …]
H A Dmacros.h8 struct token *toklist;
21 struct token *toklist;
H A Dpreprocess.h35 extern struct token *toklist;
44 struct token *toklist; member
/dports/games/tads/tads-3.0.8/tads3/test/data/
H A Dnoun_ph.t73 local toklist;
81 toklist = tokenize(str);
84 if (toklist == nil)
88 if (toklist.length() == 1
89 && toklist[1] == 'quit' || toklist[1] == 'q')
93 objlist = parseNounPhrase(toklist);
177 parseNounPhrase(toklist)
188 if (toklist.length() >= 1
211 curResult = G_dict.findWord(toklist[i], prop);
218 if (!G_dict.isWordDefined(toklist[i])
[all …]
H A Dadv3_exe.t133 local toklist;
139 toklist = CommandTokenizer.tokenize(cmd);
145 if (toklist[1] == [])
155 while (toklist[1] != [])
167 // $$$ remove the matching tokens from toklist, so that
168 // toklist contains the remainder of the command line after
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/pyparsing/
H A Dresults.py137 if isinstance(toklist, ParseResults):
138 return toklist
144 if toklist is None:
148 [toklist[:]]
150 else list(toklist)
153 self._toklist = [toklist]
169 if toklist not in self._null_values:
171 toklist = [toklist]
184 self[name] = toklist[0]
186 if toklist is not self:
[all …]
/dports/devel/py-pyparsing/pyparsing-3.0.6/build/lib/pyparsing/
H A Dresults.py137 if isinstance(toklist, ParseResults):
138 return toklist
144 if toklist is None:
148 [toklist[:]]
150 else list(toklist)
153 self._toklist = [toklist]
169 if toklist not in self._null_values:
171 toklist = [toklist]
184 self[name] = toklist[0]
186 if toklist is not self:
[all …]
/dports/devel/py-pyparsing/stage/usr/local/lib/python3.8/site-packages/pyparsing/
H A Dresults.py137 if isinstance(toklist, ParseResults):
138 return toklist
144 if toklist is None:
148 [toklist[:]]
150 else list(toklist)
153 self._toklist = [toklist]
169 if toklist not in self._null_values:
171 toklist = [toklist]
184 self[name] = toklist[0]
186 if toklist is not self:
[all …]
/dports/devel/py-pyparsing/pyparsing-3.0.6/pyparsing/
H A Dresults.py137 if isinstance(toklist, ParseResults):
138 return toklist
144 if toklist is None:
148 [toklist[:]]
150 else list(toklist)
153 self._toklist = [toklist]
169 if toklist not in self._null_values:
171 toklist = [toklist]
184 self[name] = toklist[0]
186 if toklist is not self:
[all …]
/dports/lang/nwcc/nwcc_0.8.3/
H A Dlex.c345 store_token(&toklist, tmpstr,
362 store_token(&toklist, dummyptr,
376 store_token(&toklist, dummyptr,
391 store_token(&toklist, dummyptr,
422 store_token(&toklist, n->value,
481 store_token(&toklist, ptri,
491 store_token(&toklist, ptri,
500 store_token(&toklist, n->value,
528 store_token(&toklist, tmpc,
537 store_token(&toklist, NULL, 0, lineno);
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Derror.cpp97 } toklist[] = in errfmt() local
112 for (i = 0 ; toklist[i].toknam ; ++i) in errfmt()
114 if (toklist[i].tokid == argv[argi].erraint) in errfmt()
116 p = toklist[i].toknam; in errfmt()
120 if (!toklist[i].toknam) in errfmt()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Derror.cpp97 } toklist[] = in errfmt() local
112 for (i = 0 ; toklist[i].toknam ; ++i) in errfmt()
114 if (toklist[i].tokid == argv[argi].erraint) in errfmt()
116 p = toklist[i].toknam; in errfmt()
120 if (!toklist[i].toknam) in errfmt()
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/test/java/javax/mail/internet/
H A DHeaderTokenizerTest.java233 Vector<HeaderTokenizer.Token> toklist in test() local
236 toklist.addElement(tok); in test()
238 out.println("Expect: " + toklist.size()); in test()
242 expect.length, toklist.size()); in test()
244 out.println("Got " + toklist.size() + " tokens:"); in test()
245 if (expect != null && toklist.size() != expect.length) { in test()
251 for (int i = 0; i < toklist.size(); i++) { in test()
252 tok = toklist.elementAt(i); in test()
/dports/games/tads/tads-3.0.8/tads2/
H A Derr.c100 } toklist[] = local
115 for (i = 0 ; toklist[i].toknam ; ++i)
117 if (toklist[i].tokid == argv[argi].erraint)
119 p = toklist[i].toknam;
123 if (!toklist[i].toknam)
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Dconffile.c157 CONFgettoken(CONFTOKEN *toklist, CONFFILE *file) in CONFgettoken() argument
170 if (toklist) { in CONFgettoken()
171 for (i = 0; toklist[i].type; i++) { in CONFgettoken()
172 if (strcmp(word, toklist[i].name) == 0) { in CONFgettoken()
174 return (&toklist[i]); in CONFgettoken()
/dports/news/inn/inn-2.6.4/lib/
H A Dconffile.c145 CONFTOKEN *CONFgettoken(CONFTOKEN *toklist, CONFFILE *file) in CONFgettoken() argument
158 if (toklist) { in CONFgettoken()
159 for (i = 0; toklist[i].type; i++) { in CONFgettoken()
160 if (strcmp(word, toklist[i].name) == 0) { in CONFgettoken()
162 return(&toklist[i]); in CONFgettoken()
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Dconffile.c145 CONFTOKEN *CONFgettoken(CONFTOKEN *toklist, CONFFILE *file) in CONFgettoken() argument
158 if (toklist) { in CONFgettoken()
159 for (i = 0; toklist[i].type; i++) { in CONFgettoken()
160 if (strcmp(word, toklist[i].name) == 0) { in CONFgettoken()
162 return(&toklist[i]); in CONFgettoken()
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dsymtab.c193 symt->info.toklist = TH_ptr;
236 symt->info.toklist = NULL;
361 symt->info.toklist = NULL;
813 symt->info.toklist = NULL;
1141 symt->info.toklist = TH_ptr;
1235 symt->info.toklist = NULL;
1416 symt->info.toklist = TH_ptr;
2095 TokenListHeader *toklist; local
2114 toklist = symt->info.toklist;
2115 if (toklist != NULL){
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Diasmgcc.d309 Token *toklist = null; in gccAsmSemantic() local
310 Token **ptoklist = &toklist; in gccAsmSemantic()
319 p.token = *toklist; in gccAsmSemantic()
424 Token* toklist = null; in parseAsm() local
425 Token** ptoklist = &toklist; in parseAsm()
455 auto res = semanticAsm(toklist); in parseAsm()

12345678