Searched refs:maxo (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/less/
H A Dopttbl.c547 struct loption *maxo = NULL; local
591 maxo = o;
614 return (maxo);
/freebsd-10-stable/sys/boot/fdt/
H A Dfdt_loader_cmd.c385 int lo, o = 0, o2, maxo = 0, depth; local
393 /* maxo should contain offset of node next to /cpus */
395 maxo = o;
397 maxo = fdt_next_node(fdtp, maxo, &depth);
417 if (lo > maxo)

Completed in 72 milliseconds