Home
last modified time | relevance | path

Searched refs:C_MINUS (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dmisc.c122 if (ctype(n[0], C_MINUS | C_PLUS) && n[1] && !n[2]) in option()
463 ctype(argv[go.optind][0], C_MINUS | C_PLUS) && in parse_args()
Dfuncs.c816 ctype(wp[0][0], C_MINUS | C_PLUS) && wp[0][1] == '\0') { in c_alias()
1469 if (!ctype((op = *cp), C_EQUAL | C_MINUS | C_PLUS)) in c_umask()
1510 } else if (!ctype(*cp, C_EQUAL | C_MINUS | C_PLUS)) in c_umask()
Dshf.c1034 if (ctype(*s, C_SPC | C_PLUS | C_MINUS)) { in shf_vfprintf()
Deval.c1351 ctype(c, C_EQUAL | C_MINUS | C_QUEST) : (unsigned int)c == ORD('+')))) || in varsub()
Dsh.h1457 #define C_MINUS CiMINUS /* - hyphen-minus */ macro