Searched refs:HISTORY (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | history.c | 42 HISTORY *head, *tail, *current; 48 HISTORY *h; in addcmd() 50 h = (HISTORY *)mymalloc(sizeof (HISTORY)); in addcmd() 67 HISTORY * 83 HISTORY * 103 HISTORY *
|
H A D | global.h | 61 } HISTORY; typedef 264 HISTORY *currentcmd(void); 265 HISTORY *prevcmd(void); 266 HISTORY *nextcmd(void);
|
H A D | command.c | 65 HISTORY *curritem, *item; /* command history */ in command()
|
/titanic_50/usr/src/cmd/passwd/ |
H A D | passwd.dfl | 36 # HISTORY sets the number of prior password changes to keep and 37 # check for a user when changing passwords. Setting the HISTORY 42 # The maximum value of HISTORY is 26. 47 #HISTORY=0
|
/titanic_50/usr/src/cmd/tnf/prex/ |
H A D | prexlex.l | 85 history { yylval.intval = HISTORY; return (HISTORY); }
|
H A D | prexgram.y | 49 %token HISTORY 295 listhistory_statement : LIST HISTORY NL { cmd_list(); }
|
/titanic_50/usr/src/lib/passwdutil/ |
H A D | files_attr.c | 373 #define HISTORY "/etc/security/passhistory" macro 535 if ((history = fopen(HISTORY, "rF")) == NULL) { in files_getattr() 536 debug("files_getattr: %s not found", HISTORY); in files_getattr() 1153 (void) unlink(HISTORY); in files_update_history() 1167 if (((src = fopen(HISTORY, "rF")) == NULL) && in files_update_history() 1254 ((src != NULL) && (link(HISTORY, OHISTORY) != 0)) || in files_update_history() 1255 rename(HISTEMP, HISTORY) != 0) { in files_update_history()
|
/titanic_50/usr/src/tools/findunref/ |
H A D | exception_list.common | 46 */HISTORY
|
/titanic_50/usr/src/cmd/avs/sdbc/ |
H A D | sdbc_dynmem.c | 82 HISTORY, enumerator
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 91 HISTORY, enumerator 824 cur_list = HISTORY; in parse_file() 825 history_list = new_ael(HISTORY); in parse_file() 859 case HISTORY: in parse_file() 1464 plist = new_ael(HISTORY); in add_to_history()
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | RELEASE | 449 ----- see HISTORY -----
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 7241 list HISTORY, and if C-n is pressed, fetch the next command from
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 1144 # HISTORY: The UNIX PC was one of the first machines with a GUI, and used a 18985 ######## CHANGE HISTORY
|
H A D | terminfo.src | 1266 # HISTORY: The UNIX PC was one of the first machines with a GUI, and used a 21201 ######## CHANGE HISTORY
|