Searched refs:hist_size (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c121 static int hist_size = 0; variable
164 if (hist_size)
165 history_truncate_file (hist_file, hist_size);
410 hist_size = atoi(argv[arg_base]);
411 if (hist_size<0)
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c121 static int hist_size = 0; variable
164 if (hist_size)
165 history_truncate_file (hist_file, hist_size);
410 hist_size = atoi(argv[arg_base]);
411 if (hist_size<0)
/netbsd-current/usr.bin/mail/
H A Dcomplete.c1245 int hist_size; local
1252 hist_size = cp ? atoi(cp) : 0;
1257 elm.command = init_el_mode(mode, mail_complete, keys, hist_size);

Completed in 98 milliseconds