Searched defs:text (Results 1 - 25 of 34) sorted by relevance

12

/ast/src/cmd/nmake/
H A DMakefile68 text='hard link' macro
69 echo "$text" > /tmp/mkl$$/nl
72 "$text") _feature_="$_feature_ ln" ;;
/ast/src/lib/libast/misc/
H A Dtranslate.c60 char text[1]; /* message text */ member in struct:__anon296
81 { offsetof(Message_t, text), 0, 0 },
111 strcpy(mp->text, msg);
275 * msg message text to be translated
277 * the translated message text is returned on success
/ast/src/lib/libcmd/
H A Dcksum.c88 "[T:text?Read files in text mode (i.e., treat \b\\r\\n\b as \b\\n\b).]"
136 int text; /* \r\n == \n */ member in struct:State_s
197 if (state->text)
470 state.text = 0;
528 state.text = 1;
H A Dcp.c196 char text[PATH_MAX]; /* link text buffer */ member in struct:State_s
579 if ((n = pathgetlink(ent->fts_path, state->text, sizeof(state->text) - 1)) < 0)
581 error(ERROR_SYSTEM|2, "%s: cannot read symbolic link text", ent->fts_path);
584 state->text[n] = 0;
585 if (pathsetlink(state->text, state->path))
/ast/src/lib/libcodex/
H A Dcode-uu.c65 int text; member in struct:State_s
173 int text; local
176 string = text = 0;
195 else if (streq(s, "text"))
196 text = 1;
211 state->text = text;
307 if (state->text)
345 if (state->text)
358 if (state->text)
[all...]
/ast/src/cmd/dsslib/text/
H A Dtext.c22 * text method
29 "[+DESCRIPTION?The \bdss\b text method describes newline-terminated"
30 " field-delimited text file data. The method schema is a \bscanf\b(3)"
36 " [+dss -x text::::\b\"%(name)s::%(passwd::Encrypted\\ password.)s::%(uid)d::%(gid)d::%(comment)s::%(home)s::%(shell)s\"\\ 'passwd==\"\"&&uid==0'\\ "
41 "\n--method=text[,option...]\n"
65 * text identf
75 * text fopenf
91 * text fclosef
187 * text readf
194 register Text_t* text local
333 register Text_t* text = (Text_t*)file->dss->meth->data; local
450 register Text_t* text; local
[all...]
/ast/src/cmd/html/
H A Dbb2tok.c85 token(State_t* state, Sfio_t* op, const char* text, const Header_t* head, int push) argument
91 if (*state->lex == LABEL && (streq(text, ":") || streq(text, "Code") || streq(text, "wrote")))
98 sfputr(op, text, *state->lex == HEADER ? ' ' : '\n');
H A Dtroff2html.h232 Dir_t* hot; /* hot text list */
273 int interrupt; /* text interrupted by \c */
275 int text; /* output text line count */ member in struct:State_s::__anon100
/ast/src/cmd/tests/cdt/
H A Dtvsafehash.c153 char text[16]; local
161 { sprintf(text, "%d", num);
169 argv[i++] = text;
H A Dtvsaferehash.c155 char text[16]; local
163 { sprintf(text, "%d", num);
171 argv[i++] = text;
H A Dtvsafetree.c152 char text[16]; local
160 { sprintf(text, "%d", num);
168 argv[i++] = text;
H A Dtvsharemem.c242 char text[16]; local
250 { sprintf(text, "%d", num);
260 argv[i++] = text;
/ast/src/cmd/tw/
H A Dexpr.c212 static char text[PATH_MAX]; local
323 if (!S_ISLNK(st->st_mode) || pathgetlink(PATH(ftw), text, sizeof(text)) < 0)
324 text[0] = 0;
325 v.string = text;
/ast/src/lib/libast/features/
H A Dsignal.c40 char* text; member in struct:_m_
364 else if (map[j].text)
365 printf(" \"%s\",\n", map[j].text);
/ast/src/lib/libtk/generic/
H A DtkMenubutton.c41 char *text; /* Text to display in button (malloc'ed) member in struct:__anon410
43 int numChars; /* # of characters in text. */
49 * then text and textVar and underline
52 * NULL. If non-NULL, bitmap, text, and
85 XFontStruct *fontPtr; /* Information about text font, or NULL. */
92 GC normalTextGC; /* GC for drawing text in normal mode. */
93 GC activeTextGC; /* GC for drawing text in active mode (NULL
95 Pixmap gray; /* Pixmap for displaying disabled text/icon if
99 * draw button text or icon. Otherwise
100 * text o
[all...]
H A DtkButton.c41 char *text; /* Text to display in button (malloc'ed) member in struct:__anon390
43 int numChars; /* # of characters in text. */
50 * then text and textVar are ignored. */
52 * NULL. If non-NULL, bitmap, text, and
90 XFontStruct *fontPtr; /* Information about text font, or NULL. */
97 GC normalTextGC; /* GC for drawing text in normal mode. Also
100 GC activeTextGC; /* GC for drawing text in active mode (NULL
102 Pixmap gray; /* Pixmap for displaying disabled text if
106 * draw button text or icon. Otherwise
107 * text o
[all...]
H A DtkCanvText.c4 * This file implements text items for canvas widgets.
19 * One of the following structures is kept for each line of text
20 * in a text item. It contains geometry and display information
26 * line (in the "text" field of enclosing
27 * text item). */
37 int x1, y1; /* Upper-left pixel that is part of text
40 int x2, y2; /* Lower-left pixel that is part of text
46 * The structure below defines the record for each text item.
58 char *text; /* Text for item (malloc-ed). */ member in struct:TextItem
59 int numChars; /* Number of non-NULL characters in text
[all...]
H A DtkListbox.c26 int textLength; /* # non-NULL characters in text. */
35 char text[4]; /* Characters of this element, NULL- member in struct:Element
86 XFontStruct *fontPtr; /* Information about text font, or NULL. */
88 GC textGC; /* For drawing normal text. */
93 GC selTextGC; /* For drawing selected text. */
592 interp->result = elPtr->text;
595 Tcl_AppendElement(interp, elPtr->text);
1148 elPtr->text, elPtr->textLength);
1165 * of any of the text of the listbox entries.
1234 XTextExtents(listPtr->fontPtr, elPtr->text, elPt
[all...]
/ast/src/cmd/mailx/
H A Dhead.c176 if (!mimecmp("text/plain", data, NiL) || !mimecmp("text/enriched", data, NiL))
503 off_t text; local
521 text = body;
530 text = ftell(pp->fp);
564 text = ftell(pp->fp);
569 n = fseek(pp->fp, text, SEEK_SET);
570 pp->count -= text - body;
/ast/src/cmd/pax/
H A Dbio.c82 #define TEXT(b,c,t) text(t,(unsigned char*)b,c)
88 * return 1 if b is text data in f charset
104 text(unsigned char* map, register unsigned char* b, ssize_t n) function
/ast/src/lib/libz/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */
110 int text; /* true if compressed data believed to be text */ member in struct:gz_header_s
675 deflate(). The text, time, os, extra field, name, and comment information
685 If deflateSetHeader is not used, the default gzip header has text false,
828 The text, time, xflags, and os fields are filled in with the gzip header
/ast/src/lib/libexpr/
H A Dexpr.h249 Sfio_t* text; /* text output stream */ member in struct:Exccdisc_s
/ast/src/cmd/jcl/
H A Dcpy2dss.c42 "[d:delimiter?Set the \b--text\b field delimiter character. XML"
44 "[D:terminator?Set the \b--text\b record terminator character. XML"
47 "[e:escape?Set the \b--text\b field escape character. XML"
55 "[q:quote?Set the \b--text\b field quote begin character. If"
59 "[Q:end-quote?Set the \b--text\b field quote end character. If"
66 "[t:text?Generate a field-delimited newline-terminated text schema"
70 " delimited by the \b--terminator\b character. If \b--text\b is"
166 int text; member in struct:State_s
659 i = state.sized && !state.text
[all...]
/ast/src/cmd/builtin/
H A Dpty.c46 "in text are converted, including \\E for ESC and \\cX for "
67 "in text are converted, including \\E for ESC and \\cX for "
379 * return 1 is extended re pattern matches text
383 match(char* pattern, char* text, int must) argument
397 if (text)
398 error(2, "got \"%s\"", fmtesq(text, "\""));
403 if (!text)
406 error(2, "expected EOF, got \"%s\"", fmtesq(text, "\""));
410 if (!text)
422 if (regexec(re, text,
706 char* text; member in struct:Cond_s
[all...]
/ast/src/lib/libuu/
H A Duulib.c60 "text", UU_TEXT,
168 int text; local
176 text = !!(uu->flags & UU_TEXT);
182 sfprintf(uu->op, "%s%s%s %03o %s\n", UU_BEGIN, uu->meth.id, text ? "-text" : "", c, uu->path ? uu->path : "-");
204 if (text && c1 == '\n')
224 if (text && c2 == '\n')
243 if (text && c3 == '\n')
286 int text; local
296 text
[all...]

Completed in 46 milliseconds

12