OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ksh_isalphx
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
var.c
179
if (set_refflag == SRF_NOP && (p != n) &&
ksh_isalphx
(n[0])) {
232
if (!
ksh_isalphx
(c)) {
304
if (!
ksh_isalphx
(*n)) {
962
if (s &&
ksh_isalphx
(*s)) {
977
if (s[0] == CHAR &&
ksh_isalphx
(s[1])) {
[
all
...]
lex.c
503
} else if (
ksh_isalphx
(c)) {
[
all
...]
expr.c
537
else if (
ksh_isalphx
(c)) {
sh.h
925
#define
ksh_isalphx
(c) ctype((c), C_ALPHA)
macro
[
all
...]
Completed in 27 milliseconds