Home
last modified time | relevance | path

Searched refs:pushsrc (Results 1 – 13 of 13) sorted by relevance

/plan9/sys/src/cmd/grap/
H A Dfor.c43 pushsrc(String, "\nEndfor\n"); in nextfor()
44 pushsrc(String, forp->str); in nextfor()
73 pushsrc(Free, thenpart); in ifstat()
74 pushsrc(String, thenpart); in ifstat()
83 pushsrc(Free, elsepart); in ifstat()
84 pushsrc(String, elsepart); in ifstat()
H A Dinput.c16 void pushsrc(int type, char *ptr) /* new input source */ in pushsrc() function
175 pushsrc(Macro, stp->val); in dodef()
279 pushsrc(String, argfp->argstk[n-1]); in nextchar()
360 pushsrc(Thru, (char *) 0); in do_thru()
371 pushsrc(String, "\n.G2\n"); in do_thru()
381 pushsrc(Thru, (char *) 0); in do_thru()
384 pushsrc(Macro, thrudef->val); in do_thru()
394 pushsrc(Char, pb); in unput()
400 pushsrc(String, s); in pbstr()
543 pushsrc(File, curfile->fname); in copy()
H A Dmain.c68 pushsrc(File, curfile->fname); in main()
77 pushsrc(File, curfile->fname); in main()
H A Dgrap.h166 extern void pushsrc(int, char *);
/plan9/sys/src/cmd/pic/
H A Dfor.c47 pushsrc(String, "\nEndfor\n"); in nextfor()
48 pushsrc(String, forp->str); in nextfor()
79 pushsrc(Free, thenpart); in ifstat()
80 pushsrc(String, thenpart); in ifstat()
89 pushsrc(Free, elsepart); in ifstat()
90 pushsrc(String, elsepart); in ifstat()
H A Dinput.c22 void pushsrc(int type, char *ptr) /* new input source */ in pushsrc() function
192 pushsrc(Macro, stp->s_val.p); in dodef()
298 pushsrc(String, argfp->argstk[n-1]); in nextchar()
377 pushsrc(Thru, (char *) 0); in do_thru()
388 pushsrc(String, "\n.PE\n"); in do_thru()
398 pushsrc(Thru, (char *) 0); in do_thru()
401 pushsrc(Macro, thrudef->s_val.p); in do_thru()
411 pushsrc(Char, pb); in unput()
417 pushsrc(String, s); in pbstr()
569 pushsrc(File, curfile->fname); in copy()
H A Dmain.c77 pushsrc(String, buf); in main()
81 pushsrc(File, curfile->fname); in main()
H A Dpic.h162 void pushsrc(int, char *);
/plan9/sys/src/cmd/eqn/
H A Dinput.c16 void pushsrc(int type, char *ptr) /* new input source */ in pushsrc() function
104 pushsrc(Macro, stp->cval); in dodef()
196 pushsrc(String, argfp->argstk[n-1]); in input()
219 pushsrc(Char, pb); in unput()
225 pushsrc(String, s); in pbstr()
H A Dlex.c207 pushsrc(Free, p); in ifdef()
208 pushsrc(String, p); in ifdef()
251 pushsrc(File, curfile->fname); in include()
H A De.h145 extern void pushsrc(int, char *);
H A Dmain.c57 pushsrc(File, curfile->fname); in main()
/plan9/sys/src/cmd/
H A Dms2html.c617 pushsrc(char *name) in pushsrc() function
1318 pushsrc(nil); in doconvert()
2184 pushsrc(argv[1]); in g_so()