HomeSort by relevance Sort by last modified time
    Searched refs:isoctal (Results 1 - 4 of 4) sorted by null

  /external/libedit/src/
unvis.c 77 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro
343 if (isoctal(uc)) {
359 if (isoctal(uc)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 759 isoctal = False
765 isoctal = True
767 if not isoctal:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 759 isoctal = False
765 isoctal = True
767 if not isoctal:
  /external/ppp/pppd/
options.c 1120 #define isoctal(c) ((c) >= '0' && (c) < '8') macro
1233 if (isoctal(c)) {
1238 for (n = 0; n < 3 && isoctal(c); ++n) {
1345 #undef isoctal macro
    [all...]

Completed in 120 milliseconds