Searched refs:has_key (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsvn18 if not os.environ.has_key("COMMAND_LINE"):
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_driver.c93 NCURSES_SP_NAME(has_key) (SCREEN *sp, int keycode) function
95 T((T_CALLED("has_key(%p, %d)"), (void *) sp, keycode));
100 has_key(int keycode) function
102 return NCURSES_SP_NAME(has_key) (CURRENT_SCREEN, keycode);
H A Ddefine_key.c52 #define CallHasKey(keycode) NCURSES_SP_NAME(has_key)(NCURSES_SP_ARGx keycode)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache.h42 svn_error_t *(*has_key)(svn_boolean_t *found, member in struct:svn_cache__vtable_t
H A Dcache.c111 (cache->vtable->has_key)(found,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-wps.py17 if properties.has_key("State"):
H A Dwpas-dbus-new.py37 if properties.has_key("State"):
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c257 ** has_key()
285 NCURSES_SP_NAME(has_key) (NCURSES_SP_DCLx int keycode) function
287 T((T_CALLED("has_key(%p,%d)"), (void *) SP_PARM, keycode));
293 has_key(int keycode) function
295 return NCURSES_SP_NAME(has_key) (CURRENT_SCREEN, keycode);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py42 if properties.has_key("group_object"):
216 not self.p2p_connect_arguements.has_key('pin') ):
H A Dp2p_group_add.py30 if properties.has_key("group_object"):
H A Dp2p_invite.py31 if invite_result.has_key('BSSID'):
/freebsd-11-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb177 if @old_envs.has_key?(evar)
190 if ENV.has_key?(evar)
334 if not @@rgtest_opts.has_key?(optname)
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-normalize.py139 if v[4] and not re.search('<[a-zA-Z]+> *', v[4]) and not exclusions.has_key(k)])
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dmake_graph.py101 if res_sets.has_key(cntnr_name):
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py60 if self._tags.has_key(entry.Tag()):
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile678 curs_getch.3 has_key.3 \

Completed in 202 milliseconds