Symbol: plot
lib/libvgl/simple.c
225
plot(object, x, y, reverse, color);
lib/libvgl/simple.c
229
plot(object, x1, y1, reverse, color); /* plot first two points */
lib/libvgl/simple.c
241
plot(object, x, y, reverse, color);
lib/libvgl/simple.c
242
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
244
plot(object, x1, y1, reverse, color);
lib/libvgl/simple.c
245
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
250
plot(object, x, y, reverse, color);
lib/libvgl/simple.c
251
plot(object, ++x, y += step, reverse,
lib/libvgl/simple.c
254
plot(object, x1, y1, reverse, color);
lib/libvgl/simple.c
255
plot(object, --x1, y1 -= step, reverse,
lib/libvgl/simple.c
259
plot(object, x, y += step, reverse, color);
lib/libvgl/simple.c
260
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
262
plot(object, x1, y1 -= step, reverse,
lib/libvgl/simple.c
264
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
273
plot(object, ++x, y, reverse, color); /* pattern 1 */
lib/libvgl/simple.c
275
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
277
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
280
plot(object, ++x, y, reverse, color); /* pattern 2 */
lib/libvgl/simple.c
282
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
284
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
287
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
289
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
291
plot(object, --x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
306
plot(object, x, y += step, reverse, color);
lib/libvgl/simple.c
307
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
309
plot(object, x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
310
plot(object, --x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
315
plot(object, x, y, reverse, color);
lib/libvgl/simple.c
316
plot(object, ++x, y += step, reverse,
lib/libvgl/simple.c
320
plot(object, x1, y1, reverse, color);
lib/libvgl/simple.c
321
plot(object, --x1, y1 -= step, reverse,
lib/libvgl/simple.c
325
plot(object, x, y += step, reverse, color);
lib/libvgl/simple.c
326
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
328
plot(object, x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
329
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
337
plot(object, ++x, y += step, reverse, color); /* pattern 4 */
lib/libvgl/simple.c
339
plot(object, ++x, y += step, reverse,
lib/libvgl/simple.c
342
plot(object, --x1, y1 -= step, reverse,
lib/libvgl/simple.c
346
plot(object, ++x, y, reverse, color); /* pattern 2 */
lib/libvgl/simple.c
348
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
350
plot(object, --x1, y1, reverse, color);
lib/libvgl/simple.c
353
plot(object, ++x, y += step, reverse, color);
lib/libvgl/simple.c
355
plot(object, ++x, y, reverse, color);
lib/libvgl/simple.c
358
plot(object, --x1, y1 -= step, reverse, color);
lib/libvgl/simple.c
360
plot(object, --x1, y1, reverse, color);
usr.bin/ministat/ministat.c
296
static struct plot plot;
usr.bin/ministat/ministat.c
301
struct plot *pl;
usr.bin/ministat/ministat.c
303
pl = &plot;
usr.bin/ministat/ministat.c
317
struct plot *pl;
usr.bin/ministat/ministat.c
319
pl = &plot;
usr.bin/ministat/ministat.c
341
struct plot *pl;
usr.bin/ministat/ministat.c
348
pl = &plot;
usr.bin/ministat/ministat.c
422
struct plot *pl;
usr.bin/ministat/ministat.c
426
pl = &plot;