HomeSort by: relevance | last modified time | path
    Searched defs:TEXT (Results 1 - 24 of 24) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
opened.c 32 /* Format of optional text.
87 VSTRING *text = vstring_alloc(100); local
89 #define TEXT (vstring_str(text))
91 vstring_vsprintf(text, fmt, ap);
94 *TEXT ? " (" : "", TEXT, *TEXT ? ")" : "");
95 vstring_free(text);
  /src/sys/arch/x68k/stand/mboot/
Makefile 9 # text address
10 TEXT= 00002000
24 CPPFLAGS+= -DTEXTADDR="0x${TEXT}"
29 LINKFLAGS= -N -static -Ttext ${TEXT}
  /src/sys/arch/x68k/stand/boot/
Makefile 13 # text address
14 TEXT= 0x6000
37 CPPFLAGS+= -DTEXTADDR="${TEXT}"
45 LINKFLAGS+= --defsym=TEXTADDR=$(TEXT)
  /src/sys/arch/x68k/stand/boot_ufs/
Makefile 13 # text and bss addresses
14 TEXT= 0x003000 # Primary (me)
44 CPPFLAGS+= -DTEXTADDR="$(TEXT)" -DBOOT_TEXTADDR="$(BOOT_TEXT)"
52 LINKFLAGS+= --defsym=TEXTADDR=$(TEXT)
  /src/external/gpl3/gcc/dist/gcc/text-art/
ruler.h 24 #include "text-art/canvas.h"
29 with text labels either above or, in this example, below:
33 with logic to ensure that the text labels don't overlap
42 TEXT,
53 styled_string text,
55 label_kind kind = label_kind::TEXT);
98 label (const canvas::range_t &range, styled_string text, style::id_t style_id,
  /src/external/gpl3/gdb/dist/gdb/
minsyms.h 217 first minimal symbol that matches NAME and has text type. If OBJF
231 only data symbols (not text symbols) are considered, and a non-NULL
259 TEXT,
261 /* Prefer mst_solib_trampoline symbols when there are text and
266 /* Prefer mst_text_gnu_ifunc symbols when there are text and ifunc
294 lookup_msym_prefer prefer = lookup_msym_prefer::TEXT,
  /src/external/gpl3/gdb.old/dist/gdb/
minsyms.h 220 first minimal symbol that matches NAME and has text type. If OBJF
233 only data symbols (not text symbols) are considered, and a non-NULL
260 TEXT,
262 /* Prefer mst_solib_trampoline symbols when there are text and
267 /* Prefer mst_text_gnu_ifunc symbols when there are text and ifunc
295 lookup_msym_prefer prefer = lookup_msym_prefer::TEXT,
  /src/sys/arch/hpc/include/
platid.h 79 #ifndef TEXT
80 #define TEXT(x) L##x
84 #define TEXT(x) x
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-account.cpp 54 enum class AccountOutputFormats { TEXT, CSV };
57 cl::values(clEnumValN(AccountOutputFormats::TEXT,
58 "text", "report stats in text"),
376 // We spend some effort to make the text output more readable, so we do the
510 case AccountOutputFormats::TEXT:
  /src/external/bsd/nvi/dist/common/
common.h 57 typedef struct _text TEXT;
  /src/external/gpl2/groff/dist/src/preproc/grn/
gprint.h 51 #define TEXT(t) ( (t <= CENTCENT) || (t >= TOPLEFT) )
54 * The above (TEXT) test is dependent on the relative values of the
  /src/usr.bin/sed/
defs.h 72 char *new; /* Replacement text */
98 char *t; /* Text for : a c i r w */
114 TEXT, /* a c i */
  /src/sys/arch/amiga/dev/
