/src/games/rogue/ |
save.c | 96 char *hptr; local in function:save_into_file 100 if ((hptr = md_getenv("HOME")) != NULL) { 101 len = strlen(hptr) + strlen(sfile); 108 (void)strcpy(name_buffer, hptr);
|
save.c | 96 char *hptr; local in function:save_into_file 100 if ((hptr = md_getenv("HOME")) != NULL) { 101 len = strlen(hptr) + strlen(sfile); 108 (void)strcpy(name_buffer, hptr);
|
/src/usr.bin/rpcgen/ |
rpc_cout.c | 712 char *ptr, *hptr; local in function:upcase 720 hptr = ptr; 725 return (hptr);
|
rpc_cout.c | 712 char *ptr, *hptr; local in function:upcase 720 hptr = ptr; 725 return (hptr);
|
/src/bin/ksh/ |
misc.c | 863 void **lptr, **hptr; local in function:qsort1 871 hptr = lptr = base+n; 889 if (j > hptr) { 890 if ((c = (*f)(*hptr, *j)) == 0) { 891 hptr++; 892 swap2(hptr, j); 897 hptr++; 898 swap3(i, hptr, j); 912 if (lptr-base >= lim-hptr) { 913 qsort1(hptr+1, lim, f) [all...] |
misc.c | 863 void **lptr, **hptr; local in function:qsort1 871 hptr = lptr = base+n; 889 if (j > hptr) { 890 if ((c = (*f)(*hptr, *j)) == 0) { 891 hptr++; 892 swap2(hptr, j); 897 hptr++; 898 swap3(i, hptr, j); 912 if (lptr-base >= lim-hptr) { 913 qsort1(hptr+1, lim, f) [all...] |
vi.c | 1680 char *hptr; local in function:grabhist 1690 if ((hptr = *histpos()) == NULL) { 1696 if ((es->linelen = strlen(hptr)) >= es->cbufsize) 1698 memmove(es->cbuf, hptr, es->linelen); 1709 char *hptr; local in function:grabsearch 1732 hptr = *histpos(); 1733 if ((es->linelen = strlen(hptr)) >= es->cbufsize) 1735 memmove(es->cbuf, hptr, es->linelen);
|
vi.c | 1680 char *hptr; local in function:grabhist 1690 if ((hptr = *histpos()) == NULL) { 1696 if ((es->linelen = strlen(hptr)) >= es->cbufsize) 1698 memmove(es->cbuf, hptr, es->linelen); 1709 char *hptr; local in function:grabsearch 1732 hptr = *histpos(); 1733 if ((es->linelen = strlen(hptr)) >= es->cbufsize) 1735 memmove(es->cbuf, hptr, es->linelen);
|