Home
last modified time | relevance | path

Searched refs:completions (Results 1 – 25 of 30) sorted by relevance

12

/NextBSD/contrib/tcsh/
HDtw.comp.c42 struct varent completions; variable
69 tw_prlist(&completions); in docomplete()
71 vp = adrof1(strip(p), &completions); in docomplete()
79 pp = tw_find(strip(p), &completions, FALSE); in docomplete()
85 set1(strip(p), saveblk(v), &completions, VAR_READWRITE); in docomplete()
97 unset1(v, &completions); in douncomplete()
480 if ((vec = tw_find(wl[0], &completions, (looking == TW_COMMAND))) in tw_complete()
HDtw.h104 extern struct varent completions;
HDtw.init.c572 tw_vptr_start(&completions); in tw_complete_start()
HDREADME86 useful completions...
HDFixes188 20. Add environment variable COMMAND_LINE to be available in completions
591 30. lots more completions (George Cox)
900 79. More completions from Tom.
919 62. more completions from Tom
994 10. Don't add the suffix character when all completions fail, from michael
1235 the list of possible completions... Neat addition from
1475 83. Fix for complete completions
HDWishList276 to base its -x completions on the options given for -a and -b (or if
HDcomplete.tcsh13 # Added two Debian-specific completions: dpkg and dpkg-deb (who
14 # wrote them?). Changed completions of several commands. The ones
19 # Bugfixes and apt completions by Miklos Quartus <miklos.quartus@nokia.com>.
/NextBSD/contrib/gdb/gdb/cli/
HDcli-cmds.c230 char **completions, *point, *arg_prefix; in complete_command() local
254 completions = complete_line (point, arg, argpoint); in complete_command()
256 if (completions) in complete_command()
260 for (size = 0; completions[size]; ++size) in complete_command()
262 qsort (completions, size, sizeof (char *), compare_strings); in complete_command()
270 printf_unfiltered ("%s%s\n", arg_prefix, completions[item]); in complete_command()
273 && ! strcmp (completions[item], completions[next_item])) in complete_command()
275 xfree (completions[next_item]); in complete_command()
279 xfree (completions[item]); in complete_command()
283 xfree (completions); in complete_command()
/NextBSD/contrib/libreadline/doc/
HDrluser.texi62 * Programmable Completion:: How to specify the possible completions for
432 The number of possible completions that determines when the user is
434 If the number of possible completions is greater than this value,
550 @item page-completions
551 @vindex page-completions
553 to display a screenful of possible completions at a time.
556 @item print-completions-horizontally
557 If set to @samp{on}, Readline will display completions with matches
575 possible partial completion (the possible completions don't share
584 completions. The default is @samp{off}.
[all …]
HDrltech.texi1112 the setting of @code{print-completions-horizontally} to select how the
1454 In order to complete some text, the full list of possible completions
1471 @code{rl_completion_matches()} to generate a list of possible completions.
1472 It then either lists the possible completions, inserts the possible
1473 completions, or actually performs the
1493 list of possible completions when @var{state} is zero, and returns them
1516 return values are used to generate possible completions.
1528 completions. @samp{TAB} means do standard completion. @samp{*} means
1529 insert all of the possible completions. @samp{!} means to display
1530 all of the possible completions, if there is more than one, as well as
[all …]
/NextBSD/contrib/tcsh/nls/russian/
HDset317 14 Complete current word ignoring programmable completions
23 20 Delete character under cursor or list completions if at end of line
24 21 Delete character under cursor, list completions or signal end of file
/NextBSD/contrib/tcsh/nls/C/
HDset317 14 Complete current word ignoring programmable completions
23 20 Delete character under cursor or list completions if at end of line
24 21 Delete character under cursor, list completions or signal end of file
/NextBSD/contrib/tcsh/nls/ukrainian/
HDset317 14 Complete current word ignoring programmable completions
23 20 Delete character under cursor or list completions if at end of line
24 21 Delete character under cursor, list completions or signal end of file
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDEditline.cpp940 StringList completions; in TabCommand() local
948 completions, in TabCommand()
963 el_insertstr (m_editline, completions.GetStringAtIndex (0)); in TabCommand()
968 const char *completion_str = completions.GetStringAtIndex (0); in TabCommand()
983 completion_str = completions.GetStringAtIndex (i); in TabCommand()
1000 completion_str = completions.GetStringAtIndex (cur_pos); in TabCommand()
/NextBSD/contrib/ofed/libmthca/debian/
HDchangelog34 - Work around MemFree firmware bug in receive completions with error.
/NextBSD/contrib/libreadline/
HDCHANGES187 asks the user whether or not to view the possible completions.
266 t. Improvements to the code that displays possible completions when using
345 completer will list possible completions immediately if there is more
380 n. When listing completions, directories have a `/' appended if the
396 d. A bug was fixed in the code that prints possible completions to keep it
425 b. When listing completions, and the number of lines displayed is more than
427 This is controlled by the `page-completions' variable (default on).
448 completions, etc.).
489 case of the word the user typed if ignoring case in completions.
855 call an application-supplied `ignore completions' function.
[all …]
/NextBSD/contrib/ofed/libibverbs/fixes/
HDverbs_man_page.patch52 …and receiving data posted to QPs and SRQs, getting completions from CQs using polling and completi…
HDXRC_man_pages.patch582 …and receiving data posted to QPs and SRQs, getting completions from CQs using polling and completi…
583 …and receiving data posted to QPs and SRQs, getting completions from CQs using polling and completi…
HDXRC_base_implementation.patch235 + * @xrc_cq: CQ to report completions for XRC packets on.
/NextBSD/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_arm.c124 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS]; member
233 &instance->completions[instance->completion_insert & in add_completion()
829 completion = &instance->completions[ in vchiq_ioctl()
1297 completion = &instance->completions[ in vchiq_close()
/NextBSD/share/examples/csh/
HDdot.cshrc28 # Some common completions
/NextBSD/contrib/gdb/gdb/doc/
HDgdb.info-3146 The number of possible completions that determines when the
148 possibilities. If the number of possible completions is
240 `page-completions'
242 to display a screenful of possible completions at a time.
245 `print-completions-horizontally'
246 If set to `on', Readline will display completions with matches
258 appended to the filename when listing possible completions.
538 # if there are more than 150 possible completions for
842 `possible-completions (M-?)'
843 List the possible completions of the text before point.
[all …]
/NextBSD/contrib/ofed/libcxgb4/
HDChangeLog429 completions are flushed but not yet polled by the consumer and the qp
430 is then flushed, we end up inserting duplicate completions.
/NextBSD/contrib/ofed/libmthca/
HDChangeLog222 completions with error.
/NextBSD/sys/dev/aic7xxx/
HDaic79xx.seq85 * If we have completions stalled waiting for the qfreeze
459 * completions to continue the data transfer.

12