Home
last modified time | relevance | path

Searched refs:ISRPAREN (Results 1 – 2 of 2) sorted by relevance

/dports/games/powwow/powwow-1.2.17/
H A Dedit.c874 if (ISRPAREN(edbuf[i])) { in __P1()
911 if (ISRPAREN(c)) in __P1()
H A Ddefines.h100 #define ISRPAREN(c) ((c) == ')' || (c) == ']' || (c) == '}') macro