Home
last modified time | relevance | path

Searched refs:nt (Results 1 – 1 of 1) sorted by relevance

/support/
A Dtest-container.c899 int nt = tokenize (the_line, the_words, 3); in main() local
903 for (i = 1; i < nt; ++i) 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()
[all …]

Completed in 7 milliseconds