Lines Matching refs:nt
940 int nt = tokenize (the_line, the_words, 3); in main() local
944 for (i = 1; i < nt; ++i) in main()
972 if (nt == 3 && the_words[2][strlen (the_words[2]) - 1] == '/') in main()
984 if (nt == 2 && strcmp (the_words[0], "so") == 0) in main()
991 else if (nt == 3 && strcmp (the_words[0], "cp") == 0) in main()
995 else if (nt == 3 && strcmp (the_words[0], "mv") == 0) in main()
1001 else if (nt == 3 && strcmp (the_words[0], "chmod") == 0) in main()
1012 else if (nt == 2 && strcmp (the_words[0], "rm") == 0) in main()
1016 else if (nt >= 2 && strcmp (the_words[0], "exec") == 0) in main()
1047 else if (nt == 2 && strcmp (the_words[0], "cwd") == 0) in main()
1051 else if (nt == 1 && strcmp (the_words[0], "su") == 0) in main()
1055 else if (nt >= 1 && strcmp (the_words[0], "pidns") == 0) in main()
1059 if (nt > 1) in main()
1060 pidns_comment = concat_words (the_words + 1, nt - 1); in main()
1063 else if (nt == 3 && strcmp (the_words[0], "mkdirp") == 0) in main()
1071 else if (nt > 0 && the_words[0][0] != '#') in main()