Searched refs:ST_NONE (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 80 #define ST_NONE 11 macro 125 extern char *sh_lexstates[ST_NONE]; 126 extern const char *sh_lexrstates[ST_NONE];
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | defs.c | 43 char *sh_lexstates[ST_NONE] = {0};
|
H A D | lex.c | 338 pushlevel(lp,lp->lexd.nest,ST_NONE); in sh_lex() 723 if(oldmode(lp)==ST_NONE && !lp->lexd.noarg) /* in ((...)) */ in sh_lex() 778 if(oldmode(lp)==ST_NONE && lp->lexd.arith) /* in ((...)) */ in sh_lex() 950 if(oldmode(lp)==ST_QUOTE || oldmode(lp)==ST_NONE) in sh_lex() 1077 if(mode==ST_NONE && !lp->lexd.dolparen) in sh_lex() 1099 if(mode==ST_NONE) in sh_lex() 1138 (oldmode(lp)==ST_NONE) || in sh_lex() 1230 else if(mode==ST_NONE) in sh_lex() 1304 if(assignment || (lp->lex.intest&&!lp->lex.incase) || mode==ST_NONE) in sh_lex() 1308 if(mode==ST_NONE) in sh_lex() [all …]
|
H A D | init.c | 896 char *cp = (char*)malloc(ST_NONE*(1<<CHAR_BIT)); in init_ebcdic() 897 for(i=0; i < ST_NONE; i++) in init_ebcdic() 1035 memcpy(sh_lexstates,sh_lexrstates,ST_NONE*sizeof(char*)); in sh_init()
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | engine.c | 123 #define ST_NONE (-1) macro 204 , {SMFIC_MACRO, CM_ARGV, ST_NONE, CT_KEEP, CI_NONE, st_macros } 364 if (newstate != ST_NONE && !trans_ok(curstate, newstate)) 395 if (newstate != ST_NONE)
|
/titanic_41/usr/src/uts/common/io/uath/ |
H A D | uath_reg.h | 459 ST_NONE, /* Sentinal to indicate "no status" */ enumerator
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | lexstates.c | 380 const char *sh_lexrstates[ST_NONE] =
|