Searched refs:S_SPACE (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/std/
H A Dunexpand.c99 #define S_SPACE 5 macro
144 state[' '] = S_SPACE;
158 case S_SPACE:
256 state[' '] = S_SPACE;
/ast/src/lib/libcmd/
H A Djoin.c120 #define S_SPACE 2 macro
196 jp->state[' '] = jp->state['\t'] = S_SPACE;
341 case S_SPACE:
361 case S_SPACE:
375 while (sp[*(unsigned char*)cp++]==S_SPACE);
398 n = S_SPACE;
426 case S_SPACE:
440 while (sp[*(unsigned char*)cp++]==S_SPACE);
487 case S_SPACE:
501 while (sp[*(unsigned char*)cp++]==S_SPACE);
[all...]
/ast/src/cmd/ksh93/include/
H A Dlexstates.h57 #define S_SPACE S_BREAK /* IFS space characters */ macro
/ast/src/cmd/ksh93/bltins/
H A Dread.c516 while(c==S_SPACE)
523 while((c=shp->ifstable[*--cpmax])==S_DELIM || c==S_SPACE);
609 if(!name && val && (c==S_SPACE||c==S_DELIM||c==S_MBYTE))
627 if(!name && (c==S_SPACE || c==S_DELIM || c==S_MBYTE))
635 case S_SPACE:
637 while((c=shp->ifstable[*cp++])==S_SPACE);
663 while((c=shp->ifstable[*cp++])==S_SPACE);
741 while(shp->ifstable[*--vp]==S_SPACE);
747 while(shp->ifstable[*--vp]==S_SPACE);
/ast/src/cmd/builtin/
H A Dpr.c92 #define S_SPACE 4 macro
317 if(n==S_SPACE)
838 pp->state[' '] |= S_SPACE;
/ast/src/cmd/ksh93/sh/
H A Dinit.c570 n = S_SPACE;
576 shp->ifstable[' '] = shp->ifstable['\t'] = S_SPACE;

Completed in 25 milliseconds