Searched refs:exp_name (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.parse.c869 * On subsequent matches, shorten exp_name to the first
870 * character mismatch between exp_name and item.
874 recognize(struct Strbuf *exp_name, const Char *item, size_t name_length, argument
883 exp_name->len = 0;
884 Strbuf_append(exp_name, item);
885 Strbuf_terminate(exp_name);
889 for (x = exp_name->s, ent = item; *x && (*x & TRIM) == (*ent & TRIM);
893 for (x = exp_name->s, ent = item; *x; x++, ent++) {
908 exp_name->len = x - exp_name
926 tw_collect_items(COMMAND command, int looking, struct Strbuf *exp_dir, struct Strbuf *exp_name, Char *target, const Char *pat, int flags) argument
1236 tw_suffix(int looking, struct Strbuf *word, const Char *exp_dir, Char *exp_name) argument
1300 tw_fixword(int looking, struct Strbuf *word, Char *dir, Char *exp_name) argument
1345 tw_collect(COMMAND command, int looking, struct Strbuf *exp_dir, struct Strbuf *exp_name, Char *target, Char *pat, int flags, DIR *dir_fd) argument
1519 struct Strbuf exp_name = Strbuf_INIT;/* the recognized (extended) */ local
2344 choose_scroll_tab(struct Strbuf *exp_name, int cnt) argument
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddlltool.c353 static char *exp_name; variable
1813 inform (_("Generating export file: %s"), exp_name);
2038 assemble_file (TMP_ASM, exp_name);
3299 exp_name = optarg;
3373 if (!dll_name && exp_name)
3375 /* If we are inferring dll_name from exp_name,
3378 const char* exp_basename = lbasename (exp_name);
3410 if (exp_name)

Completed in 98 milliseconds