Home
last modified time | relevance | path

Searched refs:nextchar (Results 1 – 25 of 1442) sorted by relevance

12345678910>>...58

/dports/devel/py-sarge/sarge-0.1.6/sarge/
H A Dshlext.py49 if nextchar == '\n':
57 if not nextchar:
76 self.state = nextchar
78 self.token = nextchar
82 self.token = nextchar
89 self.state = nextchar
91 self.token = nextchar
95 self.token = nextchar
133 self.token += nextchar
137 if not nextchar:
[all …]
/dports/math/mpfi/mpfi-1.5.4/tests/
H A Dread_data.c74 nextchar = getc (f); in init_reading()
107 while (nextchar != EOF && nextchar != '\n') in skip_line()
144 switch (nextchar) { in read_sign()
160 nextchar = getc (f); in read_sign()
173 if (!isdigit (nextchar) || nextchar < '0' || nextchar > '4') { in read_exactness()
180 nextchar = getc (f); in read_exactness()
203 ungetc (nextchar, f); in read_ui()
222 nextchar = getc (f); in read_ui()
263 nextchar = getc (f); in read_uj()
299 nextchar = getc (f); in read_si()
[all …]
/dports/math/mpc/mpc-1.2.1/tests/
H A Dread_data.c31 int nextchar; variable
85 while (nextchar != EOF && nextchar != '\n') in skip_line()
87 if (nextchar != EOF) in skip_line()
128 if (nextchar == '"') in read_string()
133 while (nextchar != EOF && nextchar != '"') in read_string()
151 if (nextchar != '"') in read_string()
185 switch (nextchar) in read_ternary()
215 switch (nextchar) in read_mpfr_rounding_mode()
236 if (nextchar != EOF && !isspace (nextchar)) { in read_mpfr_rounding_mode()
259 if (nextchar == EOF) in read_int()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpc-1.2.1-c/tests/
H A Dread_data.c31 int nextchar; variable
85 while (nextchar != EOF && nextchar != '\n') in skip_line()
87 if (nextchar != EOF) in skip_line()
128 if (nextchar == '"') in read_string()
133 while (nextchar != EOF && nextchar != '"') in read_string()
151 if (nextchar != '"') in read_string()
185 switch (nextchar) in read_ternary()
215 switch (nextchar) in read_mpfr_rounding_mode()
236 if (nextchar != EOF && !isspace (nextchar)) { in read_mpfr_rounding_mode()
259 if (nextchar == EOF) in read_int()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/argcomplete/argcomplete/
H A Dmy_shlex.py157 if nextchar == '\n':
166 if not nextchar:
181 self.state = nextchar
183 self.token = nextchar
186 self.token = nextchar
191 self.state = nextchar
193 self.token = nextchar
230 nextchar != self.state and nextchar != escapedstate):
232 self.token += nextchar
235 if not nextchar:
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/argcomplete/
H A Dmy_shlex.py157 if nextchar == '\n':
166 if not nextchar:
181 self.state = nextchar
183 self.token = nextchar
186 self.token = nextchar
191 self.state = nextchar
193 self.token = nextchar
230 nextchar != self.state and nextchar != escapedstate):
232 self.token += nextchar
235 if not nextchar:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/argcomplete/argcomplete/
H A Dmy_shlex.py157 if nextchar == '\n':
166 if not nextchar:
181 self.state = nextchar
183 self.token = nextchar
186 self.token = nextchar
191 self.state = nextchar
193 self.token = nextchar
230 nextchar != self.state and nextchar != escapedstate):
232 self.token += nextchar
235 if not nextchar:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/argcomplete/argcomplete/
H A Dmy_shlex.py157 if nextchar == '\n':
166 if not nextchar:
181 self.state = nextchar
183 self.token = nextchar
186 self.token = nextchar
191 self.state = nextchar
193 self.token = nextchar
230 nextchar != self.state and nextchar != escapedstate):
232 self.token += nextchar
235 if not nextchar:
[all …]
/dports/devel/py-argcomplete/argcomplete-1.12.3/argcomplete/
H A Dmy_shlex.py157 if nextchar == '\n':
166 if not nextchar:
181 self.state = nextchar
183 self.token = nextchar
186 self.token = nextchar
191 self.state = nextchar
193 self.token = nextchar
230 nextchar != self.state and nextchar != escapedstate):
232 self.token += nextchar
235 if not nextchar:
[all …]
/dports/comms/owfs/owfs-3.2p4/module/owshell/src/c/
H A Dgetopt.c318 if (nextchar == NULL || *nextchar == '\0') { in _getopt_internal()
420 if (!strncmp(p->name, nextchar, nameend - nextchar)) { in _getopt_internal()
439 nextchar += strlen(nextchar); in _getopt_internal()
461 nextchar += strlen(nextchar); in _getopt_internal()
471 nextchar += strlen(nextchar); in _getopt_internal()
476 nextchar += strlen(nextchar); in _getopt_internal()
561 if (!strncmp(p->name, nextchar, nameend - nextchar)) { in _getopt_internal()
578 nextchar += strlen(nextchar); in _getopt_internal()
591 nextchar += strlen(nextchar); in _getopt_internal()
599 nextchar += strlen(nextchar); in _getopt_internal()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjlib-util/src/pjlib-util/
H A Dgetopt.c374 if (nextchar == NULL || *nextchar == '\0') in _getopt_internal()
484 if (!strncmp (p->name, nextchar, nameend - nextchar)) in _getopt_internal()
508 nextchar += strlen (nextchar); in _getopt_internal()
526 nextchar += strlen (nextchar); in _getopt_internal()
538 nextchar += strlen (nextchar); in _getopt_internal()
543 nextchar += strlen (nextchar); in _getopt_internal()
625 if (!strncmp (p->name, nextchar, nameend - nextchar)) in _getopt_internal()
647 nextchar += strlen (nextchar); in _getopt_internal()
662 nextchar += strlen (nextchar); in _getopt_internal()
672 nextchar += strlen (nextchar); in _getopt_internal()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/dtparse-1.2.0/src/
H A Dtokenize.rs83 token = Some(nextchar.to_string()); in next()
84 if self.isword(nextchar) { in next()
86 } else if self.isnum(nextchar) { in next()
88 } else if self.isspace(nextchar) { in next()
97 if self.isword(nextchar) { in next()
100 } else if nextchar == '.' { in next()
104 self.parse_string.push(nextchar); in next()
109 if self.isnum(nextchar) { in next()
112 } else if nextchar == '.' in next()
124 if nextchar == '.' || self.isword(nextchar) { in next()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dshlex.py141 if nextchar == '\n':
150 if not nextchar:
165 self.state = nextchar
167 self.token = nextchar
170 self.token = nextchar
175 self.state = nextchar
177 self.token = nextchar
214 nextchar != self.state and nextchar != escapedstate):
216 self.token += nextchar
219 if not nextchar:
[all …]
/dports/lang/python310/Python-3.10.1/Lib/
H A Dshlex.py141 if nextchar == '\n':
150 if not nextchar:
165 self.state = nextchar
167 self.token = nextchar
170 self.token = nextchar
175 self.state = nextchar
177 self.token = nextchar
214 nextchar != self.state and nextchar != escapedstate):
216 self.token += nextchar
219 if not nextchar:
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dshlex.py141 if nextchar == '\n':
150 if not nextchar:
165 self.state = nextchar
167 self.token = nextchar
170 self.token = nextchar
175 self.state = nextchar
177 self.token = nextchar
214 nextchar != self.state and nextchar != escapedstate):
216 self.token += nextchar
219 if not nextchar:
[all …]
/dports/lang/python39/Python-3.9.9/Lib/
H A Dshlex.py141 if nextchar == '\n':
150 if not nextchar:
165 self.state = nextchar
167 self.token = nextchar
170 self.token = nextchar
175 self.state = nextchar
177 self.token = nextchar
214 nextchar != self.state and nextchar != escapedstate):
216 self.token += nextchar
219 if not nextchar:
[all …]
/dports/lang/python38/Python-3.8.12/Lib/
H A Dshlex.py141 if nextchar == '\n':
150 if not nextchar:
165 self.state = nextchar
167 self.token = nextchar
170 self.token = nextchar
175 self.state = nextchar
177 self.token = nextchar
214 nextchar != self.state and nextchar != escapedstate):
216 self.token += nextchar
219 if not nextchar:
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dshlex.py141 if nextchar == '\n':
150 if not nextchar:
165 self.state = nextchar
167 self.token = nextchar
170 self.token = nextchar
175 self.state = nextchar
177 self.token = nextchar
214 nextchar != self.state and nextchar != escapedstate):
216 self.token += nextchar
219 if not nextchar:
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dshlex.py141 if nextchar == '\n':
150 if not nextchar:
165 self.state = nextchar
167 self.token = nextchar
170 self.token = nextchar
175 self.state = nextchar
177 self.token = nextchar
214 nextchar != self.state and nextchar != escapedstate):
216 self.token += nextchar
219 if not nextchar:
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dshlex.py141 if nextchar == '\n':
150 if not nextchar:
165 self.state = nextchar
167 self.token = nextchar
170 self.token = nextchar
175 self.state = nextchar
177 self.token = nextchar
214 nextchar != self.state and nextchar != escapedstate):
216 self.token += nextchar
219 if not nextchar:
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/
H A Dgetoptx.c56 static char *nextchar; variable
169 nextchar = 0; in getoptx()
173 if (nextchar == 0 || *nextchar == 0) in getoptx()
244 char *s = nextchar; in getoptx()
258 if (!strncmp (p->name, nextchar, s - nextchar)) in getoptx()
283 nextchar += strlen (nextchar); in getoptx()
300 nextchar += strlen (nextchar); in getoptx()
312 nextchar += strlen (nextchar); in getoptx()
316 nextchar += strlen (nextchar); in getoptx()
326 nextchar += strlen (nextchar); in getoptx()
[all …]
/dports/net/sntop/sntop-1.4.3/
H A Dgetopt_long.c42 static char *nextchar; variable
102 nextchar = NULL; in getopt_long()
120 if (nextchar == NULL || *nextchar == '\0') in getopt_long()
205 if (!strncmp (p->name, nextchar, s - nextchar)) in getopt_long()
231 nextchar += strlen (nextchar); in getopt_long()
261 nextchar += strlen (nextchar); in getopt_long()
274 nextchar += strlen (nextchar); in getopt_long()
278 nextchar += strlen (nextchar); in getopt_long()
338 optarg = nextchar; in getopt_long()
343 nextchar = NULL; in getopt_long()
[all …]
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/util/
H A Dgetoptx.c56 static char *nextchar; variable
169 nextchar = 0; in getoptx()
173 if (nextchar == 0 || *nextchar == 0) in getoptx()
244 char *s = nextchar; in getoptx()
258 if (!strncmp (p->name, nextchar, s - nextchar)) in getoptx()
283 nextchar += strlen (nextchar); in getoptx()
300 nextchar += strlen (nextchar); in getoptx()
312 nextchar += strlen (nextchar); in getoptx()
316 nextchar += strlen (nextchar); in getoptx()
326 nextchar += strlen (nextchar); in getoptx()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/
H A Dshlex.py141 if nextchar == '\n':
150 if not nextchar:
165 self.state = nextchar
167 self.token = nextchar
170 self.token = nextchar
175 self.state = nextchar
177 self.token = nextchar
214 nextchar != self.state and nextchar != escapedstate):
216 self.token += nextchar
219 if not nextchar:
[all …]
/dports/math/parmetis/parmetis-4.0.3/metis/GKlib/
H A Dgetopt.c355 if (nextchar == NULL || *nextchar == '\0') { in gk_getopt_internal()
456 if (!strncmp (p->name, nextchar, nameend - nextchar)) { in gk_getopt_internal()
479 nextchar += strlen (nextchar); in gk_getopt_internal()
502 nextchar += strlen (nextchar); in gk_getopt_internal()
514 nextchar += strlen (nextchar); in gk_getopt_internal()
519 nextchar += strlen (nextchar); in gk_getopt_internal()
609 if (!strncmp (p->name, nextchar, nameend - nextchar)) { in gk_getopt_internal()
630 nextchar += strlen (nextchar); in gk_getopt_internal()
644 nextchar += strlen (nextchar); in gk_getopt_internal()
654 nextchar += strlen (nextchar); in gk_getopt_internal()
[all …]

12345678910>>...58