Home
last modified time | relevance | path

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

/dports/sysutils/conman/conman-conman-0.3.0/
H A Dlex.h101 Lex lex_create(void *buf, char *toks[]);
H A Dlex.c101 Lex lex_create(void *buf, char *toks[]) in lex_create() function
383 if (!buf || !(l = lex_create(buf, toks))) in lex_parse_test()
H A Dserver-sock.c247 l = lex_create(buf, proto_strs); in recv_greeting()
344 l = lex_create(buf, proto_strs); in recv_req()
H A Dclient-sock.c271 l = lex_create(buf, proto_strs); in recv_rsp()
H A Dserver-conf.c435 l = lex_create(buf, server_conf_strs); in process_config()
/dports/mail/bmf/bmf-0.9.4/
H A Dlex.h36 void lex_create ( lex_t* plex, mbox_t mboxtype );
H A Dlex.c479 void lex_create( lex_t* pthis, mbox_t mboxtype ) in lex_create() function
758 lex_create( &lex ); in main()
H A Dbmf.c205 lex_create( &lex, mboxtype ); in main()
/dports/math/pspp/pspp-1.4.1/src/language/lexer/
H A Dlexer.h97 struct lexer *lex_create (void);
H A Dlexer.c149 lex_create (void) in lex_create() function
/dports/math/pspp/pspp-1.4.1/src/ui/terminal/
H A Dmain.c96 lexer = lex_create (); in main()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dexecutor.c128 lexer = lex_create ();
/dports/math/pspp/pspp-1.4.1/utilities/
H A Dpspp-convert.c76 struct lexer *lexer = lex_create (); in parse_variables_option()