HomeSort by: relevance | last modified time | path
    Searched defs:only (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmisc.mk 38 @echo :? only lhs when value true
42 @echo :? only rhs when value false
54 cmpv.only= target specific vars
59 @echo We have ${${.TARGET:T}.only}
171 # Before that, it had complained about unclosed variables only when
  /src/external/bsd/tmux/dist/
cmd-list-keys.c 58 cmd_list_keys_get_width(const char *tablename, key_code only)
69 if ((only != KEYC_UNKNOWN && bd->key != only) ||
87 const char *tablename, u_int keywidth, key_code only, const char *prefix)
101 if ((only != KEYC_UNKNOWN && bd->key != only) ||
156 key_code prefix, only = KEYC_UNKNOWN; local
164 only = key_string_lookup_string(keystr);
165 if (only == KEYC_UNKNOWN) {
169 only &= (KEYC_MASK_KEY|KEYC_MASK_MODIFIERS)
    [all...]
  /src/usr.bin/sockstat/
sockstat.c 105 int pf_list, only, nonames; variable
124 pf_list = only = 0;
141 only |= ONLY_CONNECTED;
159 only |= ONLY_LISTEN;
475 if (only) {
481 if (!(only & ONLY_CONNECTED))
489 if (!(only & ONLY_LISTEN))
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 168 the comment style. This only has an effect when disassembler coloring
173 struct only struct
177 struct only *next; /* Pointer to the next structure in the list. */
179 /* Pointer to an array of 'only' structures.
181 static struct only * only_list = NULL;
367 -j, --section=NAME Only display information for section NAME\n"));
399 --start-address=ADDR Only process data whose address is >= ADDR\n"));
401 --stop-address=ADDR Only process data whose address is < ADDR\n"));
777 struct only * only;
774 struct only * only; local
794 struct only * only; local
820 struct only * only; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 168 the comment style. This only has an effect when disassembler coloring
173 struct only struct
177 struct only *next; /* Pointer to the next structure in the list. */
179 /* Pointer to an array of 'only' structures.
181 static struct only * only_list = NULL;
367 -j, --section=NAME Only display information for section NAME\n"));
399 --start-address=ADDR Only process data whose address is >= ADDR\n"));
401 --stop-address=ADDR Only process data whose address is < ADDR\n"));
777 struct only * only;
774 struct only * only; local
794 struct only * only; local
820 struct only * only; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 526 (buffer-read-only nil)
561 (buffer-read-only nil)
589 ;; PO buffers are kept read-only to prevent random modifications. READ-ONLY
590 ;; holds the value of the read-only flag before PO mode was entered.
591 (defvar po-read-only)
630 ;; The following variables are meaningful only when REFERENCE-CHECK
658 ;; The textdomain should really be "gettext", only trying it for now.
1056 (set (make-local-variable 'po-read-only) buffer-read-only)
    [all...]

Completed in 23 milliseconds