Searched refs:modifiers (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/prctl/ |
H A D | utils.c | 117 char **modifiers = scale->modifers; in scaledtouint64() local 184 while (modifiers[index] != NULL) { in scaledtouint64() 186 cmp = strncasecmp(modifiers[index], endptr, in scaledtouint64() 187 strlen(modifiers[index])); in scaledtouint64() 189 cmp = strncmp(modifiers[index], endptr, in scaledtouint64() 190 strlen(modifiers[index])); in scaledtouint64() 194 *modifierout = modifiers[index]; in scaledtouint64() 195 endptr += strlen(modifiers[index]); in scaledtouint64() 269 char **modifiers = scale->modifers; in uint64toscaled() local 294 for (index = 0; modifiers[index + 1] != NULL; index++) { in uint64toscaled() [all …]
|
/titanic_50/usr/src/cmd/bart/ |
H A D | rules.c | 77 if (rule_ptr->modifiers == NULL) in exclude_fname() 86 for (mod_ptr = rule_ptr->modifiers; mod_ptr != NULL; in exclude_fname() 581 new_mod_ptr->next = this_rule->modifiers; in add_modifier() 582 this_rule->modifiers = new_mod_ptr; in add_modifier() 583 } else if (this_rule->modifiers == NULL) in add_modifier() 584 this_rule->modifiers = new_mod_ptr; in add_modifier() 586 curr_mod_ptr = this_rule->modifiers; in add_modifier()
|
H A D | bart.h | 138 struct tree_modifier *modifiers; member
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | hexpand.c | 44 static char *modifiers = "htrepqxs&"; 544 if(cc = strchr(modifiers, c)) 545 flag |= mod_flags[cc - modifiers];
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | date.test | 195 # Test modifiers when the date begins as a julian day number - to
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 1361 getmodifiers(v, modifiers) in getmodifiers() argument 1363 BITMAP256 modifiers; 1381 clrbitmap(modifiers); 1386 setbitn(*h, modifiers);
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | sh.memo | 1559 The other parameter expansion modifiers use shell patterns 1563 modifiers are applied to special parameters 1570 There are four parameter expansion modifiers that 1620 The parameter expansion modifiers 1627 Finally, there are parameter expansion modifiers that yield
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 1273 # F1-F12 generate different codes when shift or control modifiers are used. 1280 # \EOP to \EOS. The shifted and control modifiers still do the same thing. 2719 # The modifiers are represented as the codes listed above, prefixed to 2721 # is transmitted twice in succession. If multiple modifiers apply, 3417 # support modifiers on cursor- and keypad keys because the program usually 3531 # add control-key modifiers for function-keys, etc. 3588 # The function keys are numbered based on shift/control/alt modifiers, except 3623 # The insert/delete/home/end keys do not respond to modifiers because mlterm 3746 # are rare, so this entry uses the shift- and control-modifiers as in 4126 # c) has xterm-style modifiers for cursor keys (shift, control, shift+control, meta) [all …]
|
H A D | terminfo.src | 1407 # F1-F12 generate different codes when shift or control modifiers are used. 1414 # \EOP to \EOS. The shifted and control modifiers still do the same thing. 3069 # The modifiers are represented as the codes listed above, prefixed to 3071 # is transmitted twice in succession. If multiple modifiers apply, 3907 # support modifiers on cursor- and keypad keys because the program usually 4023 # add control-key modifiers for function-keys, etc. 4089 # The function keys are numbered based on shift/control/alt modifiers, except 4132 # The insert/delete/home/end keys do not respond to modifiers because mlterm 4267 # are rare, so this entry uses the shift- and control-modifiers as in 4719 # c) has xterm-style modifiers for cursor keys (shift, control, shift+control, meta) [all …]
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 998 tmfmt: handle standard E and O format modifiers
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 608 setting the DaemonPortOptions modifiers (M=). That is,
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 2114 additional required modifiers such as __iomem, __init, __exit, etc., as
|