OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:halfpos
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ul/
ul.c
77
static int
halfpos
;
variable in typeref:typename:int
184
if (
halfpos
== 0) {
186
halfpos
--;
187
} else if (
halfpos
> 0) {
189
halfpos
--;
191
halfpos
= 0;
197
if (
halfpos
== 0) {
199
halfpos
++;
200
} else if (
halfpos
< 0) {
202
halfpos
++
[
all
...]
ul.c
77
static int
halfpos
;
variable in typeref:typename:int
184
if (
halfpos
== 0) {
186
halfpos
--;
187
} else if (
halfpos
> 0) {
189
halfpos
--;
191
halfpos
= 0;
197
if (
halfpos
== 0) {
199
halfpos
++;
200
} else if (
halfpos
< 0) {
202
halfpos
++
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025