Searched refs:DOT_CHAR (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_setup.h440 # define DOT_CHAR "_" macro
466 # ifndef DOT_CHAR
467 # define DOT_CHAR "." macro
471 # undef DOT_CHAR macro
472 # define DOT_CHAR "_" macro
H A Dnetrc.c72 #define NETRC DOT_CHAR "netrc"
H A Durl.c4904 DOT_CHAR "netrc file; using defaults\n",
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_parsecfg.c37 #define CURLRC DOT_CHAR "curlrc"
H A Dtool_operate.c1047 file = aprintf("%s/%sssh/known_hosts", home, DOT_CHAR);
/macosx-10.10/emacs-93/emacs/src/
H A Dlread.c2975 #define DOT_CHAR 2
3000 state |= DOT_CHAR;
3037 && (state == (LEAD_INT|DOT_CHAR|TRAIL_INT)
3038 || state == (DOT_CHAR|TRAIL_INT)
3040 || state == (LEAD_INT|DOT_CHAR|TRAIL_INT|E_CHAR|EXP_INT)
3041 || state == (DOT_CHAR|TRAIL_INT|E_CHAR|EXP_INT)));
2965 #define DOT_CHAR macro

Completed in 205 milliseconds