OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistFP
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/sh/
myhistedit.h
53
extern FILE *
HistFP
;
histedit.c
86
FILE *
HistFP
= NULL;
290
if (
HistFP
!= NULL) {
291
fclose(
HistFP
);
292
HistFP
= NULL;
349
if (
HistFP
!= NULL) {
352
fclose(
HistFP
);
353
HistFP
= NULL;
359
if (HistFileOpen != HistFile ||
HistFP
== NULL) {
360
if (
HistFP
!= NULL) {
362
fclose(
HistFP
);
[
all
...]
input.c
349
if (whichprompt != 2 &&
HistFP
!= NULL) {
350
history(hist, &he, H_NSAVE_FP, (size_t)0,
HistFP
);
351
fflush(
HistFP
);
Completed in 13 milliseconds
Indexes created Sun Oct 19 21:10:07 GMT 2025