HomeSort by: relevance | last modified time | path
    Searched refs:ch_isalnum (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/xlint/common/
lint.h 165 ch_isalnum(char ch) function in typeref:typename:bool
  /src/tests/usr.bin/indent/
fmt_decl.c 915 ch_isalnum(char ch) function in typeref:typename:bool
934 ch_isalnum(char ch) function in typeref:typename:bool
  /src/usr.bin/indent/
lexi.c 176 return ch_isalnum(ch) || ch == '_' || ch == '$';
indent.h 517 ch_isalnum(char ch) function in typeref:typename:bool
  /src/usr.bin/xlint/xlint/
xlint.c 260 return ch_isalnum(ch)
  /src/usr.bin/xlint/lint1/
lex.c 1126 while (ch_isalnum(*p) || *p == '_')
1140 if (strncmp(p, "do", 2) == 0 && !ch_isalnum(p[2]) && p[2] != '_')
  /src/usr.bin/make/
parse.c 947 while (ch_isalnum(*dirend) || *dirend == '-')
1998 if (start == cmd || !ch_isalnum(p[-1]))
1999 if (!ch_isalnum(p[4]))
make.h 1181 ch_isalnum(char ch) { return isalnum((unsigned char)ch) != 0; } function in typeref:typename:MAKE_INLINE bool MAKE_ATTR_USE
cond.c 1172 while (ch_isalnum(*p) || *p == '_')
var.c 2336 if (!ch_isalnum(**pp))
  /src/usr.bin/xlint/lint2/
read.c 1094 if (!ch_isalnum(c) && c != '_')

Completed in 22 milliseconds