HomeSort by relevance Sort by last modified time
    Searched refs:Commands (Results 1 - 8 of 8) sorted by null

  /external/clearsilver/cs/
csparse.c 126 CS_CMDS Commands[] = {
587 err = (*(Commands[0].parse_handler))(parse, 0, &(ibuf[parse->offset]));
608 for (i = 1; Commands[i].cmd; i++)
610 n = Commands[i].cmdlen;
611 if (!strncasecmp(token, Commands[i].cmd, n))
613 if ((Commands[i].has_arg && ((token[n] == ':') || (token[n] == '!')))
618 if (!(Commands[i].allowed_state & entry->state))
621 "%s Command %s not allowed in %s", Commands[i].cmd,
625 if (Commands[i].has_arg)
629 err = (*(Commands[i].parse_handler))(parse, i, arg)
    [all...]
  /external/chromium/net/base/
telnet_server.cc 42 enum Commands {
  /external/libxml2/
xmlcatalog.c 292 printf("Commands available:\n");
  /external/grub/netboot/
3c90x.c 176 enum Commands
  /external/iproute2/doc/
ip-cref.tex 33 This document is split into sections explaining \verb|ip| commands
130 do not allow all of these operations or have some additional commands.
132 out a list of available commands and argument syntax conventions.
229 commands display and change the state of devices.
231 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|).
560 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
797 \paragraph{Warning:} This command (and other \verb|flush| commands
842 The corresponding commands display neighbour bindings
845 \paragraph{Commands:} \verb|add|, \verb|change|, \verb|replace|,
859 \paragraph{Description:} These commands create new neighbour record
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 282 %% Simple single-character @ commands
417 % Font-change commands.
530 % Commands to set those variables.
833 % \indexnofonts no-ops all font-change commands.
861 % Now process the index-string once, with all font commands turned off,
867 % this time with font commands expanded, to get what to print in the index.
881 % Now process the index-string once, with all font commands turned off,
887 % this time with font commands expanded, to get what to print in the index.
909 % Define the user-accessible indexing commands
    [all...]
  /external/grub/docs/
texinfo.tex 232 % some effort to order the tracing commands to reduce output in the log
306 \indexdummies % don't expand commands in the output.
549 %% Simple single-character @ commands
568 % Definitions to produce \{ and \} commands for indices,
769 % sight. (If the user is using lots of big @group commands, which
976 % \suppressfirstparagraphindent, which the sectioning commands do.
    [all...]

Completed in 2884 milliseconds