Lines Matching refs:nt
899 int nt = tokenize (the_line, the_words, 3); in main() local
903 for (i = 1; i < nt; ++i) in main()
931 if (nt == 3 && the_words[2][strlen (the_words[2]) - 1] == '/') in main()
943 if (nt == 2 && strcmp (the_words[0], "so") == 0) in main()
950 else if (nt == 3 && strcmp (the_words[0], "cp") == 0) in main()
954 else if (nt == 3 && strcmp (the_words[0], "mv") == 0) in main()
960 else if (nt == 3 && strcmp (the_words[0], "chmod") == 0) in main()
971 else if (nt == 2 && strcmp (the_words[0], "rm") == 0) in main()
975 else if (nt >= 2 && strcmp (the_words[0], "exec") == 0) in main()
1006 else if (nt == 2 && strcmp (the_words[0], "cwd") == 0) in main()
1010 else if (nt == 1 && strcmp (the_words[0], "su") == 0) in main()
1014 else if (nt == 3 && strcmp (the_words[0], "mkdirp") == 0) in main()
1022 else if (nt > 0 && the_words[0][0] != '#') in main()