Home
last modified time | relevance | path

Searched defs:cmd_offset (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/bin/ksh/
H A Dlex.h25 int cmd_offset; /* line number - command number */ member
/openbsd-src/usr.bin/less/
H A Dcmdbuf.c31 static int cmd_offset; /* Index into cmdbuf of first displayed char */ variable
/openbsd-src/sys/dev/ic/
H A Dpckbc.c1066 pckbc_cnattach(bus_space_tag_t iot, bus_addr_t addr, bus_size_t cmd_offset, in pckbc_cnattach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2263 const lldb::offset_t cmd_offset = offset; in ParseSymtab() local