Home
last modified time | relevance | path

Searched refs:Keyword (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dlex.c40 typedef struct Keyword { struct
44 } Keyword; argument
46 Keyword keywords[] ={ /* keep sorted: binary searched */
437 int binsearch(char *w, Keyword *kp, int n) in binsearch()
457 Keyword *kp; in word()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dnamed_params.hpp312 template<typename T, typename Params, typename Keyword>
314 optionally_assign( T& target, Params const& p, Keyword k ) in optionally_assign()