Home
last modified time | relevance | path

Searched refs:C_EDQ (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dmisc.c950 { "sh_edq", C_EDQ },
Dsh.h1410 #define C_EDQ (CiANGLE | CiCOLON | CiCURLY | CiEQUAL | CiGRAVE | CiHASH | CiQC | CiQCL | CiQCX | Ci… macro
Dedit.c862 if (ctype(s[add], C_IFS | C_EDQ)) { in x_escape()