HomeSort by: relevance | last modified time | path
    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 209 milliseconds