OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FC_BI
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
table.h
87
#define
FC_BI
(FC_SPECBI|FC_REGBI|FC_UNREGBI)
exec.c
131
tp = findcom(ap[0],
FC_BI
|FC_FUNC);
459
int fcflags =
FC_BI
|FC_FUNC|FC_PATH;
491
fcflags =
FC_BI
|FC_FUNC|FC_PATH;/* undo effects of command */
497
tp = findcom(cp,
FC_BI
);
519
fcflags =
FC_BI
|FC_PATH;
541
tp = findcom(ap[0], fcflags & (
FC_BI
|FC_FUNC));
909
tbi = (flags &
FC_BI
) ? mytsearch(&builtins, name, h) : NULL;
1344
if (call_builtin(findcom("read",
FC_BI
),
c_ksh.c
456
fcflags =
FC_BI
| FC_PATH | FC_FUNC;
468
fcflags &= ~(
FC_BI
| FC_FUNC);
Completed in 37 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025