Searched defs:ifs (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpp/
H A DMakefile52 ifs=$IFS macro
55 IFS=$ifs
/ast/src/cmd/INIT/
H A DMakefile136 ifs=$IFS macro
145 IFS=$ifs
259 ifs=$IFS macro
262 IFS=$ifs
/ast/src/cmd/ksh93/bltins/
H A Dread.c212 char *ifs; local
297 ifs = nv_getval(mp=sh_scoped(shp,IFSNOD));
307 nv_putval(mp, ifs, NV_RDONLY);
554 if(sh_strchr(ifs,(char*)cp-1)>=0)
643 if(sh_strchr(ifs,(char*)cp-1)>=0)
/ast/src/cmd/ksh93/sh/
H A Dinit.c160 struct ifs struct
187 struct ifs IFS_init;
511 register struct ifs *ip = (struct ifs*)fp;
538 register struct ifs *ip = (struct ifs*)fp;
962 static const Namdisc_t IFS_disc = { sizeof(struct ifs), put_ifs, get_ifs };
H A Dmacro.c74 unsigned char ifs; /* first char of IFS */ member in struct:_mac_
178 mp->ifs = *mp->ifsp;
180 mp->ifs = ' ';
213 mp->ifs = *mp->ifsp;
215 mp->ifs = ' ';
286 mp->ifs = ' ';
1791 register int d = (mode=='@'?' ':mp->ifs);
2336 else if(!mp->quote && mp->split && (mp->ifs||mp->pattern))
2338 /* split words at ifs characters */
2377 else if(n && mp->ifs)
[all...]

Completed in 1276 milliseconds