grf_cl.c 161 * Default hardcoded text mode. This grf_cl is set up to
162 * use one text mode only, and this is it. You may use
678 /* XXX so grfconfig can tell us the correct text dimensions. */
1423 char TEXT;
1427 TEXT = (gv->depth == 4);
1450 if (TEXT) {
1473 if (TEXT)
1525 WSeq(ba, SEQ_ID_MEMORY_MODE, (TEXT || (gv->depth == 1)) ? 0x06 : 0x0e);
1527 if (TEXT || (gv->depth == 1))
1533 sr15 = (TEXT || (gv->depth == 1)) ? 0xd0 : 0xb0
    [all...]
grf_cv3d.c 166 * Default hardcoded text mode. This grf_cv3d is set up to
167 * use one text mode only, and this is it. You may use
737 /* Refresh count 1, High speed text font, enhanced color mode */
761 /* colors for text mode */
831 /* XXX so grfconfig can tell us the correct text dimensions. */
1219 char TEXT, CONSOLE;
1224 TEXT = (gv->depth == 4);
1279 * Disable enhanced Mode for text display
1286 if (TEXT) {
1297 if (TEXT)
    [all...]
grf_et.c 149 * Default hardcoded text mode. This grf_et is set up to
150 * use one text mode only, and this is it. You may use
637 /* XXX so grfconfig can tell us the correct text dimensions. */
1139 char TEXT;
1144 TEXT = (gv->depth == 4);
1166 if (TEXT) {
1189 if (TEXT)
1233 WSeq(ba, SEQ_ID_MEMORY_MODE, (TEXT || (gv->depth == 1)) ? 0x06 : 0x0e);
1299 (TEXT ? ((md->fy - 1) & 0x1f) : 0x00));
1302 ((TEXT || (gv->depth == 1)) ? 0xc3 : 0xab))
    [all...]
grf_cv.c 141 * Default hardcoded text mode. This grf_cv is set up to
142 * use one text mode only, and this is it. You may use
791 /* Refresh count 1, High speed text font, enhanced color mode */
815 /* colors for text mode */
910 /* XXX so grfconfig can tell us the correct text dimensions. */
1306 char TEXT, CONSOLE;
1311 TEXT = (gv->depth == 4);
1370 /* Disable enhanced Mode for text display */
1372 vgaw(ba, ECR_ADV_FUNC_CNTL, (TEXT ? 0x00 : 0x31));
1374 if (TEXT)
    [all...]
  /src/usr.bin/fstat/
fstat.c 118 #define TEXT -1
337 case TEXT: \
338 (void)printf(" text"); \
  /src/external/bsd/byacc/dist/
defs.h 121 ,TEXT
  /src/external/bsd/tmux/dist/
screen-write.c 42 enum { TEXT, CLEAR } type;
399 struct utf8_data *text; local
408 text = utf8_fromcstr(tmp);
415 for (end = idx; text[end].size != 0; end++) {
416 if (text[end].size == 1 && text[end].data[0] == '\n')
418 if (at + text[end].width > left)
420 at += text[end].width;
427 if (text[end].size == 0)
429 else if (text[end].size == 1 && text[end].data[0] == '\n'
    [all...]
  /src/external/bsd/ekermit/dist/
kermit.h 103 #define F_SCAN /* Scan files for text/binary */
217 #define TEXT 1
314 short binary; /* 0 = text, 1 = binary */
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 765 const char *text; member in struct:dlist
1079 d->text = desc;
1088 d->text = dir;
2068 fprintf (f, "\t%s\t\"%s\"\n", ASM_TEXT, dl->text);
2083 for (p = dl->text; *p; p++)
2240 #define TEXT 0
2257 INIT_SEC_DATA (TEXT, ".text", TEXT_SEC_FLAGS, 2),
2268 INIT_SEC_DATA (TEXT, ".text", TEXT_SEC_FLAGS, 2)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 765 const char *text; member in struct:dlist
1079 d->text = desc;
1088 d->text = dir;
2067 fprintf (f, "\t%s\t\"%s\"\n", ASM_TEXT, dl->text);
2082 for (p = dl->text; *p; p++)
2239 #define TEXT 0
2256 INIT_SEC_DATA (TEXT, ".text", TEXT_SEC_FLAGS, 2),
2267 INIT_SEC_DATA (TEXT, ".text", TEXT_SEC_FLAGS, 2)
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 198 TEXT = 395,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 202 TEXT = 395,

Completed in 128 milliseconds