Home
last modified time | relevance | path

Searched refs:tokval (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfpp.c511 chkdef("__PGIC_MINOR__", tokval) chkdef(PGIF_MINOR, tokval) in fpp()
809 tokval[strlen(tokval + 1)] = 0; in doline()
1037 q = tokval; in dodef()
1308 pbstr(tokval); in subst()
1894 tokenval = (tokval[1] == 'x' || tokval[1] == 'X') in gettoken()
1952 if (tokval[2] <= '7' && tokval[2] >= '0') { in gettoken()
2117 *tokval++ = c; in nextok()
2286 *tokval = 0; in nextok()
2413 *tokval = 0; in nextok()
2443 --tokval; in nextok()
[all …]
H A Daccpp.c871 tokval[i] = 0; in accpp()
892 tokval[i] = 0; in accpp()
1297 tokval[strlen(tokval + 1)] = 0; in doline()
1367 tokval[strlen(tokval + 1)] = 0; in doident()
3587 if (tokval[1] == '>' && tokval[2] != '=') in gettoken()
3593 if (tokval[1] == '<' && tokval[2] != '=') in gettoken()
4552 --tokval; in nextok()
4565 --tokval; in nextok()
4650 --tokval; in nextok()
4655 --tokval; in nextok()
[all …]
/dports/devel/py-flynt/flynt-0.69/src/flynt/lexer/
H A DPyToken.py13 toknum, tokval, start, end, line = t
15 self.tokval: str = tokval
20 return self.toknum == token.OP and self.tokval == "%"
31 return self.toknum == token.OP and self.tokval == "["
34 return self.toknum == token.OP and self.tokval == "."
37 return self.toknum == token.OP and self.tokval == "("
40 return self.toknum == token.OP and self.tokval == "**"
50 if self.tokval[: len(qt)] == qt and self.tokval[-len(qt) :] == qt:
55 if self.tokval[1 : len(qt) + 1] == qt and self.tokval[-len(qt) :] == qt:
61 return self.toknum == token.STRING and self.tokval[0] == "u"
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/gas/
H A Dgas-eval.c82 i = scan(scpriv, tokval); in rexp0()
104 i = scan(scpriv, tokval); in rexp1()
125 i = scan(scpriv, tokval); in rexp2()
149 i = scan(scpriv, tokval); in rexp3()
191 i = scan(scpriv, tokval); in expr0()
212 i = scan(scpriv, tokval); in expr1()
233 i = scan(scpriv, tokval); in expr2()
256 i = scan(scpriv, tokval); in expr3()
285 i = scan(scpriv, tokval); in expr4()
433 tokval = tv; in evaluate()
[all …]
H A Dgas-preproc.c321 tokval->t_type = TOKEN_INVALID; in gas_scan_init()
326 if (tokval->t_integer) { in gas_scan_cleanup()
328 tokval->t_integer = NULL; in gas_scan_cleanup()
342 tokval->t_charptr = NULL; in gas_scan()
381 if (tokval->t_integer) { in gas_scan()
388 tokval->t_type = TOKEN_INVALID; in gas_scan()
427 tokval->t_type = c; in gas_scan()
449 return tokval->t_type; in gas_scan()
899 struct tokenval tokval; in expand_macro() local
1083 struct tokenval tokval; in substitute_values() local
[all …]
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/gas/
H A Dgas-eval.c82 i = scan(scpriv, tokval); in rexp0()
104 i = scan(scpriv, tokval); in rexp1()
125 i = scan(scpriv, tokval); in rexp2()
149 i = scan(scpriv, tokval); in rexp3()
191 i = scan(scpriv, tokval); in expr0()
212 i = scan(scpriv, tokval); in expr1()
233 i = scan(scpriv, tokval); in expr2()
256 i = scan(scpriv, tokval); in expr3()
285 i = scan(scpriv, tokval); in expr4()
433 tokval = tv; in evaluate()
[all …]
H A Dgas-preproc.c321 tokval->t_type = TOKEN_INVALID; in gas_scan_init()
326 if (tokval->t_integer) { in gas_scan_cleanup()
328 tokval->t_integer = NULL; in gas_scan_cleanup()
342 tokval->t_charptr = NULL; in gas_scan()
381 if (tokval->t_integer) { in gas_scan()
388 tokval->t_type = TOKEN_INVALID; in gas_scan()
427 tokval->t_type = c; in gas_scan()
449 return tokval->t_type; in gas_scan()
899 struct tokenval tokval; in expand_macro() local
1083 struct tokenval tokval; in substitute_values() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-eval.c83 i = scan(scpriv, tokval); in rexp0()
105 i = scan(scpriv, tokval); in rexp1()
126 i = scan(scpriv, tokval); in rexp2()
150 i = scan(scpriv, tokval); in rexp3()
192 i = scan(scpriv, tokval); in expr0()
213 i = scan(scpriv, tokval); in expr1()
234 i = scan(scpriv, tokval); in expr2()
257 i = scan(scpriv, tokval); in expr3()
286 i = scan(scpriv, tokval); in expr4()
432 tokval = tv; in nasm_evaluate()
[all …]
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/nasm/
H A Dnasm-eval.c83 i = scan(scpriv, tokval); in rexp0()
105 i = scan(scpriv, tokval); in rexp1()
126 i = scan(scpriv, tokval); in rexp2()
150 i = scan(scpriv, tokval); in rexp3()
192 i = scan(scpriv, tokval); in expr0()
213 i = scan(scpriv, tokval); in expr1()
234 i = scan(scpriv, tokval); in expr2()
257 i = scan(scpriv, tokval); in expr3()
286 i = scan(scpriv, tokval); in expr4()
432 tokval = tv; in nasm_evaluate()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dparser.c60 static struct tokenval tokval; variable
109 switch (tokval.t_integer) { in process_size_override()
148 switch (tokval.t_integer) { in process_size_override()
202 i = tokval.t_type; in parse_braces()
216 j = tokval.t_integer; in parse_braces()
447 i = stdscan(NULL, &tokval); in parse_line()
511 i = tokval.t_type; in parse_line()
637 string_transform(tokval.t_charptr, tokval.t_inttwo, in parse_line()
881 i = tokval.t_type; in parse_line()
911 i = tokval.t_type; in parse_line()
[all …]
H A Deval.c298 i = scan(scpriv, tokval); in rexp0()
658 i = scan(scpriv, tokval); in eval_floatize()
663 i = scan(scpriv, tokval); in eval_floatize()
674 i = scan(scpriv, tokval); in eval_floatize()
690 i = scan(scpriv, tokval); in eval_floatize()
702 i = scan(scpriv, tokval); in eval_strfunc()
711 string_len = string_transform(tokval->t_charptr, tokval->t_inttwo, in eval_strfunc()
733 i = scan(scpriv, tokval); in eval_strfunc()
886 tmpval = readstrnum(tokval->t_charptr, tokval->t_inttwo, &rn_warn); in expr6()
982 tokval = tv; in evaluate()
[all …]
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Druserpass.c77 char tokval[MAX_TOKVAL_SIZE]; in ruserpass() local
78 tokval[0] = '\0'; in ruserpass()
80 while ((t = token(tokval))) { in ruserpass()
88 if (token(tokval) != ID) in ruserpass()
93 if (strcasecmp(host, tokval) == 0) in ruserpass()
101 if (token(tokval) && *aname == 0) in ruserpass()
116 if (token(tokval) && *apass == 0) in ruserpass()
130 tokval, credentials_file); in ruserpass()
179 token(char *tokval) in token() argument
196 cp = tokval; in token()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dparser.c56 static struct tokenval tokval; variable
196 i = tokval.t_type; in parse_braces()
209 j = tokval.t_integer; in parse_braces()
422 int i = tokval.t_type; in parse_eops()
429 for (i = tokval.t_type; i != TOKEN_EOS; i = stdscan(NULL, &tokval)) { in parse_eops()
509 string_transform(tokval.t_charptr, tokval.t_inttwo, in parse_eops()
568 i = tokval.t_type; in parse_eops()
653 i = stdscan(NULL, &tokval); in parse_line()
723 i = tokval.t_type; in parse_line()
989 i = tokval.t_type; in parse_line()
[all …]
H A Deval.c65 static struct tokenval *tokval; /* The current token */ variable
263 return tt = scanfunc(scpriv, tokval); in scan()
766 string_len = string_transform(tokval->t_charptr, tokval->t_inttwo, in eval_strfunc()
878 enum ifunc func = tokval->t_integer; in expr6()
908 return eval_floatize(tokval->t_integer); in expr6()
911 return eval_strfunc(tokval->t_integer, tokval->t_charptr); in expr6()
939 tmpval = readstrnum(tokval->t_charptr, tokval->t_inttwo, &rn_warn); in expr6()
945 addtotemp(tokval->t_integer, 1L); in expr6()
1000 addtotemp(EXPR_RDSAE, tokval->t_integer); in expr6()
1027 tokval = tv; in evaluate()
[all …]
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dparser.c56 static struct tokenval tokval; variable
196 i = tokval.t_type; in parse_braces()
209 j = tokval.t_integer; in parse_braces()
422 int i = tokval.t_type; in parse_eops()
429 for (i = tokval.t_type; i != TOKEN_EOS; i = stdscan(NULL, &tokval)) { in parse_eops()
515 string_transform(tokval.t_charptr, tokval.t_inttwo, in parse_eops()
575 i = tokval.t_type; in parse_eops()
660 i = stdscan(NULL, &tokval); in parse_line()
730 i = tokval.t_type; in parse_line()
996 i = tokval.t_type; in parse_line()
[all …]
H A Deval.c65 static struct tokenval *tokval; /* The current token */ variable
263 return tt = scanfunc(scpriv, tokval); in scan()
761 string_len = string_transform(tokval->t_charptr, tokval->t_inttwo, in eval_strfunc()
873 enum ifunc func = tokval->t_integer; in expr6()
903 return eval_floatize(tokval->t_integer); in expr6()
906 return eval_strfunc(tokval->t_integer, tokval->t_charptr); in expr6()
934 tmpval = readstrnum(tokval->t_charptr, tokval->t_inttwo, &rn_warn); in expr6()
940 addtotemp(tokval->t_integer, 1L); in expr6()
995 addtotemp(EXPR_RDSAE, tokval->t_integer); in expr6()
1022 tokval = tv; in evaluate()
[all …]
/dports/ftp/tnftp/tnftp-20210827/src/
H A Druserpass.c73 static char tokval[100]; variable
141 tokval[tmp - host] == '\0') in ruserpass()
154 *aname = ftp_strdup(tokval); in ruserpass()
156 if (strcmp(*aname, tokval)) in ruserpass()
172 *apass = ftp_strdup(tokval); in ruserpass()
184 *aacct = ftp_strdup(tokval); in ruserpass()
292 cp = tokval; in token()
299 if (cp == tokval + sizeof(tokval)) { in token()
312 if (cp == tokval + sizeof(tokval)) { in token()
319 if (tokval[0] == 0) in token()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/core/computation/
H A Dparsing.py42 for char, tokval in (
90 toknum, tokval = tok
92 return tokenize.NAME, create_valid_python_identifier(tokval)
93 return toknum, tokval
127 tokval = next(tokenized)[1]
128 return create_valid_python_identifier(tokval)
159 for _, tokval, start, _, _ in token_generator:
160 if tokval == "`":
186 for toknum, tokval, start, _, _ in token_generator:
187 if tokval == "`":
[all …]
/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Druserpass.c73 static char tokval[100]; variable
104 cp = tokval; in token()
121 if (tokval[0] == 0) in token()
124 if (!strcmp(t->tokstr, tokval)) in token()
174 strncasecmp(hostname, tokval,
180 strncasecmp(host, tokval,
182 tokval[tmp - host] == '\0')
192 *aname = strdup(tokval);
194 if (strcmp(*aname, tokval))
208 *apass = strdup(tokval);
[all …]
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Druserpass.c72 static char tokval[100]; variable
133 if (strcasecmp(host, tokval) == 0)
140 tokval[tmp - hostname] == '\0')
145 tokval[tmp - host] == '\0')
155 *aname = strdup(tokval);
159 if (strcmp(*aname, tokval))
173 *apass = strdup(tokval);
186 *aacct = strdup(tokval);
285 cp = tokval; in token()
302 if (tokval[0] == 0) in token()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Druserpass.c62 static char tokval[100]; variable
152 if (strcasecmp(host, tokval) == 0)
164 tokval[tmp - host] == '\0')
181 *aname = strcpy(newp, tokval);
183 if (strcmp(*aname, tokval))
198 newp = malloc((unsigned) strlen(tokval) + 1);
204 *apass = strcpy(newp, tokval);
217 (void) strcpy(*aacct, tokval);
285 warnx2(_("Unknown .netrc keyword %s"), tokval);
313 cp = tokval; in libc_hidden_def()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/parsing/
H A Dsympy_parser.py65 toknum, tokval = token
68 if tokval == ')':
70 elif tokval == '(':
599 toknum, tokval = tokens[0]
635 for toknum, tokval in tokens:
637 op = tokval
658 for toknum, tokval in tokens:
660 if tokval == '^':
684 for toknum, tokval in tokens:
686 if (not num and '.' in tokval and 'e' not in tokval.lower() and
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/interactive/
H A Dsession.py96 for toknum, tokval, _, _, _ in g:
98 if unicodedata.normalize('NFKC', tokval) != tokval:
99 if tokval not in _NAMES_MAP:
100 _NAMES_MAP[tokval] = f'_{uuid.uuid4().hex!s}'
101 tokval = _NAMES_MAP[tokval]
102 result.append((toknum, tokval))
/dports/graphics/py-nwdiag/nwdiag-2.0.0/src/rackdiag/
H A Dparser.py85 tokval = lambda x: x.value function
86 op = lambda s: a(Token('Op', s)) >> tokval
88 _id = some(lambda t: t.type in id_tokens) >> tokval
89 keyword = lambda s: a(Token('Name', s)) >> tokval
90 rackheight = some(lambda t: t.type == 'RackHeight') >> tokval
91 number = some(lambda t: t.type == 'Number').named('number') >> tokval
92 rackitem = some(lambda t: t.type in rackitem_tokens) >> tokval
/dports/math/py-Diofant/Diofant-0.13.0/diofant/parsing/
H A Dsympy_parser.py535 toknum, tokval = tokens[0]
569 for toknum, tokval in tokens:
571 if tokval == '^':
576 result.append((toknum, tokval))
590 for toknum, tokval in tokens:
592 number = tokval
609 result.append((toknum, tokval))
618 for toknum, tokval in tokens:
620 if tokval == 'Float':
622 tokval = 'Rational'
[all …]

1234567891011