Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucmd.c295 int on_recall = 1; /* Recall feature is ON */ variable
5723 if (on_recall && in_recall) { /* Even if it doesn't come */ in cmaddnext()
5788 if (on_recall && /* Command recall is on? */
5813 on_recall = 0; /* turn off command saving */
6975 if (on_recall && /* Reading commands from keyboard? */
7002 if (on_recall && /* Reading commands from keyboard? */
H A Dckuus7.c7403 extern int on_recall; /* around Password prompting */
7452 on_recall = 0;
13773 extern int on_recall; /* Around Password prompting */
13800 on_recall = 0;
13858 extern int on_recall; /* around Password prompting */
13901 on_recall = 0;
14536 extern int on_recall; /* around Password prompting */ in cp_auth()
14954 on_recall = 0; in cp_auth()
15131 extern int on_recall; /* around Password prompting */
15157 on_recall = 0;
H A Dckuus6.c911 extern int on_recall;
1330 on_recall = 0;
1417 on_recall = 0; /* Don't put response in recall buf */
3323 extern int on_recall;
3337 on_recall = 0;
H A Dckuus3.c2510 extern int on_recall; /* around Password prompting */
2556 on_recall = 0;
2909 extern int on_recall;
2920 on_recall = 0;
H A Dckuus5.c141 extern int on_recall;
3122 on_recall = 1;
H A Dckuusr.c7014 extern int on_recall, in_recall; in doredo()
7038 if (!on_recall || !in_recall) { in doredo()