OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:histfd
(Results
1 - 1
of
1
) sorted by null
/external/mksh/src/
histrap.c
68
static int
histfd
= -1;
variable
572
if (
histfd
!= -1) {
574
(void)close(
histfd
);
575
histfd
= -1;
613
if (
histfd
!= -1) {
653
if (dowrite &&
histfd
!= -1)
726
histfd
= savefd(fd);
727
if (
histfd
!= fd)
730
mksh_lockfd(
histfd
);
732
histfsize = lseek(
histfd
, (off_t)0, SEEK_END)
[
all
...]
Completed in 102 milliseconds