Searched refs:sstp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dsyntax.c1150 synstate_T *sstp; local
1178 sstp = (synstate_T *)alloc_clear((unsigned)(len * sizeof(synstate_T)));
1179 if (sstp == NULL) /* out of memory! */
1182 to = sstp - 1;
1194 if (to != sstp - 1)
1197 syn_block->b_sst_first = sstp;
1198 syn_block->b_sst_freecount = len - (int)(to - sstp) - 1;
1208 while (++to < sstp + len)
1210 (sstp + len - 1)->sst_next = NULL;
1213 syn_block->b_sst_array = sstp;
[all...]
H A Dspell.c12930 suggest_T *sstp; local
12956 sstp = &SUG(su->su_sga, su->su_sga.ga_len);
12957 sstp->st_word = vim_strsave(stp->st_word);
12958 if (sstp->st_word != NULL)
12960 sstp->st_wordlen = stp->st_wordlen;
12961 sstp->st_score = score;
12962 sstp->st_altscore = 0;
12963 sstp->st_orglen = stp->st_orglen;
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices12238 sstp-1 7743/udp # Sakura Script Transfer Protocol
12239 sstp-1 7743/tcp # Sakura Script Transfer Protocol
12907 sstp-2 9801/udp # Sakura Script Transfer Protocol-2
12908 sstp-2 9801/tcp # Sakura Script Transfer Protocol-2

Completed in 215 milliseconds