Searched refs:TEXT (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-12-stable/contrib/dialog/samples/
H A Dtextbox-both8 TEXT=/usr/share/common-licenses/GPL
9 test -f $TEXT || TEXT=../COPYING
12 cat $TEXT | expand >> $tempfile
14 $DIALOG --clear --title "TEXT BOX" \
H A Dtextbox-help8 TEXT=/usr/share/common-licenses/GPL
9 test -f $TEXT || TEXT=../COPYING
12 cat $TEXT | expand >> $tempfile
14 $DIALOG --clear --title "TEXT BOX" \
H A Dtextbox38 TEXT=/usr/share/common-licenses/GPL
9 test -f $TEXT || TEXT=../COPYING
12 cat $TEXT | expand >> $tempfile
14 $DIALOG --clear --title "TEXT BOX" \
/freebsd-12-stable/contrib/byacc/test/
H A Derr_syntax10.y7 %token <TEXT> '(' '*' '&'
/freebsd-12-stable/contrib/expat/lib/
H A Dloadlibrary.c85 HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32"));
97 if(_tcspbrk(filename, TEXT("\\/"))) {
120 _tcscpy(path + _tcslen(path), TEXT("\\"));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql51 root TEXT UNIQUE NOT NULL,
54 uuid TEXT NOT NULL
70 local_abspath TEXT UNIQUE
89 checksum TEXT NOT NULL PRIMARY KEY,
107 md5_checksum TEXT NOT NULL
133 local_relpath TEXT NOT NULL,
138 parent_relpath TEXT,
146 conflict_old TEXT,
147 conflict_new TEXT,
148 conflict_working TEXT,
[all...]
/freebsd-12-stable/contrib/nvi/common/
H A Dcut.c34 * Put a range of lines/columns into a TEXT buffer.
235 TEXT *tp;
243 /* Create a TEXT structure that can hold the entire line. */
249 * copy the portion we want, and reset the TEXT length.
292 * Allocate a new TEXT structure.
294 * PUBLIC: TEXT *text_init(SCR *, const CHAR_T *, size_t, size_t);
296 TEXT *
303 TEXT *tp;
305 CALLOC(sp, tp, TEXT *, 1, sizeof(TEXT));
[all...]
H A Dcommon.h44 typedef struct _text TEXT; typedef in typeref:struct:_text
H A Dline.c91 TEXT *tp;
114 * Look-aside into the TEXT buffers and see if the line we want
118 l1 = ((TEXT *)TAILQ_FIRST(sp->tiq))->lno;
119 l2 = ((TEXT *)TAILQ_LAST(sp->tiq, _texth))->lno;
122 TRACE(sp, "retrieve TEXT buffer line %lu\n", (u_long)lno);
485 ep->c_nlines + (((TEXT *)TAILQ_LAST(sp->tiq, _texth))->lno -
486 ((TEXT *)TAILQ_FIRST(sp->tiq))->lno) : ep->c_nlines));
522 *lnop += ((TEXT *)TAILQ_LAST(sp->tiq, _texth))->lno -
523 ((TEXT *)TAILQ_FIRST(sp->tiq))->lno;
559 ((TEXT *)TAILQ_LAS
[all...]
H A Dextern.h8 TEXT *text_init(SCR *, const CHAR_T *, size_t, size_t);
10 void text_free(TEXT *);
H A Dput.c45 TEXT *ltp, *tp;
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_txt.c47 static int txt_dent(SCR *, TEXT *);
48 static void txt_prompt(SCR *, TEXT *, ARG_CHAR_T, u_int32_t);
61 TEXT ait, *ntp, *tp;
70 * Get a TEXT structure with some initial buffer space, reusing the
71 * last one if it's big enough. (All TEXT bookkeeping fields default
187 * TEXT.
225 * Swap old and new TEXT's, and insert the new TEXT
356 txt_prompt(SCR *sp, TEXT *tp, ARG_CHAR_T prompt, u_int32_t flags)
380 txt_dent(SCR *sp, TEXT *t
[all...]
H A Dex_at.c44 TEXT *tp;
H A Dex_display.c128 TEXT *tp;
H A Dex_append.c79 TEXT *tp;
/freebsd-12-stable/usr.bin/ident/
H A Dident.c49 PUNC_SEEN, /* ':' -> _SVN; space -> TEXT */
51 TEXT enumerator in enum:__anon17282
153 state = TEXT;
161 case TEXT:
/freebsd-12-stable/contrib/ncurses/menu/
H A Dmenu.h39 #define TEXT TEXT_ncurses macro
67 } TEXT; typedef in typeref:struct:__anon6047
71 TEXT name; /* name of menu item */
72 TEXT description; /* description of item, optional in display */
H A Dmenu.priv.h121 extern NCURSES_EXPORT(int) _nc_Calculate_Text_Width(const TEXT *);
/freebsd-12-stable/contrib/nvi/vi/
H A Dv_at.c40 TEXT *tp;
H A Dv_txt.c32 static int txt_abbrev(SCR *, TEXT *, CHAR_T *, int, int *, int *);
33 static void txt_ai_resolve(SCR *, TEXT *, int *);
34 static TEXT *txt_backup(SCR *, TEXTH *, TEXT *, u_int32_t *);
35 static int txt_dent(SCR *, TEXT *, int);
36 static int txt_emark(SCR *, TEXT *, size_t);
38 static int txt_fc(SCR *, TEXT *, int *);
40 static int txt_hex(SCR *, TEXT *);
41 static int txt_insch(SCR *, TEXT *, CHAR_T *, u_int);
42 static int txt_isrch(SCR *, VICMD *, TEXT *, u_int8_
[all...]
H A Dextern.h88 int v_txt_auto(SCR *, recno_t, TEXT *, size_t, TEXT *);
H A Dv_ex.c32 static int v_ecl_log(SCR *, TEXT *);
239 TEXT *tp;
328 TEXT *tp;
578 v_ecl_log(SCR *sp, TEXT *tp)
H A Dv_replace.c50 TEXT *tp;
/freebsd-12-stable/usr.bin/sed/
H A Ddefs.h114 TEXT, /* a c i */ enumerator in enum:e_args
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql27 hash TEXT NOT NULL PRIMARY KEY,
47 hash TEXT NOT NULL PRIMARY KEY,

Completed in 205 milliseconds

123