Searched refs:Keyword (Results 1 – 2 of 2) sorted by relevance
40 typedef struct Keyword { struct44 } Keyword; argument46 Keyword keywords[] ={ /* keep sorted: binary searched */437 int binsearch(char *w, Keyword *kp, int n) in binsearch()457 Keyword *kp; in word()
312 template<typename T, typename Params, typename Keyword>314 optionally_assign( T& target, Params const& p, Keyword k ) in optionally_assign()