Home
last modified time | relevance | path

Searched refs:T_NUM (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/kf5-kservice/kservice-5.89.0/src/services/
H A Dktraderparsetree.cpp127 c1.type = ParseContext::T_NUM; in eval()
145 c2.type = ParseContext::T_NUM; in eval()
173 if (c1.type == ParseContext::T_NUM) { in eval()
183 if (c1.type == ParseContext::T_NUM) { in eval()
194 if (c1.type == ParseContext::T_NUM) { in eval()
204 if (c1.type == ParseContext::T_NUM) { in eval()
266 if (c1.type == ParseContext::T_NUM) { in eval()
293 if (c1.type == ParseContext::T_NUM) { in eval()
307 if (c1.type == ParseContext::T_NUM) { in eval()
323 if (c1.type == ParseContext::T_NUM) { in eval()
[all …]
/dports/sysutils/screen/screen-4.8.0/
H A Dterm.c38 { "li", T_NUM },
39 { "co", T_NUM },
113 { "sg", T_NUM },
114 { "ug", T_NUM },
123 { "Co", T_NUM },
140 { "ws", T_NUM },
161 { "OL", T_NUM },
/dports/shells/ksh93/ast-93u/src/lib/libcmd/
H A Dexpr.c121 #define T_NUM 1 macro
141 #define numeric(np) ((np)->type&T_NUM)
208 np->type = T_NUM; in getnode()
218 np->type = T_NUM; in getnode()
280 np->type |= T_NUM; in getnode()
311 np->type = T_NUM; in expr_cond()
325 np->type |= T_NUM; in expr_cond()
369 np->type = T_NUM; in expr_mult()
389 np->type = T_NUM; in expr_add()
457 np->type = T_NUM; in expr_cmp()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcmd/
H A Dexpr.c121 #define T_NUM 1 macro
141 #define numeric(np) ((np)->type&T_NUM)
208 np->type = T_NUM; in getnode()
218 np->type = T_NUM; in getnode()
280 np->type |= T_NUM; in getnode()
311 np->type = T_NUM; in expr_cond()
325 np->type |= T_NUM; in expr_cond()
369 np->type = T_NUM; in expr_mult()
389 np->type = T_NUM; in expr_add()
457 np->type = T_NUM; in expr_cmp()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcmd/
H A Dexpr.c121 #define T_NUM 1 macro
141 #define numeric(np) ((np)->type&T_NUM)
208 np->type = T_NUM; in getnode()
218 np->type = T_NUM; in getnode()
280 np->type |= T_NUM; in getnode()
311 np->type = T_NUM; in expr_cond()
325 np->type |= T_NUM; in expr_cond()
369 np->type = T_NUM; in expr_mult()
389 np->type = T_NUM; in expr_add()
457 np->type = T_NUM; in expr_cmp()
[all …]
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dplayer.h60 T_COUNT = T_LAST+1, T_NUM = (T_LAST-T_FIRST)+1 enumerator
71 int mapbals[T_NUM][T_NUM] = {
83 VAR(IDF_READONLY, teamidxnum, 1, T_NUM, -1);
85 extern int mapbals[T_NUM][T_NUM];
104 #define numteams(a,b) (m_team(a,b) ? T_NUM : 1)
107 #define valteam(a,b) (a >= b && a <= T_NUM)
H A Ddefendmode.h230 static vector<int> owners[T_NUM], enemies[T_NUM], modified; in balance()
231 loopk(T_NUM) in balance()
/dports/net/binkd/binkd-1.0.4/
H A Dftnaddr.c88 #define T_NUM 2 macro
93 ((t).n == -1 ? T_NULL : T_NUM)))
142 if (token_type (token[i]) == T_NUM && token[i + 1].c == ':') in parse_ftnaddress()
148 if (token_type (token[i]) == T_NUM && token[i + 1].c == '/') in parse_ftnaddress()
156 if (token_type (token[i]) == T_NUM) in parse_ftnaddress()
165 if (token_type (token[i + 1]) != T_NUM) in parse_ftnaddress()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/iscsi/
H A Discsi_text.c116 T_NUM, /* numeric */ enumerator
139 {"CHAP_A", T_NUM, 5},
141 {"CHAP_I", T_NUM, 0},
147 {"DefaultTime2Retain", T_NUM, 20},
148 {"DefaultTime2Wait", T_NUM, 2},
149 {"ErrorRecoveryLevel", T_NUM, 0},
159 {"MaxConnections", T_NUM, 1},
160 {"MaxOutstandingR2T", T_NUM, 1},
560 case T_NUM: in get_parameter()
685 case T_NUM: in put_parameter()
[all …]
/dports/databases/gdbm/gdbm-1.22/src/
H A Dgram.y38 %token <num> T_NUM "number"
268 | T_TYPE T_IDENT '[' T_NUM ']'
272 | T_OFF T_NUM
277 | T_PAD T_NUM
H A Dgram.h57 T_NUM = 267, enumerator
/dports/textproc/chpp/chpp-0.3.5/
H A Darithscan.l43 …ER_INT; yylval.val.intVal = atoi(yytext); yylval.val.doubleVal = yylval.val.intVal; return T_NUM; }
44 …BLE; yylval.val.doubleVal = atof(yytext); yylval.val.intVal = yylval.val.doubleVal; return T_NUM; }
H A Darithparse.h11 #define T_NUM 265 macro
H A Darithparse.y54 %token T_NUM T_IDENT
246 term : T_NUM { $$ = $1; }
/dports/misc/window/window/
H A Dscanner.c368 cx.x_token = T_NUM; in s_gettok()
380 cx.x_token = T_NUM; in s_gettok()
398 cx.x_token = T_NUM; in s_gettok()
410 cx.x_token = T_NUM; in s_gettok()
H A Dtoken.h61 #define T_NUM 18 macro
H A Dparser5.c157 case T_NUM:
/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Drr_types.h97 #define T_NUM 51 macro
109 extern const unsigned short int rrlkuptab[T_NUM];
111 const unsigned short int rrlkuptab[T_NUM] = {
397 extern const char *const rrnames[T_NUM];
399 const char *const rrnames[T_NUM] = {
H A Drr_types.c43 for (i=0;i<T_NUM;i++) { in rr_tp_byname()
/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DStackobj.pm34 sub T_NUM () { 2 } subroutine
164 elsif ( $type == T_NUM ) {
191 elsif ( $type == T_NUM || $flags & VALID_NUM ) {
377 $obj->{type} = T_NUM;
/dports/devel/p5-B-C/B-C-1.57/ramblings/
H A Dcc.notes6 VALID_NUM holds for each T_NUM and VALID_SV holds otherwise.
29 type T_NUM, and VALID_SV holds for other objects. An object is
/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Dtoken.h51 T_NUM, /* A */ enumerator
/dports/devel/p5-Carp-Datum/Carp-Datum-0.1.3/Datum/
H A DParser.pm24 $T_NUM=266;
1132 if (s/^(0\d+)\b//) { $yylval = oct($1); return $T_NUM; }
1133 if (s/^(0b[01]+)\b//i) { $yylval = bin($1); return $T_NUM }
1134 if (s/^(0x[\da-f]+)\b//i) { $yylval = hex($1); return $T_NUM }
1135 if (s/^(\d+)\b//) { $yylval = int($1); return $T_NUM }
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dequate.c138 if ( tokenarray[2].token == T_NUM && in CreateAssemblyTimeVariable()
383 if ( tokenarray[2].token == T_NUM && Token_Count == 3 ) { in CreateConstant()
421 if ( tokenarray[2].token == T_NUM && Token_Count == 3 ) { in CreateConstant()
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dplayer.h62 T_NUM = (T_LAST-T_FIRST)+1, enumerator
102 #define numteams(a,b) (m_play(a) && m_team(a,b) ? (m_multi(a,b) ? T_TOTAL : T_NUM) : 1)

12