OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SF_ALIAS
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
lex.h
46
#define
SF_ALIAS
BIT(1) /* faking space at end of alias */
lex.c
151
if (source->flags &
SF_ALIAS
) { /* trailing ' ' in alias definition */
152
source->flags &= ~
SF_ALIAS
;
925
/* pass on an unused
SF_ALIAS
flag */
927
source->flags |= s->flags &
SF_ALIAS
;
937
s->flags |=
SF_ALIAS
;
949
source->flags |= s->flags &
SF_ALIAS
;
Completed in 43 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025