Searched defs:copyto (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c45 copyto(unsigned char endch, int trimflag) function
270 copyto('}', trimflag);
428 copyto(0, 1);
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c969 char *copyto; local
1022 ps->rhsp = copyto = ps->parseptr;
1029 *copyto++ = '\t';
1033 *copyto++ = '\r';
1037 *copyto++ = '\n';
1041 *copyto++ = '\f';
1045 *copyto++ = *ps->parseptr;
1057 *copyto++ = *ps->parseptr;
1059 *copyto++ = *ps->parseptr;
1067 *copyto
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c99 static void copyto(Mac_t*, int, int);
173 copyto(mp,0,mp->arith);
235 copyto(mp,0,mp->arith);
426 static void copyto(register Mac_t *mp,int endch, int newquote) function
668 copyto(mp,RBRACT,0);
804 copyto(mp,0,0);
959 copyto(mp,RBRACT,0);
1502 copyto(mp,RBRACE,newquote);

Completed in 52 milliseconds