Searched refs:cmdname (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/doc/ |
D | t2h.pm | 29 my $cmdname = shift; 38 $result .= $self->command_string($command) ."\n" if ($cmdname ne 'node'); 58 $result .= &{$self->{'format_element_header'}}($self, $cmdname, 64 if ($cmdname eq 'node') { 85 if ($Texinfo::Common::root_commands{$cmdname} 86 and $Texinfo::Common::sectioning_commands{$cmdname}) { 110 if ($cmdname ne 'node' 111 and $heading_level ne $Texinfo::Common::command_structuring_level{$cmdname}) { 112 $cmdname 113 = $Texinfo::Common::level_to_structuring_command{$cmdname}->[$heading_level]; [all …]
|
/third_party/nghttp2/ |
D | help2rst.py | 51 cmdname, args = synopsis 53 cmdname, args = synopsis[0], '' 79 '''.format(cmdname=cmdname, args=args, 80 cmdnameunderline='=' * (len(cmdname) + 3),
|
/third_party/node/deps/npm/test/need-npm5-update/ |
D | legacy-npm-self-install.js | 54 var cmdname = isWin32 ? 'npm.cmd' : 'npm' 64 t.is(exists(binpath, cmdname), true, 'binary was installed') 88 t.is(exists(binpath, cmdname), false, 'binary was removed')
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | scriptutil.py | 418 cmdname = subset 420 _, argspecs, _ = commands[cmdname] 423 parser.set_defaults(cmd=cmdname) 424 arg_processors[cmdname] = _add_cmd_cli(parser, commonspecs, argspecs) 442 for cmdname in cmdnames: 443 description, argspecs, _ = commands[cmdname] 445 cmdname, 450 arg_processors[cmdname] = common_processors + cmd_processors
|
/third_party/toybox/toys/pending/ |
D | modprobe.c | 51 char *cmdname, *name, *depent, *opts; member 280 static int depmode_read_entry(char *cmdname) in depmode_read_entry() argument 294 if (!cmdname || !fnmatch(cmdname, name, 0)) { in depmode_read_entry() 370 mod->cmdname = name; in add_mod()
|
/third_party/alsa-utils/axfer/ |
D | main.c | 63 static void print_version(const char *const cmdname) in print_version() argument 65 printf("%s: version %s\n", cmdname, SND_UTIL_VERSION_STR); in print_version()
|
/third_party/vulkan-headers/registry/ |
D | reg.py | 859 def markCmdRequired(self, cmdname, required): argument 864 self.gen.logMsg('diag', 'tagging command:', cmdname, '-> required =', required) 865 cmd = self.lookupElementInfo(cmdname, self.cmddict) 882 depname, 'for alias', cmdname) 897 self.gen.logMsg('warn', 'command:', cmdname, 'IS NOT DEFINED')
|
/third_party/pcre2/pcre2/src/ |
D | pcre2test.c | 4874 const char *cmdname; in process_command() local 4883 cmdname = cmdlist[i].name; in process_command() 4884 cmdlen = strlen(cmdname); in process_command() 4885 if (strncmp((char *)(buffer+1), cmdname, cmdlen) == 0 && in process_command() 4897 fprintf(outfile, "** #%s is not allowed after #perltest\n", cmdname); in process_command()
|