Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/indent/
H A Dindent.c82 char save_com[sc_size]; /* input text is saved here when looking for variable
435 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()
H A Dindent_globs.h126 extern char save_com[sc_size]; /* input text is saved here when looking for