Home
last modified time | relevance | path

Searched defs:w (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c375 check_punctuation (register WORD *w) in check_punctuation()
395 register WORD *w; in flush_paragraph() local
436 register WORD *start, *w; in fmt_paragraph() local
538 register WORD *w; in put_paragraph() local
549 put_line (register WORD *w, int indent) in put_line()
569 put_word (register WORD *w) in put_word()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
Dunistd.in.h515 # define lseek(f,o,w) \ argument
Dquotearg.c460 wchar_t w; in quotearg_buffer_restyled() local
Dregcomp.c353 bitset_word_t w = dfa->nodes[node].opr.sbcset[i]; in re_compile_fastmap_iter() local
/ndk/sources/host-tools/nawk-20071023/
Dlex.c437 int binsearch(char *w, Keyword *kp, int n) in binsearch()
455 int word(char *w) in word()
/ndk/sources/cxx-stl/stlport/src/
Dcomplex_trig.cpp36 struct { unsigned int h; unsigned int l; } w; member
41 struct { unsigned int h[2]; unsigned int l[2]; } w; member