Home
last modified time | relevance | path

Searched refs:copyto (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c967 char *copyto; in nextlhs() local
1020 ps->rhsp = copyto = ps->parseptr; in nextlhs()
1027 *copyto++ = '\t'; in nextlhs()
1031 *copyto++ = '\r'; in nextlhs()
1035 *copyto++ = '\n'; in nextlhs()
1039 *copyto++ = '\f'; in nextlhs()
1043 *copyto++ = *ps->parseptr; in nextlhs()
1055 *copyto++ = *ps->parseptr; in nextlhs()
1057 *copyto++ = *ps->parseptr; in nextlhs()
1065 *copyto = '\0'; in nextlhs()
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c44 copyto(unsigned char endch, int trimflag) in copyto() function
269 copyto('}', trimflag);
427 copyto(0, 1);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c109 static void copyto(Mac_t*, int, int);
183 copyto(mp,0,mp->arith); in sh_mactrim()
246 copyto(mp,0,mp->arith); in sh_macexpand()
438 static void copyto(register Mac_t *mp,int endch, int newquote) in copyto() function
730 copyto(mp,RBRACT,0); in copyto()
1017 copyto(mp,RBRACT,0); in subcopy()
1611 copyto(mp,RBRACE,newquote); in varsub()
1785 copyto(mp,0,0); in varsub()