Searched refs:dohex (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/python_modules-35/xattr/
H A Drtool.py96 dohex = False
137 dohex = True
194 if dohex:
233 if dohex or hasNulls(attrs[attr_name]):
240 if dohex or hasNulls(attrs[attr_name]):
/macosx-10.9.5/Heimdal-323.92.1/lib/otp/
H A Dotp_parse.c197 int dohex = 1; local
203 dohex = 0;
209 if (ret && dohex)
/macosx-10.9.5/vim-53/src/proto/
H A Dcharset.pro51 void vim_str2nr __ARGS((char_u *start, int *hexp, int *len, int dooct, int dohex, long *nptr, unsigned long *unptr));
/macosx-10.9.5/vim-53/src/
H A Dcharset.c1787 * If "dohex" is non-zero recognize hex numbers, when > 1 always assume
1791 vim_str2nr(start, hexp, len, dooct, dohex, nptr, unptr)
1797 int dohex; /* recognize hex number */
1817 if (dohex && (hex == 'X' || hex == 'x') && vim_isxdigit(ptr[2]))
1851 else if (hex != 0 || dohex > 1)
H A Dops.c5092 int dohex; local
5099 dohex = (vim_strchr(curbuf->b_p_nf, 'x') != NULL); /* "heX" */
5110 if (dohex)
5113 if ( dohex
5208 vim_str2nr(ptr + col, &hex, &length, dooct, dohex, NULL, &n);

Completed in 134 milliseconds