Home | History | Annotate | Download | only in gdb

Lines Matching defs:wordlen

9817   int digits, wordlen;
9843 wordlen = strlen (arg);
9850 if (wordlen >= 1 && !strncmp (arg, "all", wordlen))
9858 else if (wordlen >= 1 && !strncmp (arg, "stop", wordlen))
9863 else if (wordlen >= 1 && !strncmp (arg, "ignore", wordlen))
9867 else if (wordlen >= 2 && !strncmp (arg, "print", wordlen))
9871 else if (wordlen >= 2 && !strncmp (arg, "pass", wordlen))
9875 else if (wordlen >= 3 && !strncmp (arg, "nostop", wordlen))
9879 else if (wordlen >= 3 && !strncmp (arg, "noignore", wordlen))
9883 else if (wordlen >= 4 && !strncmp (arg, "noprint", wordlen))
9888 else if (wordlen >= 4 && !strncmp (arg, "nopass", wordlen))