Home
last modified time | relevance | path

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

/dragonfly/sbin/vinum/
H A Dv.c187 parseline(argc - 1, &argv[1]); /* do it */ in main()
222 parseline(tokens, token); /* and do what he says */ in main()
310 parseline(int args, char *argv[]) in parseline() function
H A Dvext.h54 void parseline(int c, char *args[]); /* parse a line with c parameters at args */
/dragonfly/usr.bin/unifdef/
H A Dunifdef.c234 static Linetype parseline(void);
762 lineval = parseline(); in process()
777 parseline(void) in parseline() function