Searched refs:alias (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-alias.el1 ;;; em-alias.el --- creation and management of command aliases
25 (provide 'em-alias)
30 (defgroup eshell-alias nil
39 ;; They exist as an alternative to alias functions, which are
46 ;; The user interface is simple: type 'alias' followed by the command
50 ;; alias ll 'ls -l $*'
54 ;; reparsing.{Only the command text specified in the alias definition
59 ;; To delete an alias, specify its name without a definition:
61 ;; alias ll
67 (defcustom eshell-aliases-file (concat eshell-directory-name "alias")
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Delfgcchack.h69 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
91 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
151 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias")));
163 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_alias")));
175 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alia
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Delfgcchack.h69 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
91 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
151 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias")));
163 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_alias")));
175 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alia
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/interp/
H A Dinterp.tcl64 set alias [linsert $dst 0 interp alias $path [lindex $m 0] {}]
65 eval $alias
73 set alias [linsert $dst 0 interp alias $path $c {}]
74 eval $alias
/macosx-10.10.1/sudo-73/src/
H A Dalias.c63 const struct alias *a1 = (const struct alias *)v1;
64 const struct alias *a2 = (const struct alias *)v2;
77 * Search the tree for an alias with the specified name and type.
78 * Returns a pointer to the alias structure or NULL if not found.
80 struct alias *
85 struct alias key;
87 struct alias *a = NULL;
94 * in the alias
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Duprntf_p.c1046 static ufmt_args* parseArguments(const UChar *alias, va_list ap, UErrorCode *status) { argument
1054 const UChar *aliasStart = alias;
1059 while(*alias != UP_PERCENT && *alias != 0x0000) {
1060 alias++;
1063 if(*alias == 0x0000) {
1067 alias++;
1070 if(ISDIGIT(*alias)) {
1073 if(ISDIGIT(*alias)) {
1074 pos = (int) (*alias
1222 const UChar *alias = fmt; local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dalias.c0 /* alias.c, created from alias.def. */
2 #line 34 "alias.def"
20 # include "../alias.h"
31 /* Hack the alias command in a Korn shell way. */
93 builtin_error (_("`%s': invalid alias name"), name);
117 #line 155 "alias.def"
125 register alias_t *alias; local
160 alias = find_alias (list->word->word);
162 if (alias)
[all...]
/macosx-10.10.1/ruby-106/ruby/enc/
H A Dencdb.c12 int rb_encdb_replicate(const char *alias, const char *orig);
13 int rb_encdb_alias(const char *alias, const char *orig);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dalias.c0 /* alias.c - mail alias lookup routines */
28 * DESC 'NIS mail alias'
43 NSSOV_INIT(alias)
45 NSSOV_CBPRIV(alias,
57 /* get the name of the alias */
63 Debug(LDAP_DEBUG_ANY,"alias entry %s does not contain %s value\n",
75 /* get the members of the alias */
93 NSSOV_CB(alias)
96 alias,bynam
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dx_x509a.c77 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
96 if (!x || !x->aux || !x->aux->alias)
98 ASN1_UTF8STRING_free(x->aux->alias);
99 x->aux->alias = NULL;
103 if(!aux->alias && !(aux->alias = ASN1_UTF8STRING_new())) return 0;
104 return ASN1_STRING_set(aux->alias, name, len);
125 if(!x->aux || !x->aux->alias) return NULL;
126 if(len) *len = x->aux->alias->length;
127 return x->aux->alias
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-alias.el1 ;;; mh-alias.el --- MH-E mail alias completion and expansion
40 (defvar mh-alias-alist 'not-read
42 (defvar mh-alias-blind-alist nil
44 (defvar mh-alias-passwd-alist nil
46 (defvar mh-alias-tstamp nil
48 (defvar mh-alias-read-address-map nil)
49 (unless mh-alias-read-address-map
50 (setq mh-alias-read-address-map
52 (define-key mh-alias
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Ddoctools.tcl202 interp alias {} ::$name {} ::doctools::DoctoolsProc $name
410 interp alias {} ::$name {}
678 interp alias $mpip dt_source {} ::doctools::Source $mpip [file dirname $format]
679 interp alias $mpip dt_read {} ::doctools::Read $mpip [file dirname $format]
680 interp alias $mpip dt_package {} ::doctools::Package $mpip
681 interp alias $mpip file {} ::doctools::FileOp $mpip
682 interp alias $mpip puts_stderr {} ::puts stderr
684 interp alias $mpip get_nr_include {} ::doctools::get_nr_include
743 interp alias $mpip dt_file {} ::doctools::GetFile $name
744 interp alias
[all...]
H A Ddocidx.tcl153 interp alias {} ::$name {} ::doctools::idx::DocIdxProc $name
320 interp alias {} ::$name {}
564 interp alias $mpip dt_source {} ::doctools::idx::Source $mpip [file dirname $format]
565 interp alias $mpip dt_read {} ::doctools::idx::Read $mpip [file dirname $format]
566 interp alias $mpip dt_package {} ::doctools::idx::Package $mpip
567 interp alias $mpip file {} ::doctools::idx::FileOp $mpip
568 interp alias $mpip puts_stderr {} ::puts stderr
626 interp alias $mpip dt_format {} ::doctools::idx::GetFormat $name
627 interp alias $mpip dt_user {} ::doctools::idx::GetUser $name
628 interp alias
[all...]
H A Ddoctoc.tcl153 interp alias {} ::$name {} ::doctools::toc::DocTocProc $name
320 interp alias {} ::$name {}
564 interp alias $mpip dt_source {} ::doctools::toc::Source $mpip [file dirname $format]
565 interp alias $mpip dt_read {} ::doctools::toc::Read $mpip [file dirname $format]
566 interp alias $mpip dt_package {} ::doctools::toc::Package $mpip
567 interp alias $mpip file {} ::doctools::toc::FileOp $mpip
568 interp alias $mpip puts_stderr {} ::puts stderr
626 interp alias $mpip dt_format {} ::doctools::toc::GetFormat $name
627 interp alias $mpip dt_user {} ::doctools::toc::GetUser $name
628 interp alias
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.func.c305 /* alias(&cmd); */
787 * Added precmd(), which checks for the alias
788 * precmd in aliases. If it's there, the alias
801 xprintf("%s", CGETS(22, 3, "Faulty alias 'precmd' removed.\n"));
819 xprintf("%s", CGETS(22, 3, "Faulty alias 'postcmd' removed.\n"));
843 xprintf("%s", CGETS(22, 4, "Faulty alias 'cwdcmd' removed.\n"));
865 xprintf("%s", CGETS(22, 5, "Faulty alias 'beepcmd' removed.\n"));
879 * Added period_cmd(), which executes the alias "periodic" every
892 xprintf("%s", CGETS(22, 6, "Faulty alias 'periodic' removed.\n"));
930 xprintf("%s", CGETS(22, 14, "Faulty alias 'jobcm
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/
H A DtablelistPublic.tcl71 interp alias {} ::tk::frame {} ::frame
72 interp alias {} ::tk::label {} ::label
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_alias.c136 alias_entry *alias = &entries[i]; local
138 if ( (!alias->regexp && alias_matches(fake, alias->fake) > 0)
139 || (alias->regexp && !ap_regexec(alias->regexp, fake, 0, NULL, 0))) {
146 alias->handler ? "Script" : "",
147 alias->regexp ? "Match" : "");
149 break; /* one warning per alias should be sufficient */
303 /* any number of '/' in the alias matches any number in
323 /* Check last alias pat
348 alias_entry *alias = &entries[i]; local
545 AP_DECLARE_MODULE(alias) = variable
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dalias.h0 /* alias.h -- structure definitions. */
28 typedef struct alias { struct
34 /* Values for `flags' member of struct alias. */
44 if the alias doesn't exist, else a pointer to the alias. */
47 /* Return the value of the alias for NAME, or NULL if there is none. */
50 /* Make a new alias from NAME and VALUE. If NAME can be found,
54 /* Remove the alias with name NAME from the alias list. Returns
55 the index of the removed alias, o
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtofile.tcl30 interp alias {} log_to_file_$lvl {} log_to_file $lvl
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dpluginmgr.tcl52 interp alias $ip page_log_error {} ${cmd}::error
53 interp alias $ip page_log_warning {} ${cmd}::warning
54 interp alias $ip page_log_info {} ${cmd}::info
104 #interp alias $ip page_read {} {*}$read
105 #interp alias $ip page_eof {} {*}$eof
108 eval [linsert $read 0 interp alias $ip page_read {}]
109 eval [linsert $eof 0 interp alias $ip page_eof {}]
112 interp alias $ip page_read_done {} ::page::pluginmgr::Nop
114 eval [linsert $complete 0 interp alias $ip page_read_done {}]
342 interp alias
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dpropname.h102 static int32_t getPropertyEnum(const char *alias);
103 static int32_t getPropertyValueEnum(int32_t property, const char *alias);
111 static int32_t getPropertyOrValueEnum(int32_t bytesTrieOffset, const char *alias);
146 * maximum length of any Unicode property (or property value) alias.
H A Ducnv_io.cpp24 * 06/28/2002 grhoten Major overhaul of the converter alias design.
25 * Now an alias can map to different converters
73 * list contains indexes into the string table for the alias name. The
76 * alias -> converter name mapping. Section 3 and 4 form a two column table.
85 * an alias mapped to this converter is ambiguous. See UCNV_CONVERTER_INDEX_MASK
87 * the predigested form of the 5th section so that an alias lookup can be fast.
90 * section is the full form of all alias mappings. The column index is the
96 * and is followed by indexes to alias names in the string table. This is
117 * has a unique alias among all converters. That same alias ca
317 isAlias(const char *alias, UErrorCode *pErrorCode) argument
549 findConverter(const char *alias, UBool *containsOption, UErrorCode *pErrorCode) argument
618 isAliasInList(const char *alias, uint32_t listOffset) argument
642 findTaggedAliasListsOffset(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
693 findTaggedConverterNum(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
737 ucnv_io_getConverterName(const char *alias, UBool *containsOption, UErrorCode *pErrorCode) argument
865 ucnv_io_countAliases(const char *alias, UErrorCode *pErrorCode) argument
883 ucnv_io_getAliases(const char *alias, uint16_t start, const char **aliases, UErrorCode *pErrorCode) argument
908 ucnv_io_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode) argument
955 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
975 ucnv_countAliases(const char *alias, UErrorCode *pErrorCode) argument
982 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode) argument
988 ucnv_getAliases(const char *alias, const char **aliases, UErrorCode *pErrorCode) argument
1001 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
[all...]
H A Dpropname.cpp258 int32_t PropNameData::getPropertyOrValueEnum(int32_t bytesTrieOffset, const char *alias) { argument
260 if(containsName(trie, alias)) {
267 int32_t PropNameData::getPropertyEnum(const char *alias) { argument
268 return getPropertyOrValueEnum(0, alias);
271 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) { argument
282 return getPropertyOrValueEnum(valueMaps[valueMapIndex], alias);
297 u_getPropertyEnum(const char* alias) { argument
299 return (UProperty)PropNameData::getPropertyEnum(alias);
312 const char* alias) {
314 return PropNameData::getPropertyValueEnum(property, alias);
311 u_getPropertyValueEnum(UProperty property, const char* alias) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dlocalealias.c125 const char *alias; member in struct:alias_map
170 item.alias = name;
181 /* We really found an alias. Return the value. */
188 /* Perhaps we can find another alias file. */
225 static const char aliasfile[] = "/locale.alias";
257 char *alias; local
273 alias = cp++;
276 /* Terminate alias name. */
308 alias_len = strlen (alias) + 1;
327 map[i].alias
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dlocalealias.c125 const char *alias; member in struct:alias_map
170 item.alias = name;
181 /* We really found an alias. Return the value. */
188 /* Perhaps we can find another alias file. */
225 static const char aliasfile[] = "/locale.alias";
257 char *alias; local
273 alias = cp++;
276 /* Terminate alias name. */
308 alias_len = strlen (alias) + 1;
327 map[i].alias
[all...]

Completed in 196 milliseconds

1234567891011>>