OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isalnum
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/xsrc/external/mit/libXaw/dist/src/
XawI18n.c
89
return (
isalnum
(*mb));
Actions.c
250
if (ch == XAW_PRIV_VAR_PREFIX ||
isalnum
(ch) || ch == '_' || ch == '\\')
257
while ((ch = *info->cp) && (
isalnum
(ch) || ch == '_'))
AsciiSrc.c
699
if (!
isalnum
(c)) {
773
if (!
isalnum
(c)) {
/xsrc/external/mit/MesaLib/dist/src/util/
xxd.py
46
return "".join([c if c.
isalnum
() or c == "_" else "_" for c in n])
u_debug.c
41
#include <ctype.h> /*
isalnum
*/
268
if (!*str || !(
isalnum
(*str) || *str == '_')) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
xxd.py
46
return "".join([c if c.
isalnum
() or c == "_" else "_" for c in n])
/xsrc/external/mit/makedepend/dist/
ifparser.c
88
for (cp++;
isalnum
(*cp) || *cp == '_'; cp++);
262
if (strncmp(cp, "defined", 7) == 0 && !
isalnum
(cp[7])) {
parse.c
197
while (
isalnum
(*p) || *p == '_')
422
while (
isalnum
(*val) || *val == '_')
main.c
138
if (!
isalnum
(*p)) {
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
imLcPrs.c
130
#ifndef
isalnum
131
#define
isalnum
(c) \
macro
262
if (
isalnum
(c) || c == '_' || c == '-') {
266
while (
isalnum
(c) || c == '_' || c == '-') {
/xsrc/external/mit/xfs/dist/os/
config.c
211
while (
isalnum
(*c) || *c == '-') {
244
for (; val >= c && (
isalnum
(*val) || *val == '-'); val--);
/xsrc/external/mit/MesaLib.old/dist/src/util/
u_debug.c
42
#include <ctype.h> /*
isalnum
*/
245
if (!*str || !(
isalnum
(*str) || *str == '_')) {
/xsrc/external/mit/bitmap/dist/
atobm.c
83
if (!((isascii(c) &&
isalnum
(c)) || c == '_')) name[i] = '_';
/xsrc/external/mit/freetype/dist/src/tools/
apinames.c
308
while (
isalnum
( *p ) || *p == '_' )
/xsrc/external/mit/xedit/dist/lisp/
string.c
1284
if (!
isalnum
(string[offset]))
1291
if (
isalnum
(string[offset])) {
1315
if (!
isalnum
(string[offset]))
1321
if (
isalnum
(newstring[offset]))
format.c
1104
if (
isalnum
(*ptr))
1109
if (
isalnum
(*ptr)) {
/xsrc/external/mit/xkbevd/dist/
cfgscan.c
349
while (((ch = getc(yyin)) != EOF) && (
isalnum
(ch) || (ch == '_'))) {
/xsrc/external/mit/xorg-server/dist/glx/
glxdricommon.c
351
if (!
isalnum
(get_extensions_name[i]))
/xsrc/external/mit/xterm/dist/
charclass.c
321
if (
isalnum
(ch) || ch == '_') {
/xsrc/external/mit/xf86-video-geode/dist/src/
z4l.c
956
if (
isalnum
(ch) == 0)
969
if (
isalnum
(ch) == 0)
983
if (
isalnum
(ch) == 0)
1092
if (
isalnum
(ch) == 0)
/xsrc/external/mit/xkbcomp/dist/
xkbscan.c
590
while (((ch = scanchar()) != EOF) && (
isalnum
(ch) || (ch == '_')))
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
headergen2.c
460
if (
isalnum
(f.guard[j]))
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-param-util.h
647
if (!
isalnum
(name[index]) && name[index] != '_')
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
x68kConfig.c
235
} while (
isalnum
(c) || c == '_');
/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
x68kConfig.c
220
} while (
isalnum
(c) || c == '_');
Completed in 26 milliseconds
1
2
Indexes created Sun Jul 05 00:25:41 UTC 2026