OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCK_SUCCESS
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/nvi/dist/common/
common.h
82
typedef enum { LOCK_FAILED,
LOCK_SUCCESS
, LOCK_UNAVAIL } lockr_t;
exf.c
352
case
LOCK_SUCCESS
:
1466
return (
LOCK_SUCCESS
);
1481
? LOCK_UNAVAIL : LOCK_FAILED :
LOCK_SUCCESS
);
1496
* we return
LOCK_SUCCESS
, believing that the file is readonly
1503
return (
LOCK_SUCCESS
);
1510
return (
LOCK_SUCCESS
);
1532
return (
LOCK_SUCCESS
);
recover.c
386
if (file_lock(sp, NULL, NULL, fd, 1) !=
LOCK_SUCCESS
)
572
case
LOCK_SUCCESS
:
692
case
LOCK_SUCCESS
:
/src/external/bsd/nvi/dist/motif_l/
m_prompt.c
33
#undef
LOCK_SUCCESS
m_util.c
33
#undef
LOCK_SUCCESS
m_copypaste.c
33
#undef
LOCK_SUCCESS
m_func.c
32
#undef
LOCK_SUCCESS
m_ruler.c
48
#undef
LOCK_SUCCESS
m_tags.c
70
#undef
LOCK_SUCCESS
m_menu.c
35
#undef
LOCK_SUCCESS
m_search.c
38
#undef
LOCK_SUCCESS
m_options.c
40
#undef
LOCK_SUCCESS
m_vi.c
43
#undef
LOCK_SUCCESS
/src/external/bsd/nvi/dist/motif/
m_cde.c
31
#undef
LOCK_SUCCESS
m_main.c
34
#undef
LOCK_SUCCESS
Completed in 33 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026