Home
last modified time | relevance | path

Searched refs:SEE_input_lookahead (Results 1 – 5 of 5) sorted by relevance

/dports/lang/see/see-3.1.1424/include/see/
H A Dinput.h69 struct SEE_input *SEE_input_lookahead(struct SEE_input *i, int maxlookahead);
/dports/lang/see/see-3.1.1424/libsee/
H A Dinput_lookahead.c114 SEE_input_lookahead(sub, max) in SEE_input_lookahead() function
H A Dparse.c3123 SEE_lex_init(&lex, SEE_input_lookahead(paraminp, 6));
3131 SEE_lex_init(&lex, SEE_input_lookahead(bodyinp, 6));
3162 SEE_lex_init(&lex, SEE_input_lookahead(inp, 6));
H A Dregex_ecma.c546 recontext->input = SEE_input_lookahead(
/dports/lang/fpc-source/fpc-3.2.2/packages/libsee/src/
H A Dlibsee.pas427 SEE_input_lookahead : function(i:TPSEE_input; maxlookahead:Tcint):TPSEE_input;cdecl;
871 SEE_input_lookahead:=nil;
1002 pointer(SEE_input_lookahead):=GetProcAddress(hlib,'SEE_input_lookahead');