Searched refs: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/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/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/3d/features/
H A Dsyscall.sh39 comma=","
686 *) IFS=$comma
687 set int${comma}$p
689 set $r${comma}int${comma}$p$ind
755 IFS=$comma
950 *) IFS=$comma
953 set $r${comma}$p
1052 *) IFS=$comma
1073 IFS=$comma
[all...]
/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 22 milliseconds