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

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_setup.h452 # define DOT_CHAR "_" macro
478 # ifndef DOT_CHAR
479 # define DOT_CHAR "." macro
483 # undef DOT_CHAR macro
484 # define DOT_CHAR "_" macro
H A Dnetrc.c71 #define NETRC DOT_CHAR "netrc"
H A Durl.c4558 DOT_CHAR "netrc file; using defaults\n",
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_parsecfg.c37 #define CURLRC DOT_CHAR "curlrc"
H A Dtool_operate.c1067 file = aprintf("%s/%sssh/known_hosts", home, DOT_CHAR);
/macosx-10.9.5/emacs-92/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 110 milliseconds