Home
last modified time | relevance | path

Searched refs:ISTOKEN (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/defs/
H A Ddedparser.cpp529 if (ISTOKEN(";")) in DENG2_PIMPL()
545 if (ISTOKEN(";")) in DENG2_PIMPL()
572 if (ISTOKEN(";")) in DENG2_PIMPL()
614 if (ISTOKEN(";")) in DENG2_PIMPL()
619 if (ISTOKEN("0")) in DENG2_PIMPL()
627 if (ISTOKEN("\"")) in DENG2_PIMPL()
703 if (ISTOKEN("\"")) in DENG2_PIMPL()
769 if (ISTOKEN("=") || ISTOKEN("{")) in DENG2_PIMPL()
840 if (ISTOKEN("Copy") || ISTOKEN("*")) in DENG2_PIMPL()
1174 if (ISTOKEN("Mobj") || ISTOKEN("Thing")) in DENG2_PIMPL()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/texc/
H A Dtexc.cpp22 #define ISTOKEN(x) (!stricmp(token, x)) macro
297 if (ISTOKEN("syntax")) in DoKeyword()
300 if (ISTOKEN("simple")) in DoKeyword()
311 else if (ISTOKEN("group")) in DoKeyword()
394 if (ISTOKEN("masked")) in DoTexture()
399 else if (ISTOKEN("flags")) in DoTexture()
405 else if (ISTOKEN("misc")) in DoTexture()
431 if (!ISTOKEN(",")) in DoTexture()
444 else if (ISTOKEN("@")) in DoTexture()
486 if (ISTOKEN("")) break; in DoCompile()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/uipp/mb/
H A DMBGenerate.C2129 if (ISTOKEN(value, "C")) in process_input()
2140 else if (ISTOKEN(name, "INPUT")) in process_input()
2167 else if (ISTOKEN(name, "OUTPUT")) in process_input()
2230 else if (ISTOKEN(name, "TYPES")) in process_input()
2247 if (ISTOKEN(value, "Value")) in process_input()
2265 if (ISTOKEN(value, "float")) in process_input()
2297 if (ISTOKEN(value, "Scalar")) in process_input()
2331 if (ISTOKEN(value, "Lines")) in process_input()
2349 else if (ISTOKEN(name, "COUNTS")) in process_input()
2357 if (ISTOKEN(value, "1")) in process_input()
[all …]
/dports/audio/julius/julius-4.1.2/libsent/src/util/
H A Dmystrtok.c36 #define ISTOKEN(A) strchr(delim, A) macro
65 while (*p != '\0' && ISTOKEN(*p)) p++; in mystrtok_quotation()
81 ((c != right_paren) || (*(p+1) != '\0' && !ISTOKEN(*(p+1))))) p++; in mystrtok_quotation()
87 while ((c = *p) != '\0' && (!ISTOKEN(c))) p++; in mystrtok_quotation()
/dports/security/nss/nss-3.76.1/nss/cmd/sdbthreadtst/
H A Dsdbthreadtst.c24 PRBool ISTOKEN = PR_TRUE; variable
77 ISTOKEN, PR_TRUE, NULL); in create_key_loop()
94 if (ISTOKEN && privKey) { in create_key_loop()
151 ISTOKEN = PR_FALSE; in main()
/dports/www/firefox/firefox-99.0/security/nss/cmd/sdbthreadtst/
H A Dsdbthreadtst.c24 PRBool ISTOKEN = PR_TRUE; variable
77 ISTOKEN, PR_TRUE, NULL); in create_key_loop()
94 if (ISTOKEN && privKey) { in create_key_loop()
151 ISTOKEN = PR_FALSE; in main()
/dports/security/ca_root_nss/nss-3.71/nss/cmd/sdbthreadtst/
H A Dsdbthreadtst.c24 PRBool ISTOKEN = PR_TRUE; variable
77 ISTOKEN, PR_TRUE, NULL); in create_key_loop()
94 if (ISTOKEN && privKey) { in create_key_loop()
151 ISTOKEN = PR_FALSE; in main()
/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Dm_jconf.c56 #define ISTOKEN(A) (A == ' ' || A == '\t' || A == '\n') ///< Determine token characters macro
409 while (*p != '\0' && ISTOKEN(*p)) p++; in config_file_parse()
414 while (*p != '\0' && (!ISTOKEN(*p))) { in config_file_parse()
/dports/audio/julius/julius-4.1.2/libsent/src/wav2mfcc/
H A Dpara.c182 #define ISTOKEN(A) (A == ' ' || A == '\t' || A == '\n') ///< Determine token characters macro
219 while (*p != '\0' && ISTOKEN(*p)) p++; in htk_config_file_parse()
222 while (*p != '\0' && (!ISTOKEN(*p)) && *p != '=') p++; in htk_config_file_parse()
225 while (*p != '\0' && ((ISTOKEN(*p)) || *p == '=')) p++; in htk_config_file_parse()
228 while (*p != '\0' && (!ISTOKEN(*p))) p++; in htk_config_file_parse()
/dports/devel/bison/bison-3.7.6/src/
H A Dlssi.c206 if (ISTOKEN (it)) in shortest_path_from_start()
354 if (ISTOKEN (next_sym)) in lssi_reverse_production()
H A Dgram.h109 # define ISTOKEN(i) ((i) < ntokens) macro
H A Dnullable.c80 if (ISTOKEN (*rp)) in nullable_compute()
H A Dstate.h133 (ISTOKEN (TRANSITION_SYMBOL (Transitions, Num)))
H A Dparse-simulation.c418 if (ISTOKEN (sp) || !nullable[sp - ntokens]) in nullable_closure()
460 if (ISTOKEN (sym1) && ISVAR (sym2)) in compatible()
462 else if (ISVAR (sym1) && ISTOKEN (sym2)) in compatible()
/dports/lang/mono/mono-5.10.1.57/mcs/jay/
H A Ddefs.h139 #define ISTOKEN(s) ((s) < start_symbol) macro
H A Dlalr.c225 if (ISTOKEN(symbol)) break; in set_goto_map()
259 if (ISTOKEN(symbol)) break; in set_goto_map()
/dports/lang/ocaml/ocaml-4.05.0/yacc/
H A Dlalr.c218 if (ISTOKEN(symbol)) break; in set_goto_map()
252 if (ISTOKEN(symbol)) break; in set_goto_map()
H A Ddefs.h114 #define ISTOKEN(s) ((s) < start_symbol) macro
/dports/devel/byaccj/byaccj1.15/src/
H A Dlalr.c184 if (ISTOKEN(symbol)) break; in set_goto_map()
218 if (ISTOKEN(symbol)) break; in set_goto_map()
/dports/devel/cscout/cscout-bd7dfac/btyacc/
H A Dlalr.c183 if (ISTOKEN(symbol)) break; in set_goto_map()
217 if (ISTOKEN(symbol)) break; in set_goto_map()
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlyac/
H A Dlalr.c200 if (ISTOKEN(symbol)) break; in set_goto_map()
234 if (ISTOKEN(symbol)) break; in set_goto_map()
H A Ddefs.h158 #define ISTOKEN(s) ((s) < start_symbol) macro
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/
H A Dlalr.c218 if (ISTOKEN(symbol)) break; in set_goto_map()
252 if (ISTOKEN(symbol)) break; in set_goto_map()
H A Ddefs.h114 #define ISTOKEN(s) ((s) < start_symbol) macro
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/
H A Dlalr.c205 if (ISTOKEN(symbol)) in set_goto_map()
240 if (ISTOKEN(symbol)) in set_goto_map()

12