Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libreadline/
H A Dchardefs.h113 #ifndef ISOCTAL
114 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') macro
H A Dbind.c425 for (temp = 2, c -= '0'; ISOCTAL (seq[i]) && temp--; i++)