Searched defs:split (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dvariables.sh281 function split function
338 '') split "$d0$f1$d1" "[0]" "()()" ;;
340 *) split "$d0$f1$d1" "[1]($f1)" "($f1)()" ;;
363 '') split "$d0$f1$d1$f2$d2" "[1]($f1)" "($f1)()" ;;
365 *) split "$d0$f1$d1$f2$d2" "[2]($f1)($f2)" "($f1)($f2)" ;;
397 '') split "$d0$f1$d1$f2$d2$f3$d3" "[2]($f1)($f2)" "($f1)($f2)" ;;
402 split "$d0$f1$d1$f2$d2$f3$d3" "[3]($f1)($f2)($f3)" "($f1)($x)"
/ast/src/lib/libcmd/
H A Dfmt.c40 "[s:split-only?Split lines only; do not join short lines to form longer "
137 split(Fmt_t* fp, char* buf, int splice) function
413 split(fp, buf, 0);
494 split(fp, buf, 0);
559 split(fp, buf, splice);
/ast/src/cmd/std/
H A Dsplit.c22 * split.c
28 "[-?\n@(#)$Id: split (AT&T Research) 2006-09-19 $\n]"
30 "[+NAME?split - split files into pieces]"
37 " of the resulting files from the split operation. If \aprefix\a"
57 " the pieces that the file is split into.]"
74 "[+NAME?csplit - split a file into sections determined by context lines]"
371 split(Sfio_t* in, struct fname* fp, struct op* op, int flags) function
504 if (streq(cp, "split"))
618 n = split(i
[all...]
/ast/src/cmd/mailx/
H A Dcmd2.c810 * Low level for split.
866 * low level for split and Split
907 split(char* str) function
/ast/src/cmd/pax/
H A Dpax-tar.c178 * check if tar file name may be split to fit in header
181 * 0 no split needed
182 * >0 f->name offset to split
338 int split; local
473 if ((split = tar_longname(ap, f)) < 0 || !portable(ap, f->name))
479 split = 0;
486 return split;
/ast/src/cmd/ksh93/sh/
H A Dlex.c296 char *quoted, *macro, *split, *expand; local
299 quoted = macro = split = expand = "";
310 macro, split, expand, fmttoken(lp,tok,tokstr));
H A Dmacro.c78 char split; /* set when word splittin is possible */ member in struct:_mac_
175 mp->quoted = mp->lit = mp->split = mp->quote = 0;
224 mp->split = !(flag&ARG_ASSIGN);
225 mp->assign = !mp->split;
226 mp->pattern = mp->split && !(flag&ARG_NOGLOB) && !sh_isoption(SH_NOGLOB);
234 mp->split = 0;
283 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0;
523 else if(mp->split && endch && !mp->quote && !mp->lit)
592 if(mp->split && !mp->quote && endch)
657 if(mp->split
1002 int split = mp->split; local
1575 int split = mp->split; local
2451 endfield(register Mac_t *mp,int split) argument
[all...]
/ast/src/cmd/nmake/
H A Dscan.c1043 scanmatch(List_t* p, register Action_t* a, Rule_t* r, char* b, char* s, int iflev, int split) argument
1084 if (split)
1088 if (split && !(s = tokread(t)))
1113 message((-2, "%s split from %s", u->name, u->uname));
1176 } while (split);
1177 if (split)

Completed in 66 milliseconds