Home
last modified time | relevance | path

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

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