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

/ast/src/lib/libast/vmalloc/
H A Dvmtrace.c116 int comma; local
153 comma = 0;
173 comma = 1;
176 { if(comma)
184 comma = 1;
186 if(comma)
/ast/src/cmd/ksh93/sh/
H A Dexpand.c278 char comma, range=0; local
286 range = comma = brace = 0;
297 if(brace==0 && comma && *cp!='(')
299 comma = brace = 0;
376 comma = 1;
/ast/src/cmd/mailx/
H A Dsend.c552 int comma; member in struct:__anon156
572 else if ((fs->col + fs->comma + n + 1) > MARGIN) {
573 if (fs->comma)
579 if (fs->comma) {
596 fmt(FILE* fp, struct header* hp, const char* label, unsigned long flags, int comma) argument
601 fs.comma = comma;
618 int comma; local
622 comma = (flags & GCOMMA);
668 fmt(fp, hp, lp->name, lp->type, comma);
[all...]
/ast/src/lib/libvcodex/
H A Dvcio.c872 ssize_t vcstr2list(char* str, int comma, ssize_t** listp) argument
874 ssize_t vcstr2list(str, comma, listp)
876 int comma; /* value separator */
883 { while(str[k] == ' ' || str[k] == '\t' || str[k] == comma)
900 { while(str[k] == ' ' || str[k] == '\t' || str[k] == comma)
/ast/src/cmd/std/
H A Dls.c133 "[m:commas|comma-list?List names as comma separated list.]"
184 " [c:comma?Comma separated names across the page.]"
236 #define LS_COMMAS (LS_USER<<4) /* comma separated name list */
341 int comma; /* LS_COMMAS ftw.level crossing */ member in struct:__anon232

Completed in 20 milliseconds