Home
last modified time | relevance | path

Searched refs:cut_buf (Results 1 – 14 of 14) sorted by relevance

/dports/net/trafshow/trafshow-5.2.3/
H A Dgetkey.c48 static char prompt_buf[MAX_PARAM_LEN], cut_buf[MAX_PARAM_LEN]; variable
505 *cut_buf = '\0';
615 (void)strcpy(cut_buf, prompt_buf);
629 memcpy(cut_buf, &prompt_buf[i], cur - i);
630 cut_buf[cur - i] = '\0';
638 (void)strcpy(cut_buf, &prompt_buf[cur]);
642 i = strlen(cut_buf);
645 memmove(&prompt_buf[cur], cut_buf, i);
/dports/japanese/anthy/anthy-0.4/doc/
H A DILIB254 char* cut_buf; /* 切り取った文字列 */
267 cut_buf: NULL でなければ、 anthy_input_cut により消された文字列が入っている。
268 cut_buf は一度 anthy_input_get_preedit すると消える。
/dports/audio/mp3asm/mp3asm-0.1/src/
H A Dframe.c54 extern int cut_buf (buffer_t *buffera, buffer_t *bufferb, int count);
550 cut_buf(filebuf, databuf, temp); in read_frame()
572 cut_buf(filebuf, databuf, filebuf->used); in read_frame()
574 cut_buf(filebuf, databuf, frame->hsize - 4 - stream->isize - 2*stream->crc); in read_frame()
H A Dstream.c39 extern int cut_buf (buffer_t *buffera, buffer_t *bufferb, int count);
192 cut_buf (filebuf, databuf, filebuf->used); in read_stream()
H A Dutils.c428 cut_buf (buffer_t *buffera, buffer_t *bufferb, int count) in cut_buf() function
/dports/japanese/anthy/anthy-0.4/anthy/
H A Dinput.h57 char* cut_buf; member
/dports/print/hplip/hplip-3.20.6/io/hpmud/
H A Dmlc.h137 int __attribute__ ((visibility ("hidden"))) cut_buf(struct _mud_channel *pc, char *buf, int size);
H A Dmusb.c1776 *bytes_read = cut_buf(pc, buf, length); in musb_mlc_channel_read()
1792 *bytes_read = cut_buf(pc, buf, length); in musb_mlc_channel_read()
2017 *bytes_read = cut_buf(pc, buf, length); in musb_dot4_channel_read()
2033 *bytes_read = cut_buf(pc, buf, length); in musb_dot4_channel_read()
H A Dmusb_libusb01.c1773 *bytes_read = cut_buf(pc, buf, length); in musb_mlc_channel_read()
1789 *bytes_read = cut_buf(pc, buf, length); in musb_mlc_channel_read()
2023 *bytes_read = cut_buf(pc, buf, length); in musb_dot4_channel_read()
2039 *bytes_read = cut_buf(pc, buf, length); in musb_dot4_channel_read()
H A Dmlc.c29 int __attribute__ ((visibility ("hidden"))) cut_buf(mud_channel *pc, char *buf, int size) in cut_buf() function
/dports/japanese/anthy/anthy-0.4/src-util/
H A Dinput.c832 free(pedit->cut_buf); in anthy_input_free_preedit()
1269 pedit->cut_buf = (char*) malloc(ictx->n_cut + 1); in anthy_input_get_preedit()
1270 memcpy(pedit->cut_buf, ictx->cut, ictx->n_cut); in anthy_input_get_preedit()
1271 pedit->cut_buf[ictx->n_cut] = '\0'; in anthy_input_get_preedit()
1274 pedit->cut_buf = NULL; in anthy_input_get_preedit()
H A Dagent.c669 if (pedit->cut_buf != NULL) { in send_preedit()
671 send_quote_string(pedit->cut_buf); in send_preedit()
/dports/graphics/quat/quat-1.20/kernel/
H A Dquat.c1705 struct realpal_struct *realpal, char *colscheme, double *cut_buf) in WriteINI() argument
1796 if (*(char *)&cut_buf[0]!=CUT_TERMINATOR && ((mode & PS_OTHER)!=0)) in WriteINI()
1800 while (*(char *)&cut_buf[pos]!=CUT_TERMINATOR) in WriteINI()
1802 switch (*(char *)&cut_buf[pos]) in WriteINI()
1805 forall(i,3) n[i] = cut_buf[pos+i+1]; in WriteINI()
1806 forall(i,3) p[i] = cut_buf[pos+i+4]; in WriteINI()
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dquat.c1705 struct realpal_struct *realpal, char *colscheme, double *cut_buf) in WriteINI() argument
1796 if (*(char *)&cut_buf[0]!=CUT_TERMINATOR && ((mode & PS_OTHER)!=0)) in WriteINI()
1800 while (*(char *)&cut_buf[pos]!=CUT_TERMINATOR) in WriteINI()
1802 switch (*(char *)&cut_buf[pos]) in WriteINI()
1805 forall(i,3) n[i] = cut_buf[pos+i+1]; in WriteINI()
1806 forall(i,3) p[i] = cut_buf[pos+i+4]; in WriteINI()