Home
last modified time | relevance | path

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

/dports/devel/pickle/pickle-4.20/src/
H A Dpic.h117 void pic_view(char *, int);
H A Dpickle.c960 pic_view("-", 0); in main()
962 pic_view(argv[2], raw); in main()
H A Dpic.c547 pic_view(char *filename, int raw) in pic_view() function