OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch_isdigit
(Results
1 - 14
of
14
) sorted by relevancy
/src/usr.bin/make/unit-tests/
cond-token-number.mk
14
# See the
ch_isdigit
call in CondParser_String.
25
# See the
ch_isdigit
call in CondParser_String.
36
# See the
ch_isdigit
call in CondParser_String.
47
# See the
ch_isdigit
call in CondParser_String.
/src/usr.bin/xlint/common/
lint.h
177
ch_isdigit
(char ch)
function in typeref:typename:bool
/src/usr.bin/indent/
lexi.c
384
if (
ch_isdigit
(in.p[0]) ||
385
(in.p[0] == '.' &&
ch_isdigit
(in.p[1]))) {
args.c
249
if (!(
ch_isdigit
(*arg_arg) && p->i_min <= num && num <= p->i_max))
indent.h
535
ch_isdigit
(char ch)
function in typeref:typename:bool
/src/usr.bin/xlint/lint1/
err.c
460
for (;
ch_isdigit
(*p); p = end + 1) {
790
for (;
ch_isdigit
(*p); p = end + 1) {
emit1.c
190
if (
ch_isdigit
(sym->s_name[0])) /* see mktempsym */
470
while (
ch_isdigit
(c)) {
483
while (
ch_isdigit
(c)) {
537
if (
ch_isdigit
(sym->s_name[0])) /* see mktempsym */
decl.c
1846
!
ch_isdigit
(sym->s_name[0]) && /* see mktempsym */
2953
if (sym->s_block_level == 0 &&
ch_isdigit
(sym->s_name[0]))
/src/usr.bin/xlint/lint2/
chk.c
655
if (
ch_isdigit
(fc)) {
657
do { fc = *fp++; } while (
ch_isdigit
(fc));
674
if (
ch_isdigit
(fc)) {
677
} while (
ch_isdigit
(fc));
860
if (
ch_isdigit
(fc)) {
862
do { fc = *fp++; } while (
ch_isdigit
(fc));
read.c
695
if (
ch_isdigit
(c)) {
884
if (
ch_isdigit
(c)) {
/src/usr.bin/make/
arch.c
483
ch_isdigit
(memName[sizeof AR_EFMT1 - 1])) {
694
(
ch_isdigit
(out_arh->ar_name[sizeof AR_EFMT1 - 1]))) {
cond.c
469
!
ch_isdigit
(*start)) {
709
if (
ch_isdigit
(p[0]) || p[0] == '-' || p[0] == '+')
make.h
1185
ch_isdigit
(char ch) { return isdigit((unsigned char)ch) != 0; }
function in typeref:typename:MAKE_INLINE bool MAKE_ATTR_USE
var.c
1630
ch_isdigit
(rp[1]))
2315
if (!
ch_isdigit
(**pp))
2536
if (!
ch_isdigit
(**pp))
3132
} else if (!
ch_isdigit
(sep[1]))
Completed in 23 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025