Searched refs:uses (Results 1 - 25 of 43) sorted by relevance

12

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dalloc_entry.c156 /* copy term_names, Strings, uses */
166 if (ep->uses[i].name == 0) {
167 ep->uses[i].name = _nc_save_str(ep->uses[i].name);
185 if (ep->uses[i].name == 0)
188 useoffsets[i] = ep->uses[i].name - stringbuf;
226 ep->uses[i].name = 0;
228 ep->uses[i].name = (tp->str_table + useoffsets[i]);
H A Dcomp_parse.c288 char *lookfor = qp->uses[i].name;
289 long lookline = qp->uses[i].line;
302 qp->uses[i].link = rp;
325 qp->uses[i].link = rp;
337 qp->uses[i].link = 0;
370 if (qp->uses[i].link->nuses) {
390 &qp->uses[qp->nuses - 1].link->tterm);
H A Dparse_entry.c277 entryp->uses[entryp->nuses].name = _nc_save_str(_nc_curr_token.tk_valstring);
278 entryp->uses[entryp->nuses].line = _nc_curr_line;
490 if (!strchr((char *) entryp->uses[i].name, '+'))
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtoe.c150 (void) printf(" %s", qp->uses[j].name);
171 rp->uses[i].name, "|")) {
H A Dinfocmp.c151 * This is true if we take the semantics of multiple uses to
175 * We take the semantics of multiple uses to be 'each
198 * We take the semantics of multiple uses to be 'each
235 if (!strcmp(e1->uses[i].name, e2->uses[j].name)) {
280 fputs(ep->uses[i].name, fp);
H A Dtic.c744 len += dump_uses(qp->uses[j].name, !capdump);
1152 _nc_warning("%s uses %d parameters, expected %d", name,
/haiku-fatelf/src/libs/ncurses/include/
H A Dterm_entry.h62 uses[MAX_USES]; member in struct:entry
H A DCaps.keys139 # 4.4BSD nor GNU Emacs uses it, because (a) some entry naming distinctions are
145 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
171 #%the ANSI X3.64-1979 standard (now superseded by ECMA-48, which uses
234 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
243 hue_lightness_saturation hls bool hl - - ----- terminal uses only HLS color notation (Tektronix)
895 # code uses the 'OT' prefix we put on obsolete capabilities to suppress
898 backspaces_with_bs OTbs bool bs - - YBCGE uses ^H to move left
907 # Emacs no longer uses these, but MT showed up in pre-9.0 versions of the
920 # software uses them any longer. Some of these have to go because they
1030 # that detects the acs_ prefix and uses i
[all...]
H A DCaps.osf1r5137 # 4.4BSD nor GNU Emacs uses it, because (a) some entry naming distinctions are
143 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
169 #%the ANSI X3.64-1979 standard (now superseded by ECMA-48, which uses
232 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
240 hue_lightness_saturation hls bool hl - - ----- terminal uses only HLS color notation (Tektronix)
815 # code uses the 'OT' prefix we put on obsolete capabilities to suppress
818 backspaces_with_bs OTbs bool bs - - YBCGE uses ^H to move left
827 # Emacs no longer uses these, but MT showed up in pre-9.0 versions of the
840 # software uses them any longer. Some of these have to go because they
950 # that detects the acs_ prefix and uses i
[all...]
/haiku-fatelf/src/bin/gdb/
H A Ddjunpack.bat28 Rem The following uses a feature of COPY whereby it does not copy
H A Dlibtool.m4390 *** Warning: the command libtool uses to detect shared libraries,
436 [ --with-gnu-ld assume the C compiler uses GNU ld [default=no]],
H A DMakefile.def336 // program on installation which uses the Tcl libraries.
H A Dltconfig56 # DJGPP uses `;' like DOS.
333 --with-gnu-ld assume that the C compiler uses the GNU linker
2810 # By default, configure uses ./config.cache as the cache file,
/haiku-fatelf/src/system/kernel/device_manager/
H A DIORequest.h167 void SetUsesBounceBuffer(bool uses) argument
168 { fUsesBounceBuffer = uses; }
/haiku-fatelf/build/scripts/
H A Dbuild_haiku_image75 if $fsShellCommand --uses-fifos; then
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk113 # Ada95 subdir has been done. The reason is, that the gnathtml tool uses the
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c165 * Macros for attribute uses.
4323 * @uses: attribute uses list
4329 xmlSchemaAttrUsesDump(xmlSchemaItemListPtr uses, FILE * output) argument
4338 if ((uses == NULL) || (uses->nbItems == 0))
4342 for (i = 0; i < uses->nbItems; i++) {
4343 use = uses->items[i];
5002 * ATTENTION TODO: This uses pointer comp. for strings.
6207 xmlSchemaItemListPtr uses,
7072 xmlSchemaParseLocalAttribute(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaItemListPtr uses, int parentType) argument
13995 xmlSchemaCheckDerivationOKRestriction2to4(xmlSchemaParserCtxtPtr pctxt, int action, xmlSchemaBasicItemPtr item, xmlSchemaBasicItemPtr baseItem, xmlSchemaItemListPtr uses, xmlSchemaItemListPtr baseUses, xmlSchemaWildcardPtr wild, xmlSchemaWildcardPtr baseWild) argument
14303 xmlSchemaItemListPtr uses, baseUses, prohibs = NULL; local
15805 xmlSchemaItemListPtr uses = (xmlSchemaItemListPtr) type->attrUses; local
19241 xmlSchemaItemListPtr uses = WXS_LIST_CAST attrGr->attrUses; local
[all...]
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk156 { echo '$(ME): use STREQ in place of the above uses of str''cmp' \
450 # Each program that uses proper_name_utf8 must link with
460 || { fail=1; echo 1>&2 "$(ME): $$p uses proper_name_utf8"; }; \
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex1029 % which is what @var uses.
1038 % FYI, plain.tex uses \\ as a temporary control sequence (why?), but
1696 % like \smartslanted except unconditionally uses \ttsl.
1720 % Can't use plain's \frenchspacing because it uses the `\x notation, and
1778 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
1812 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1813 % `example' (@kbd uses ttsl only inside of @example and friends),
1814 % or `code' (@kbd uses normal tty font always).
2995 % \doindex just uses \parsearg; it calls \doind for the actual work.
3046 % everything using @ instead of \realbackslash. When everything uses
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex431 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp:
1052 % which is what @var uses.
1061 % FYI, plain.tex uses \\ as a temporary control sequence (why?), but
1209 % PDF uses PostScript string constants for the names of xref targets,
1959 % like \smartslanted except unconditionally uses \ttsl.
1988 % Can't use plain's \frenchspacing because it uses the `\x notation, and
2053 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
2118 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2119 % `example' (@kbd uses ttsl only inside of @example and friends),
2120 % or `code' (@kbd uses norma
[all...]
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex366 % \argremovec{,omment}, since @c uses \parsearg, and thus the argument
854 % if the current family is \slfam, which is what @var uses.
863 % FYI, plain.tex uses \\ as a temporary control sequence (why?), but
1423 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
1461 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1462 % `example' (@kbd uses ttsl only inside of @example and friends),
1463 % or `code' (@kbd uses normal tty font always).
2481 % This uses \immediate\write16 rather than \message to get newlines.
2774 % \doindex just uses \parsearg; it calls \doind for the actual work.
5785 % The aux file uses ' a
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S461 ; with the last call to readInode) into a buffer. The function uses an own stack
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex352 % \argremovec{,omment}, since @c uses \parsearg, and thus the argument
1313 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
1343 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1344 % `example' (@kbd uses ttsl only inside of @example and friends),
1345 % or `code' (@kbd uses normal tty font always).
2351 % This uses \immediate\write16 rather than \message to get newlines.
2632 % \doindex just uses \parsearg; it calls \doind for the actual work.
5434 % The aux file uses ' as the escape (for now).
5495 % Oh yes, they do; otherwise, @ifset and anything else that uses
5858 % italic fonts. But since this is only used by $ and it uses \s
[all...]
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex269 % \argremovec{,omment}, since @c uses \parsearg, and thus the argument
680 % This uses \immediate\write16 rather than \message to get newlines.
962 % because texinfo normally uses the slanted fonts for that.
1146 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
1925 % \doindex just uses \parsearg; it calls \doind for the actual work.
4025 % the aux file uses ' as the escape.
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbarch.sh512 # NOTE: cagney/2004-06-13: The function stack.c:return_command uses
1270 /* The default architecture uses host values (for want of a better

Completed in 380 milliseconds

12