Home
last modified time | relevance | path

Searched refs:BINDNUL (Results 1 – 5 of 5) sorted by relevance

/dports/editors/uemacs/uemacs-4.0/src/
H A Dbind.c125 while (ktp->k_type != BINDNUL) {
143 while (ktp->k_type != BINDNUL) {
167 ktp->k_type = BINDNUL;
228 while (ktp->k_type != BINDNUL) {
252 ktp->k_type = BINDNUL;
301 while (ktp->k_type != BINDNUL) {
315 while (ktp->k_type != BINDNUL)
329 ktp->k_type = BINDNUL;
345 while (ktp->k_type != BINDNUL) {
824 while (ktp->k_type != BINDNUL) {
[all …]
H A Dmswmenu.c421 for (KTp = &keytab[0]; KTp->k_type != BINDNUL; ++KTp) { in FindKeyBinding()
457 if (KTp->k_type == BINDNUL) return 0; in GetKeyText()
570 if (KTp->k_type != BINDNUL) { in UpdateMenuItemText()
/dports/editors/uemacs/uemacs-4.0/h/
H A Debind.h346 {0, BINDNUL, NULL}
H A Destruct.h549 #define BINDNUL 0 /* not bound to anything */ macro
/dports/editors/uemacs/uemacs-4.0/freebsd/
H A Destruct.h549 #define BINDNUL 0 /* not bound to anything */ macro