Searched refs:unitp (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-units.el1025 (unitp (cdr (cdr math-simplify-expr)))
1026 (unit (car unitp))
1030 (setq unitp (cdr unit)
1031 unit (car unitp)))
1035 unitp (cdr unit)
1036 unit (car unitp)))
1081 (setcar unitp pname)
/macosx-10.10/file_cmds-242/df/
H A Ddf.c119 unit_t unitp [] = { NONE, KILO, MEGA, GIGA, TERA, PETA }; variable
371 unit = unitp[unit_sz];
/macosx-10.10/file_cmds-242/du/
H A Ddu.c103 int unitp [] = { NONE, KILO, MEGA, GIGA, TERA, PETA }; variable
664 unit = unitp[unit_sz];
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-dlpi.c788 * is the end of the device type name, and set "*unitp" to the unit
794 split_dname(char *device, int *unitp, char *ebuf) argument
830 *unitp = (int)unit;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif.c568 if_clone_lookup(const char *name, u_int32_t *unitp) argument
600 if (unitp != NULL)
601 *unitp = i;

Completed in 133 milliseconds