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

/freebsd-13-stable/contrib/less/
H A Dopttbl.c645 struct loption *maxo = NULL; local
689 maxo = o;
712 return (maxo);
/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c664 int lo, o = 0, o2, maxo = 0, depth; local
672 /* maxo should contain offset of node next to /cpus */
674 maxo = o;
676 maxo = fdt_next_node(fdtp, maxo, &depth);
696 if (lo > maxo)

Completed in 190 milliseconds