Home
last modified time | relevance | path

Searched refs:alt_name (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/bsd/nvi/dist/common/
H A Dscreen.c77 if (orig->alt_name != NULL && in screen_init()
78 (sp->alt_name = strdup(orig->alt_name)) == NULL) in screen_init()
183 if (sp->alt_name != NULL) in screen_end1()
184 free(sp->alt_name); in screen_end1()
H A Dexf.c1429 if (sp->alt_name != NULL) in set_alt_name()
1430 free(sp->alt_name); in set_alt_name()
1432 sp->alt_name = NULL; in set_alt_name()
1433 else if ((sp->alt_name = strdup(name)) == NULL) in set_alt_name()
H A Dscreen.h167 char *alt_name; /* Ex/vi: alternate file name. */ member
/netbsd/external/bsd/pdisk/dist/
H A Dpdisk.c130 void do_display_block(partition_map_header *map, char *alt_name);
1066 do_display_block(partition_map_header *map, char *alt_name) in do_display_block() argument
1081 if (alt_name == 0) { in do_display_block()
1087 name = strdup(alt_name); in do_display_block()
/netbsd/external/bsd/nvi/dist/ex/
H A Dex_read.c245 name = sp->alt_name; in ex_read()
H A Dex_argv.c367 if ((t = sp->alt_name) == NULL) { in argv_fexp()
/netbsd/external/bsd/nvi/dist/vi/
H A Dv_ex.c192 if ((name = sp->alt_name) == NULL) { in v_switch()
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcert.c1879 int name, alt_name, same; in match_tree() local
1883 name = alt_name = same = *match = 0; in match_tree()
1914 match_alt_name(&t->val[i].base, c, &same, &alt_name); in match_tree()
1916 if (name && (!same || alt_name)) in match_tree()
/netbsd/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in5146 my $alt_name;
5148 $alt_name = $routine;
5178 $alt_name = $function_info[$ref_index]{'alt_name'};
5180 gp_message ("debugXL", $subr_name, "alt_name = $alt_name");
6866 my $alt_name;
6972 $alt_name = $function_info[$index_into_function_info]{"alt_name"};
6982 $name_in_header = $alt_name;
6990 push (@final_function_names, $alt_name);
6995 gp_message ("debugXL", $subr_name, "alt_name = $alt_name");
8563 my $alt_name = $routine;
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-s390.c275 const char * alt_name; in s390_parse_cpu() member
336 && strncmp (arg, cpu_table[icpu].alt_name, l_alt) == 0 in s390_parse_cpu()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c275 const char * alt_name; in s390_parse_cpu() member
338 && strncmp (arg, cpu_table[icpu].alt_name, l_alt) == 0 in s390_parse_cpu()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c275 const char * alt_name; in s390_parse_cpu() member
336 && strncmp (arg, cpu_table[icpu].alt_name, l_alt) == 0 in s390_parse_cpu()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s390.c275 const char * alt_name; in s390_parse_cpu() member
336 && strncmp (arg, cpu_table[icpu].alt_name, l_alt) == 0 in s390_parse_cpu()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1628 name, alt_name, enum, is_errno = self._category_info(cat)
1647 name = alt_name
/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display.c13483 #define PIPE_CONF_CHECK_M_N_ALT(name, alt_name) do { \ in intel_pipe_config_compare() argument
13486 !intel_compare_link_m_n(&current_config->alt_name, \ in intel_pipe_config_compare()
13497 current_config->alt_name.tu, \ in intel_pipe_config_compare()
13498 current_config->alt_name.gmch_m, \ in intel_pipe_config_compare()
13499 current_config->alt_name.gmch_n, \ in intel_pipe_config_compare()
13500 current_config->alt_name.link_m, \ in intel_pipe_config_compare()
13501 current_config->alt_name.link_n, \ in intel_pipe_config_compare()