Home
last modified time | relevance | path

Searched refs:COMMON (Results 1 – 25 of 101) sorted by relevance

12345

/mirbsd/src/gnu/usr.bin/binutils/gas/
Das.h222 #ifndef COMMON
224 #define COMMON /* Declare our COMMONs storage here. */ macro
226 #define COMMON extern /* Our commons live elsewhere. */ macro
292 COMMON subsegT now_subseg;
295 COMMON segT now_seg;
409 COMMON unsigned char flag_no_comments; /* -f */
410 COMMON unsigned char flag_debug; /* -D */
411 COMMON unsigned char flag_signed_overflow_ok; /* -J */
413 COMMON unsigned char flag_warn_displacement; /* -K */
417 COMMON int flag_keep_locals; /* -L */
[all …]
Dwrite.h173 COMMON fixS *text_fix_root, *text_fix_tail; /* Chains fixSs. */
174 COMMON fixS *data_fix_root, *data_fix_tail; /* Chains fixSs. */
175 COMMON fixS *bss_fix_root, *bss_fix_tail; /* Chains fixSs. */
179 COMMON fixS **seg_fix_rootP, **seg_fix_tailP; /* -> one of above. */
Dfrags.h113 COMMON fragS *frag_now;
118 COMMON fragS zero_address_frag;
120 COMMON fragS bss_address_frag;
Demul.h39 COMMON struct emulation * this_emulation;
/mirbsd/src/usr.bin/vi/docs/
DTODO4 COMMON: There's a serious problem with error returns -- we need to separate
19 COMMON: It's known that it's possible to sync the backing files in the
25 COMMON: The complete list of POSIX.1 calls that can return EINTR are:
35 COMMON: The vi main command loop should use the general-purpose overflow
44 COMMON: Open mode is not yet implemented.
46 COMMON: ^C isn't passed to the shell in the script windows as an interrupt
49 COMMON: The options:
58 COMMON: If you run out of space in the recovery directory, the recovery
61 COMMON: Should "view" set a lock on the file?
63 COMMON: Field editing shouldn't be hard to add to nvi:
[all …]
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Dmaxqcoff.sc26 *(COMMON)
33 *(COMMON)
Dst2000.sc16 *(COMMON)
Di960.sc21 *(COMMON)
Debmon29k.sc22 *(COMMON)
Ddlx.sc26 *(COMMON)
Dmipsbsd.sc26 *(COMMON)
Dtic30aout.sc29 *(COMMON)
Di386msdos.sc32 *(COMMON)
Driscix.sc30 *(COMMON)
Dor32.sc33 *(COMMON)
Dhppaelf.sc33 *(COMMON)
Da29k.sc33 *(COMMON)
Darmaout.sc30 *(COMMON)
Dsa29200.sc39 *(COMMON)
Dz8000.sc34 *(COMMON);
Dw65.sc41 *(COMMON)
Dtic30coff.sc42 *(COMMON);
Dh8500m.sc43 *(COMMON)
Dh8500s.sc43 *(COMMON)
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
Dmakefile.in106 COMMON = $(LOB)/HTParse$o $(LOB)/HTAccess$o $(LOB)/HTTP$o \
157 C_SRC = $(COMMON:$o=.c)
181 $(LOB)/libwww.a : $(COMMON)
182 $(AR) $(ARFLAGS) $(LOB)/libwww.a $(COMMON)

12345