Home
last modified time | relevance | path

Searched refs:S_SPACE (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dread.c475 while(c==S_SPACE) in sh_readline()
482 while((c=shp->ifstable[*--cpmax])==S_DELIM || c==S_SPACE); in sh_readline()
556 if(!name && val && (c==S_SPACE||c==S_DELIM||c==S_MBYTE)) in sh_readline()
574 if(!name && (c==S_SPACE || c==S_DELIM || c==S_MBYTE)) in sh_readline()
582 case S_SPACE: in sh_readline()
584 while((c=shp->ifstable[*cp++])==S_SPACE); in sh_readline()
610 while((c=shp->ifstable[*cp++])==S_SPACE); in sh_readline()
654 while(shp->ifstable[*--vp]==S_SPACE); in sh_readline()
660 while(shp->ifstable[*--vp]==S_SPACE); in sh_readline()
/titanic_50/usr/src/lib/libcmd/common/
H A Djoin.c120 #define S_SPACE 2 macro
196 jp->state[' '] = jp->state['\t'] = S_SPACE; in init()
341 case S_SPACE: in getrec()
361 case S_SPACE: in getrec()
375 while (sp[*(unsigned char*)cp++]==S_SPACE); in getrec()
398 n = S_SPACE; in getrec()
426 case S_SPACE: in getrec()
440 while (sp[*(unsigned char*)cp++]==S_SPACE); in getrec()
497 case S_SPACE: in outfield()
511 while (sp[*(unsigned char*)cp++]==S_SPACE); in outfield()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dlexstates.h57 #define S_SPACE S_BREAK /* IFS space characters */ macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dmacro.c871 while(shp->ifstable[*cp++]==S_SPACE); in getdolarg()
877 if(c==S_SPACE) in getdolarg()
878 while((c=shp->ifstable[*cp++])==S_SPACE); in getdolarg()
2219 if(n==S_SPACE || n==S_NL) in mac_copy()
2221 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL)) in mac_copy()
2241 while(size>0 && ((n=state[c= *(unsigned char*)cp++])==S_SPACE||n==S_NL)) in mac_copy()
H A Dinit.c515 n = S_SPACE; in get_ifs()
521 shp->ifstable[' '] = shp->ifstable['\t'] = S_SPACE; in get_ifs()