Home
last modified time | relevance | path

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

/openbsd/bin/chio/
H A Dchio.c59 static int parse_element_unit(char *);
193 cmd.cm_fromunit = parse_element_unit(*argv); in do_move()
206 cmd.cm_tounit = parse_element_unit(*argv); in do_move()
266 cmd.ce_srcunit = parse_element_unit(*argv); in do_exchange()
274 cmd.ce_fdstunit = parse_element_unit(*argv); in do_exchange()
293 cmd.ce_sdstunit = parse_element_unit(*argv); in do_exchange()
360 cmd.cp_unit = parse_element_unit(*argv); in do_position()
468 picker = parse_element_unit(*argv); in do_setpicker()
803 parse_element_unit(char *cp) in parse_element_unit() function