Searched refs:strsave (Results 26 - 50 of 50) sorted by relevance

12

/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dtext.cpp229 s = strsave(t);
488 b = new quoted_text_box(strsave(buf));
493 b = new quoted_text_box(strsave(s - 2));
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh.h195 _PROTOTYPE(char *strsave , (char *s , int a ));
H A Dsh1.c467 strsave(s, a) function
H A Dsh3.c869 trap[n] = strsave(t->words[1], 0);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h284 extern char *strsave (const char *);
H A Dsh.misc.c74 strsave(const char *s) function
H A Dsh.sem.c855 tmp = strsave(short2str(cp));
895 tmp = strsave(short2str(cp));
H A Dsh.c330 progname = strsave((t && *t) ? t : tcshstr); /* never want a null */
2204 file = strsave(short2str(f));
2324 type = strsave(new ? CGETS(11, 6, "new ") : "");
H A Dglob.c692 pathv[pglob->gl_offs + pglob->gl_pathc++] = strsave(path);
H A Dtc.str.c197 *dst++ = strsave(short2str(*src));
H A Dtc.os.c143 cmds[i] = strsave(short2str(val));
H A Ded.term.c594 cmdname = strsave(short2str(*v++));
H A Dsh.hist.c1287 char *lockpath = strsave(short2str(fname));
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp643 program_name = strsave(argv[0]);
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp54 args = strsave(s);
598 color_fill = strsave(c);
603 outline_color = strsave(c);
722 color_fill = strsave(f);
H A Dpic.y1897 return strsave(result.contents());
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp596 char_list::char_list(const char *s, char_list *p) : ch(strsave(s)), next(p)
762 char *internal_name = strsave(argv[optind]);
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dpsrm.cpp314 if (putenv(strsave(e.contents())))
1091 lookup_font(p)->filename = strsave(q);
H A Dps.cpp447 encoding = strsave(arg);
1840 if (putenv(strsave(env.contents())))
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp361 np = strsave(p);
1261 new_argv[argc] = strsave(numReg);
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dindex.cpp305 query(strsave(q))
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dcommand.cpp48 : filename(strsave(fn)), first_lineno(ln)
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp1002 image_generator = strsave(p);
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp182 name_list(const char *s, name_list *p) : name(strsave(s)), next(p) { }
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp4069 last_image_filename = strsave(filename.contents());

Completed in 204 milliseconds

12