Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dsyntax.h95 #define ISCTL(c) ((c) >= CTL_FIRST && (c) <= CTL_LAST) macro
97 #define ISCTL(c) (BASESYNTAX[(int)(c)] == CCTL)