Searched refs:save_com (Results 1 – 2 of 2) sorted by relevance
82 char save_com[sc_size]; /* input text is saved here when looking for variable435 save_com[0] = '{'; /* we either want to put the brace in main()445 save_com[0] = save_com[1] = ' '; in main()446 sc_end = &(save_com[2]); in main()465 if (sc_end >= &(save_com[sc_size])) { /* check for temp buffer in main()513 buf_ptr = save_com; /* fix so that subsequent calls to in main()1199 sc_end = &(save_com[0]); in main()1208 if (sc_end >= &save_com[sc_size]) in main()1215 buf_ptr = save_com; /* fix so that subsequent calls to in main()
126 extern char save_com[sc_size]; /* input text is saved here when looking for