OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ksh_isdigit
(Results
1 - 12
of
12
) sorted by null
/external/mksh/src/
var.c
240
if (
ksh_isdigit
(c)) {
241
for (c = 0;
ksh_isdigit
(*n); n++)
529
} else if (
ksh_isdigit
(c))
723
if (!
ksh_isdigit
(val[i]))
[
all
...]
syn.c
1064
while (
ksh_isdigit
(*s)) {
1085
while (
ksh_isdigit
(*s)) {
1092
while (
ksh_isdigit
(*s))
misc.c
463
if (!
ksh_isdigit
(c))
1011
if (
ksh_isdigit
(argv[go->optind - 1][go->p])) {
1017
if (argv[go->optind] &&
ksh_isdigit
(argv[go->optind][0])) {
[
all
...]
lex.c
425
} else if (
ksh_isdigit
(c) ||
926
if (!
ksh_isdigit
(dp[c2 + 1]))
[
all
...]
shf.c
844
if (
ksh_isdigit
(c)) {
846
while (c = *fmt++,
ksh_isdigit
(c))
funcs.c
1283
if ((p = wp[1]) && *p == '-' && (
ksh_isdigit
(p[1]) ||
[
all
...]
expr.c
545
} else if (
ksh_isdigit
(c)) {
histrap.c
1174
if (
ksh_isdigit
(*name)) {
[
all
...]
jobs.c
[
all
...]
main.c
1317
for (fd = 0;
ksh_isdigit
(*name); ++name)
[
all
...]
edit.c
[
all
...]
sh.h
233
#define
ksh_isdigit
(c) (((c) >= '0') && ((c) <= '9'))
macro
[
all
...]
Completed in 98 milliseconds