Home
last modified time | relevance | path

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

/third_party/mksh/
Dfuncs.c843 ctype(wp[0][0], C_MINUS | C_PLUS) && wp[0][1] == '\0') { in c_alias()
1482 if (!ctype((op = *cp), C_EQUAL | C_MINUS | C_PLUS)) in c_umask()
1523 } else if (!ctype(*cp, C_EQUAL | C_MINUS | C_PLUS)) in c_umask()
Dmisc.c123 if (ctype(n[0], C_MINUS | C_PLUS) && n[1] && !n[2]) in option()
515 ctype(argv[go.optind][0], C_MINUS | C_PLUS) && in parse_args()
Dshf.c1035 if (ctype(*s, C_SPC | C_PLUS | C_MINUS)) { in shf_vfprintf()
Deval.c1501 ctype(c, C_EQUAL | C_MINUS | C_QUEST) : c == ORD('+')))) || in varsub()
Dsh.h1525 #define C_MINUS CiMINUS /* - hyphen-minus */ macro