HomeSort by: relevance | last modified time | path
    Searched defs:fword (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_word.c 80 static int fword __P((SCR *, VICMD *, enum which));
91 return (fword(sp, vp, BIGWORD));
103 return (fword(sp, vp, LITTLEWORD));
107 * fword --
111 fword(SCR *sp, VICMD *vp, enum which type) function
v_word.c 80 static int fword __P((SCR *, VICMD *, enum which));
91 return (fword(sp, vp, BIGWORD));
103 return (fword(sp, vp, LITTLEWORD));
107 * fword --
111 fword(SCR *sp, VICMD *vp, enum which type) function
  /src/tests/lib/libc/sys/
t_futex_robust.c 49 int fword; member in struct:futex_lock_pos
54 int fword; member in struct:futex_lock_neg
105 d->rhead.futex_offset = offsetof(struct futex_lock_pos, fword) -
119 pos_locks[i].fword = _lwp_self();
124 pos_locks[i].fword = _lwp_self();
137 d->rhead.futex_offset = offsetof(struct futex_lock_neg, fword) -
151 neg_locks[i].fword = _lwp_self();
156 neg_locks[i].fword = _lwp_self();
168 d->rhead.futex_offset = offsetof(struct futex_lock_pos, fword) -
192 d->rhead.futex_offset = offsetof(struct futex_lock_pos, fword)
    [all...]
t_futex_robust.c 49 int fword; member in struct:futex_lock_pos
54 int fword; member in struct:futex_lock_neg
105 d->rhead.futex_offset = offsetof(struct futex_lock_pos, fword) -
119 pos_locks[i].fword = _lwp_self();
124 pos_locks[i].fword = _lwp_self();
137 d->rhead.futex_offset = offsetof(struct futex_lock_neg, fword) -
151 neg_locks[i].fword = _lwp_self();
156 neg_locks[i].fword = _lwp_self();
168 d->rhead.futex_offset = offsetof(struct futex_lock_pos, fword) -
192 d->rhead.futex_offset = offsetof(struct futex_lock_pos, fword)
    [all...]

Completed in 45 milliseconds