Searched refs:history (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c57 static int files_update_history(char *name, char *history);
83 char *history; member in struct:pwbuf
363 * Password history file format:
369 #define HISTMODE S_IRUSR /* mode to create history file */
383 * old password history.
390 * PWU_SUCCESS, passwd found in user's old password history.
393 * PWU_NOT_FOUND, passwd not in user's old password history.
412 * treating user not found in backing store or no history as
424 debug("files_checkhistory: no history requested");
520 FILE *history; local
1165 files_update_history(char *name, char *history) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c227 /* The number of the history entries. */
230 /* Get the NOth history. If NO is less than zero or greater than or
241 /* Add CMDLINE to the history buffer. */
298 /* The index for the history. */
299 int history = -1; local
658 if (history < 0)
661 else if (grub_strcmp (get_history (history), buf) != 0)
662 /* If BUF is modified, add it into the history list. */
663 add_history (buf, history);
665 history
[all...]
H A Dshared.h130 /* The history buffer for the command-line. */
996 int echo_char, int history);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm60 adds the line to the history of input, from where it can be used if
71 be included into history. C<undef> means do not include anything into
72 history. Returns the old value.
92 lines are put into history automatically (maybe subject to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DTest.pm11 $ONFAIL %todo %history $planned @FAILDETAIL) #private-ish
17 %history = ();
342 my $repetition = ++$history{"$file:$line"};
H A Dperl5db.pl19 a number of reasons for this, many stemming out of the debugger's history.
908 # + Fixed minor newline in history bug.
1370 PERLDB_HIST - command history, if it's available
2080 in the command history and fall through to allow the command parsing to pick
2674 # If the terminal supported history, grab it and
2988 that the terminal supports history). It find the the command required, puts it
2996 # No arguments, take one thing off history.
3029 =head4 C<$rc I<pattern> $rc> - Search command history
3036 # $rc pattern $rc - find a command in the history.
3044 # Look backward through the history
[all...]
H A DCPAN.pm825 $CPAN::Frontend->mywarn("No history written (no histfile specified).\n");
6062 you install Term::ReadKey and Term::ReadLine to enjoy both history and
6771 histfile file to maintain history between sessions
H A DCGI.pm4786 primitive guest books, or to keep a history of users' queries. Here's
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h37 #include <history.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm229 # save history in file histfile
235 shell will have history support. The next two questions deal with the
236 filename of the history file and with its size. If you do not want to
243 $ans = prompt("File to save your history?", $default);
/osnet-11/usr/src/cmd/parted/
H A Dui.c54 #include <readline/history.h>
182 "and the following history of commands you entered.\n"
282 /* Prints command history, to be used before aborting */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL2170 Revision history for Perl extension $module.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2970 more documentation including a full version history, testcases, empty
H A DBigInt.pm4257 more documentation including a full version history, testcases, empty

Completed in 123 milliseconds