Searched refs:sep (Results 1 – 4 of 4) sorted by relevance
17 static char *nexttoksep(char **strp, char *sep) in nexttoksep() argument19 char *p = strsep(strp,sep); in nexttoksep()
763 char sep = 0; in evalcommand() local766 if (sep != 0) in evalcommand()767 outc(sep, &errout); in evalcommand()769 sep = ' '; in evalcommand()772 if (sep != 0) in evalcommand()773 outc(sep, &errout); in evalcommand()775 sep = ' '; in evalcommand()
828 char sep; in varvalue() local880 sep = ifsval()[0]; in varvalue()882 sep = ' '; in varvalue()885 if (*ap && sep) in varvalue()886 STPUTC(sep, expdest); in varvalue()
1380 cmdlist(union node *np, int sep) in cmdlist() argument1383 if (!sep) in cmdlist()1386 if (sep && np->narg.next) in cmdlist()