OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GI_PLUS
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
sh.h
447
#define
GI_PLUS
BIT(1) /* an option started with +... */
c_ksh.c
655
if (builtin_opt.info &
GI_PLUS
) {
869
prefix = builtin_opt.info &
GI_PLUS
? '+' : '-';
1355
if (optc >= 0 && optc != '?' && (user_opt.info &
GI_PLUS
)) {
misc.c
392
set = (go.info &
GI_PLUS
) ? 0 : 1;
971
* option starting with + is accepted, the
GI_PLUS
flag will be set
1002
go->info &= ~(GI_MINUS|
GI_PLUS
);
1003
go->info |= flag == '-' ? GI_MINUS :
GI_PLUS
;
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025