Home | Sort by: relevance | last modified time | path |
/src/usr.bin/units/ | |
units.c | 345 char *scratch, *savescr; local in function:addunit 352 savescr = scratch = dupstr(toadd); 490 free(savescr); |
/src/sys/arch/vax/vsa/ | |
lcg.c | 258 static struct lcg_screen *savescr; variable in typeref:struct:lcg_screen * 756 if (savescr != NULL) 757 lcg_show_screen(NULL, savescr, 0, NULL, NULL); 758 savescr = NULL; 760 savescr = curscr; |
spx.c | 407 static struct spx_screen *savescr; variable in typeref:struct:spx_screen * 991 if (savescr != NULL) 992 spx_show_screen(NULL, savescr, 0, NULL, NULL); 993 savescr = NULL; 996 savescr = curscr; |