Home
last modified time | relevance | path

Searched refs:arg_buff (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/p5-Pod-Readme/Pod-Readme-v1.2.3/lib/Pod/Readme/
H A DPlugin.pm123 my $arg_buff = '';
128 $arg_buff .= $curr;
133 elsif ( $arg_buff ne '' ) {
134 push @args, $arg_buff;
135 $arg_buff = '';
141 if ( $arg_buff ne '' ) {
142 push @args, $arg_buff;
/dports/textproc/hevea/hevea-2.34/
H A Dsave.mll66 Out.put_char arg_buff c ;
70 Stop (Out.to_string arg_buff)
136 Out.to_string arg_buff
308 Out.put_char arg_buff '{' ;
309 Out.put arg_buff r ;
310 Out.put_char arg_buff '}' ;
330 Out.put_char arg_buff '{' ;
333 Out.put arg_buff r ;
334 Out.put_char arg_buff '}' ;
374 | "" {Out.to_string arg_buff}
[all …]
H A DsaveUtils.ml31 and arg_buff = Out.create_buff () var
45 brace_nesting := 0 ; Out.reset arg_buff ;
76 put_echo s ; Out.put arg_buff s
79 blit_echo lexbuf ; Out.blit arg_buff lexbuf
82 put_echo_char c ; Out.put_char arg_buff c
H A Dsaver.mll60 C.of_out arg_buff
95 C.of_out arg_buff}
106 {put_echo lxm ; C.of_out arg_buff}
114 { put_echo lxm ; C.of_out arg_buff}
127 C.of_out arg_buff
H A Dcut.mll279 let arg_buff = Out.create_buff "arg-buff"
280 let put = Out.put arg_buff
281 let put_char = Out.put_char arg_buff
282 let to_string () = Out.to_string arg_buff
/dports/comms/picocom/picocom-3.1/
H A Dsplit.c66 arg = strdup(arg_buff); \
74 ap = &arg_buff[0]; \
89 char arg_buff[MAX_ARG_LEN]; /* current argument buffer */ in split_quoted() local
97 ap = &arg_buff[0]; in split_quoted()
98 ae = &arg_buff[MAX_ARG_LEN - 1]; in split_quoted()
/dports/security/clamav/clamav-0.104.2/clamonacc/c-thread-pool/
H A Dthpool.c361 void* arg_buff; in thread_do() local
365 arg_buff = job_p->arg; in thread_do()
366 func_buff(arg_buff); in thread_do()
/dports/security/clamav-lts/clamav-0.103.5/clamonacc/c-thread-pool/
H A Dthpool.c361 void* arg_buff; in thread_do() local
365 arg_buff = job_p->arg; in thread_do()
366 func_buff(arg_buff); in thread_do()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/dep/thpool/
H A Dthpool.c335 void* arg_buff; in thread_do() local
339 arg_buff = job_p->arg; in thread_do()
340 func_buff(arg_buff); in thread_do()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/dep/thpool/
H A Dthpool.c335 void* arg_buff; in thread_do() local
339 arg_buff = job_p->arg; in thread_do()
340 func_buff(arg_buff); in thread_do()
/dports/textproc/redisearch/RediSearch-2.2.5/src/dep/thpool/
H A Dthpool.c335 void* arg_buff; in thread_do() local
339 arg_buff = job_p->arg; in thread_do()
340 func_buff(arg_buff); in thread_do()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/cthreadpool/
H A Dthpool.c354 void* arg_buff; in thread_do() local
358 arg_buff = job_p->arg; in thread_do()
359 func_buff(arg_buff); in thread_do()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_threadpool.c238 void * arg_buff = NULL; in sccp_threadpool_thread_do() local
243 arg_buff = job->arg; in sccp_threadpool_thread_do()
249 func_buff(arg_buff); /* run function */ in sccp_threadpool_thread_do()